mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 14:54:36 +04:00
rtpengine: bump to 11.5.1.49
Bump rtengine package to 11.5.1.49. This is needed to fix compilation error on new kernel 6.12 that added a new scope variable to ip_route_output. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=rtpengine
|
||||
PKG_VERSION:=11.5.1.18
|
||||
PKG_VERSION:=11.5.1.49
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-mr$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/sipwise/rtpengine/tar.gz/mr$(PKG_VERSION)?
|
||||
PKG_HASH:=d5b0288ec02164b13730c14976425160d9a0b42b1c74796f8d9e59649e705fa6
|
||||
PKG_HASH:=33e9565ad221ba86bb985d3983a3871edc17c0b4221bc220fdb3715fce0a828a
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VERSION)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/kernel-module/xt_RTPENGINE.c
|
||||
+++ b/kernel-module/xt_RTPENGINE.c
|
||||
@@ -3781,7 +3781,6 @@ static inline ssize_t proc_control_read_
|
||||
@@ -3786,7 +3786,6 @@ static inline ssize_t proc_control_read_
|
||||
struct rtpengine_table *t;
|
||||
int err;
|
||||
enum rtpengine_command cmd;
|
||||
@@ -8,7 +8,7 @@
|
||||
size_t readlen, writelen, writeoffset;
|
||||
int i;
|
||||
|
||||
@@ -3823,13 +3822,9 @@ static inline ssize_t proc_control_read_
|
||||
@@ -3828,13 +3827,9 @@ static inline ssize_t proc_control_read_
|
||||
return -ERANGE;
|
||||
|
||||
// do we need an extra large storage buffer?
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
// get our table
|
||||
inode = file->f_path.dentry->d_inode;
|
||||
@@ -3942,16 +3937,14 @@ static inline ssize_t proc_control_read_
|
||||
@@ -3947,16 +3942,14 @@ static inline ssize_t proc_control_read_
|
||||
goto err_free;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user