From 9509e49d82dca9fa0712ac0278227eb77438c6d7 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Tue, 28 Apr 2015 11:30:00 +0200 Subject: [PATCH] rtpproxy: update to 2.0.0 Signed-off-by: Jiri Slachta --- net/rtpproxy/Makefile | 16 ++++++++++------ net/rtpproxy/files/rtpproxy.config | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile index 2fa3014..7b4fe90 100644 --- a/net/rtpproxy/Makefile +++ b/net/rtpproxy/Makefile @@ -8,12 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtpproxy -PKG_VERSION:=1.2.1 -PKG_RELEASE:=2 +PKG_VERSION:=2.0.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://b2bua.org/chrome/site/ -PKG_MD5SUM:=b0b5d6cdce3f17cdbbac473c11a2d0e5 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=git://github.com/sippy/rtpproxy.git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=d5926892630139bcbe55d1f3fa36764c881648bc +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz + +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CHECK_FORMAT_SECURITY:=0 PKG_INSTALL:=1 @@ -26,7 +30,7 @@ define Package/rtpproxy SECTION:=net CATEGORY:=Network SUBMENU:=Telephony - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt TITLE:=RTP (Realtime Transport Protocol) proxy URL:=http://www.rtpproxy.org/ endef diff --git a/net/rtpproxy/files/rtpproxy.config b/net/rtpproxy/files/rtpproxy.config index 9b72d7c..7087251 100644 --- a/net/rtpproxy/files/rtpproxy.config +++ b/net/rtpproxy/files/rtpproxy.config @@ -6,7 +6,7 @@ config instance 'site1' option ipaddr '127.0.0.1' # IPv4 address option ip6addr '2001:0db8:0000:0000:0000:0000:1428:57ab' # IPv6 address option user 'nobody' # userid to run rtpproxy instance from - option opts '' # additional options for rtpproxy instance + option opts '' # additional options for rtpproxy instance config instance 'site2' option socket 'udp:127.0.0.1:7724' -- 2.30.2