summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slachta2022-10-15 06:35:13 +0000
committerGitHub2022-10-15 06:35:13 +0000
commita16f7ce8983e0c4b88292b0a3c131bb1ee6f4798 (patch)
tree1bf210963db21f7424c81ee47ba494f0dfd045ad
parent2d70a4ce025cf0a4e3b9799d5e895f32f723bf97 (diff)
parent432432458a480e1231ae804c0aecfdb5f27f0db8 (diff)
downloadtelephony-a16f7ce8983e0c4b88292b0a3c131bb1ee6f4798.tar.gz
Merge pull request #780 from micmac1/rtpengine-10.5.2.6
rtpengine: bump to 10.5.2.6
-rw-r--r--net/rtpengine/Makefile8
-rw-r--r--net/rtpengine/patches/05-use-spandsp3.patch2
2 files changed, 5 insertions, 5 deletions
diff --git a/net/rtpengine/Makefile b/net/rtpengine/Makefile
index 05586a9..e60de94 100644
--- a/net/rtpengine/Makefile
+++ b/net/rtpengine/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=rtpengine
-PKG_VERSION:=9.5.3.2
+PKG_VERSION:=10.5.2.6
PKG_RELEASE:=$(AUTORELEASE)
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:=03d8da1b5efcaa17ef88f306046f49e30ca87b3998c26a13bd96df922f8e729f
+PKG_HASH:=6f6d5cc2ebf27b6361ed2bd2f86a0ca74103503fd1a14af69ed423dba8340bc4
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VERSION)
@@ -122,7 +122,7 @@ define Package/rtpengine/install
$(INSTALL_CONF) ./files/rtpengine.conf $(1)/etc/config/rtpengine
$(INSTALL_DIR) $(1)/etc/rtpengine
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/rtpengine.sample.conf \
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/rtpengine.conf \
$(1)/etc/rtpengine/rtpengine.conf
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
@@ -183,7 +183,7 @@ define Package/rtpengine-recording/install
$(1)/etc/config/rtpengine-recording
$(INSTALL_DIR) $(1)/etc/rtpengine
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/rtpengine-recording.sample.conf \
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/rtpengine-recording.conf \
$(1)/etc/rtpengine/rtpengine-recording.conf
endef
diff --git a/net/rtpengine/patches/05-use-spandsp3.patch b/net/rtpengine/patches/05-use-spandsp3.patch
index cd3cbe3..cb37112 100644
--- a/net/rtpengine/patches/05-use-spandsp3.patch
+++ b/net/rtpengine/patches/05-use-spandsp3.patch
@@ -9,7 +9,7 @@
CFLAGS+= -DWITH_TRANSCODING
CFLAGS+= $(shell mysql_config --cflags)
else
-@@ -68,7 +68,7 @@ LDLIBS+= $(shell pkg-config --libs libav
+@@ -65,7 +65,7 @@ LDLIBS+= $(shell pkg-config --libs libav
LDLIBS+= $(shell pkg-config --libs libavutil)
LDLIBS+= $(shell pkg-config --libs libswresample)
LDLIBS+= $(shell pkg-config --libs libavfilter)