From 0358d4b5c29cbc7f3e1599562b44f1744084c209 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:02:00 +0100 Subject: [PATCH] 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 --- libs/libsrtp2/Makefile | 8 ++++---- 1 file 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 -- 2.30.2