summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper2018-12-26 18:02:00 +0000
committerSebastian Kemper2018-12-26 18:02:02 +0000
commit0358d4b5c29cbc7f3e1599562b44f1744084c209 (patch)
treea3f0edcbb791fc57e4604237f52eabe93fc378d2
parent7f21b1d426cf5729eb615e01bb7427ad66e25d67 (diff)
downloadtelephony-0358d4b5c29cbc7f3e1599562b44f1744084c209.tar.gz
libsrtp2: update to 2.2.0
Upstream fixed dependency on libpcap. The lib does not link to it anymore as it does not need it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--libs/libsrtp2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libsrtp2/Makefile b/libs/libsrtp2/Makefile
index 211959c..9059fb1 100644
--- a/libs/libsrtp2/Makefile
+++ b/libs/libsrtp2/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsrtp2
-PKG_VERSION:=2.1.0
+PKG_VERSION:=2.2.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/cisco/libsrtp.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=93aba3e767502343c255fad8962dbf0ff29c4ca6
-PKG_MIRROR_HASH:=e060592d99e0dff53ee6fbc5e8a9cb0f7fb8b1b874d4687292fb8c8e5f612a6b
+PKG_SOURCE_VERSION:=94ac00d5ac6409e3f6409e4a5edfcdbdaa7fdabe
+PKG_MIRROR_HASH:=0429edcddfe9d36ee47eb221384c528bbe31ee9255e216f9755641c7b6083457
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -32,7 +32,7 @@ define Package/libsrtp2
CATEGORY:=Libraries
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
URL:=http://sourceforge.net/projects/srtp
- DEPENDS:=+libpcap
+ DEPENDS:=
endef
define Package/libsrtp2/description