From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 18:33:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43CF7678E4D; Tue, 21 Sep 2021 18:33:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDVRl1PMkz3q96; Tue, 21 Sep 2021 18:33:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB31611BE; Tue, 21 Sep 2021 18:33:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18LIXMqA024935; Tue, 21 Sep 2021 18:33:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LIXMAa024934; Tue, 21 Sep 2021 18:33:22 GMT (envelope-from git) Date: Tue, 21 Sep 2021 18:33:22 GMT Message-Id: <202109211833.18LIXMAa024934@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: c8e7a808895b - main - net/libsrtp2: Update 2.4.1 -> 2.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8e7a808895bfbb8d82ccd3489b9563cad3c7242 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 18:33:23 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8e7a808895bfbb8d82ccd3489b9563cad3c7242 commit c8e7a808895bfbb8d82ccd3489b9563cad3c7242 Author: Yuri Victorovich AuthorDate: 2021-09-21 18:29:36 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-21 18:32:15 +0000 net/libsrtp2: Update 2.4.1 -> 2.4.2 PR: 258667 Approved by: tijl (maintainer) --- net/libsrtp2/Makefile | 5 ++++- net/libsrtp2/distinfo | 6 +++--- net/libsrtp2/files/patch-3a5d26c4 | 13 ------------- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/net/libsrtp2/Makefile b/net/libsrtp2/Makefile index 69ae3ce21160..aeb75bbb9e51 100644 --- a/net/libsrtp2/Makefile +++ b/net/libsrtp2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libsrtp DISTVERSIONPREFIX= v -DISTVERSION= 2.4.1 +DISTVERSION= 2.4.2 CATEGORIES= net PKGNAMESUFFIX= 2 @@ -28,4 +28,7 @@ TEST_ENV= LD_LIBRARY_PATH=${WRKSRC} post-patch: @${REINPLACE_CMD} '/supported_cflags=.*-fPIC/d' ${WRKSRC}/configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrtp2.so.1 + .include diff --git a/net/libsrtp2/distinfo b/net/libsrtp2/distinfo index 84a0d342e2d5..9923e5c59836 100644 --- a/net/libsrtp2/distinfo +++ b/net/libsrtp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631988977 -SHA256 (cisco-libsrtp-v2.4.1_GH0.tar.gz) = 3cb580928fcd502426809c68406d04aaa5ef1af7ebb0a3a41a52a13576f2fc07 -SIZE (cisco-libsrtp-v2.4.1_GH0.tar.gz) = 631328 +TIMESTAMP = 1632244600 +SHA256 (cisco-libsrtp-v2.4.2_GH0.tar.gz) = 3b1bcb14ebda572b04b9bdf07574a449c84cb924905414e4d94e62837d22b628 +SIZE (cisco-libsrtp-v2.4.2_GH0.tar.gz) = 631393 diff --git a/net/libsrtp2/files/patch-3a5d26c4 b/net/libsrtp2/files/patch-3a5d26c4 deleted file mode 100644 index f459834f2f7d..000000000000 --- a/net/libsrtp2/files/patch-3a5d26c4 +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/srtp/srtp.c b/srtp/srtp.c -index c7f6bb9f..dbb09909 100644 ---- srtp/srtp.c -+++ srtp/srtp.c -@@ -788,7 +788,7 @@ static inline int full_key_length(const srtp_cipher_type_t *cipher) - case SRTP_AES_GCM_128: - return SRTP_AES_GCM_128_KEY_LEN_WSALT; - case SRTP_AES_GCM_256: -- return SRTP_AES_ICM_256_KEY_LEN_WSALT; -+ return SRTP_AES_GCM_256_KEY_LEN_WSALT; - default: - return 0; - }