pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libnice



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 27 16:27:47 UTC 2025

Modified Files:
        pkgsrc/net/libnice: Makefile Makefile.common PLIST distinfo

Log Message:
libnice: updated to 0.1.23

libnice 0.1.23 (2025-11-26)
===========================
API: Added option NICE_AGENT_OPTION_CLOSE_FORCED to not wait for TURN when
  closing asynchronous
Reject invalid remote candidates with priority=0
Add missing mutex in tcp-bsd socket
Add buffer list support to nicesrc
Avoid dropping packing in nicesink, retry instead
Only create a new NiceCandidate if a socket can be opened, as it is
 a somewhat costly operation.
Many new tests
Fix leaks
Fix various test flakiness


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/net/libnice/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libnice/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/libnice/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/libnice/distinfo

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

Modified files:

Index: pkgsrc/net/libnice/Makefile
diff -u pkgsrc/net/libnice/Makefile:1.85 pkgsrc/net/libnice/Makefile:1.86
--- pkgsrc/net/libnice/Makefile:1.85    Thu Oct 23 20:38:50 2025
+++ pkgsrc/net/libnice/Makefile Thu Nov 27 16:27:47 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.85 2025/10/23 20:38:50 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2025/11/27 16:27:47 adam Exp $
 
-PKGREVISION= 9
 .include "Makefile.common"
 
 PKGCONFIG_OVERRIDE+=           output/meson-private/nice.pc

Index: pkgsrc/net/libnice/Makefile.common
diff -u pkgsrc/net/libnice/Makefile.common:1.7 pkgsrc/net/libnice/Makefile.common:1.8
--- pkgsrc/net/libnice/Makefile.common:1.7      Wed Mar  6 18:46:27 2024
+++ pkgsrc/net/libnice/Makefile.common  Thu Nov 27 16:27:47 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2024/03/06 18:46:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2025/11/27 16:27:47 adam Exp $
 #
 # used by net/libnice/Makefile
 # used by net/gst-plugins1-libnice/Makefile
 
-DISTNAME=      libnice-0.1.22
+DISTNAME=      libnice-0.1.23
 CATEGORIES=    net devel
 MASTER_SITES=  https://libnice.freedesktop.org/releases/
 
@@ -20,7 +20,7 @@ USE_TOOLS+=   pkg-config
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"
-USE_LANGUAGES+=        c99
+USE_CC_FEATURES+=      c99
 .endif
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.54.0

Index: pkgsrc/net/libnice/PLIST
diff -u pkgsrc/net/libnice/PLIST:1.14 pkgsrc/net/libnice/PLIST:1.15
--- pkgsrc/net/libnice/PLIST:1.14       Wed Mar  6 18:46:27 2024
+++ pkgsrc/net/libnice/PLIST    Thu Nov 27 16:27:47 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/03/06 18:46:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/11/27 16:27:47 adam Exp $
 bin/stunbdc
 bin/stund
 include/nice/address.h
@@ -21,6 +21,6 @@ include/stun/win32_common.h
 lib/girepository-1.0/Nice-0.1.typelib
 lib/libnice.so
 lib/libnice.so.10
-lib/libnice.so.10.14.0
+lib/libnice.so.10.15.0
 lib/pkgconfig/nice.pc
 share/gir-1.0/Nice-0.1.gir

Index: pkgsrc/net/libnice/distinfo
diff -u pkgsrc/net/libnice/distinfo:1.23 pkgsrc/net/libnice/distinfo:1.24
--- pkgsrc/net/libnice/distinfo:1.23    Wed Mar  6 18:46:27 2024
+++ pkgsrc/net/libnice/distinfo Thu Nov 27 16:27:47 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2024/03/06 18:46:27 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/11/27 16:27:47 adam Exp $
 
-BLAKE2s (libnice-0.1.22.tar.gz) = 8b337f1d68cece9041cb50295604a48e1ee01d7be2689d3446621699514a82e7
-SHA512 (libnice-0.1.22.tar.gz) = c3aae2d36d2cec8654b87ecc464296711a4a64335052dfc1477f43f59e90341f7a6a01ebd4edf91a72d9ec425440e6dd0bd8f817c77e03578854e70193b3306b
-Size (libnice-0.1.22.tar.gz) = 460696 bytes
+BLAKE2s (libnice-0.1.23.tar.gz) = 540d25951384652c406385df059de84628d9e5c48ec053bf9c7b912b8f6927b6
+SHA512 (libnice-0.1.23.tar.gz) = 2533d3759117ab8fde7cdeb041193324dac7604599a891d47e07a37287af9989be1522c56af52c947598f93b18e60e2cb1b1d9c7ff4cf2bb3e21ce948907f076
+Size (libnice-0.1.23.tar.gz) = 469330 bytes
 SHA1 (patch-meson.build) = 0f92d75a885b7670171fb04a38b939a0bcbb66cc



Home | Main Index | Thread Index | Old Index