View | Details | Raw Unified | Return to bug 258667
Collapse All | Expand All

(-)b/net/libsrtp2/Makefile (-1 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	libsrtp
1
PORTNAME=	libsrtp
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.4.1
3
DISTVERSION=	2.4.2
4
CATEGORIES=	net
4
CATEGORIES=	net
5
PKGNAMESUFFIX=	2
5
PKGNAMESUFFIX=	2
6
6
Lines 28-31 TEST_ENV= LD_LIBRARY_PATH=${WRKSRC} Link Here
28
post-patch:
28
post-patch:
29
	@${REINPLACE_CMD} '/supported_cflags=.*-fPIC/d' ${WRKSRC}/configure
29
	@${REINPLACE_CMD} '/supported_cflags=.*-fPIC/d' ${WRKSRC}/configure
30
30
31
post-install:
32
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrtp2.so.1
33
31
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)b/net/libsrtp2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1631988977
1
TIMESTAMP = 1632244600
2
SHA256 (cisco-libsrtp-v2.4.1_GH0.tar.gz) = 3cb580928fcd502426809c68406d04aaa5ef1af7ebb0a3a41a52a13576f2fc07
2
SHA256 (cisco-libsrtp-v2.4.2_GH0.tar.gz) = 3b1bcb14ebda572b04b9bdf07574a449c84cb924905414e4d94e62837d22b628
3
SIZE (cisco-libsrtp-v2.4.1_GH0.tar.gz) = 631328
3
SIZE (cisco-libsrtp-v2.4.2_GH0.tar.gz) = 631393
(-)a/net/libsrtp2/files/patch-3a5d26c4 (-13 lines)
Removed Link Here
1
diff --git a/srtp/srtp.c b/srtp/srtp.c
2
index c7f6bb9f..dbb09909 100644
3
--- srtp/srtp.c
4
+++ srtp/srtp.c
5
@@ -788,7 +788,7 @@ static inline int full_key_length(const srtp_cipher_type_t *cipher)
6
     case SRTP_AES_GCM_128:
7
         return SRTP_AES_GCM_128_KEY_LEN_WSALT;
8
     case SRTP_AES_GCM_256:
9
-        return SRTP_AES_ICM_256_KEY_LEN_WSALT;
10
+        return SRTP_AES_GCM_256_KEY_LEN_WSALT;
11
     default:
12
         return 0;
13
     }

Return to bug 258667