git: c8e7a808895b - main - net/libsrtp2: Update 2.4.1 -> 2.4.2
Yuri Victorovich
yuri at FreeBSD.org
Tue Sep 21 18:33:23 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8e7a808895bfbb8d82ccd3489b9563cad3c7242
commit c8e7a808895bfbb8d82ccd3489b9563cad3c7242
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-21 18:29:36 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
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 <bsd.port.mk>
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;
- }
More information about the dev-commits-ports-all
mailing list