pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/srtp



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 15 09:22:13 UTC 2026

Modified Files:
        pkgsrc/comms/srtp: Makefile distinfo

Log Message:
srtp: updated to 2.8.0

2.8.0

- Backport cryptex to v2 branch
- Fix AES 192 kdf
- Properly support null crypto and null auth scenario


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/srtp/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/srtp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/srtp/Makefile
diff -u pkgsrc/comms/srtp/Makefile:1.9 pkgsrc/comms/srtp/Makefile:1.10
--- pkgsrc/comms/srtp/Makefile:1.9      Tue Apr  1 07:41:00 2025
+++ pkgsrc/comms/srtp/Makefile  Sun Mar 15 09:22:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/04/01 07:41:00 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/03/15 09:22:13 adam Exp $
 
-DISTNAME=      srtp-2.7.0
+DISTNAME=      srtp-2.8.0
 CATEGORIES=    comms security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cisco/}
 GITHUB_PROJECT=        libsrtp
@@ -19,8 +19,8 @@ TEST_ENV+=    LD_LIBRARY_PATH=${WRKSRC}/${C
 TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
-CMAKE_CONFIGURE_ARGS+= -DBUILD_WITH_WARNINGS=OFF
 CMAKE_CONFIGURE_ARGS+= -DENABLE_OPENSSL=ON
+CMAKE_CONFIGURE_ARGS+= -DENABLE_WARNINGS_AS_ERRORS=OFF
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 

Index: pkgsrc/comms/srtp/distinfo
diff -u pkgsrc/comms/srtp/distinfo:1.10 pkgsrc/comms/srtp/distinfo:1.11
--- pkgsrc/comms/srtp/distinfo:1.10     Tue Apr  1 07:41:00 2025
+++ pkgsrc/comms/srtp/distinfo  Sun Mar 15 09:22:13 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2025/04/01 07:41:00 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/03/15 09:22:13 adam Exp $
 
-BLAKE2s (srtp-2.7.0.tar.gz) = b21d82b3fdb0e897e820345df9a41b5a3802f1593e25a4c71bbcf64afb9ce84f
-SHA512 (srtp-2.7.0.tar.gz) = eb42cc1755acd5677351fc058e2f45314ba66b590bce80944ea12aa3780953ce4c1c6211979729304d753e6c0fd325647adafc38c20c6af8482ce6f552022896
-Size (srtp-2.7.0.tar.gz) = 640869 bytes
+BLAKE2s (srtp-2.8.0.tar.gz) = 08883674752a0d4fe168c9640eebb05db4c82d3dfd2f7c6a41707225ef5f8277
+SHA512 (srtp-2.8.0.tar.gz) = 6768f7976e5cc14a3bf2e9fc32042cab0b964f616fe5654516643a649a5d5f2b9ecb9e996467dd6d337777a9051b83a6e95f3cdc27e945062ce6da1cf8a2d462
+Size (srtp-2.8.0.tar.gz) = 646459 bytes
 SHA1 (patch-CMakeLists.txt) = a4d8092ed84a354f7f4a963c1548f993eb06b7e3



Home | Main Index | Thread Index | Old Index