FreeBSD Bugzilla – Attachment 228101 Details for
Bug 258667
net/libsrtp2: Update to 2.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libsrtp2.patch (text/plain), 1.67 KB, created by
Yuri Victorovich
on 2021-09-21 17:22:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2021-09-21 17:22:33 UTC
Size:
1.67 KB
patch
obsolete
>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; >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258667
: 228101