head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.36 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.34 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.32 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.30 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.28 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.26 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.24 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.22 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.20 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.18 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.16 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.14 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.12 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.8 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2023.08.29.20.54.07; author adam; state dead; branches; next 1.1; commitid Y1D5aEe729tcZICE; 1.1 date 2019.02.14.07.32.19; author wiz; state Exp; branches; next ; commitid b2fXHRHX5CbwOHbB; desc @@ 1.2 log @libnice gst-plugins1-libnice: updated to 0.1.21 libnice 0.1.21 (2023-01-07) =========================== Only use `ifr_ifindex` if OS supports it, fixes build on iOS and FreeBSD libnice 0.1.20 (2023-01-06) =========================== Remove support for GStreamer 0.10 builds Add macro to check LIBNICE version Added utility function to get the STUN server from a candidate Support additional header in built-in HTTP proxy client Add boxed type for NiceAddress for bindings Add API to get the interface index for a local address Explicitly bind to a specific interface when creating UDP sockets Limit the number of stored incoming checks based on a property Do asynchronous DNS resolution for STUN and TURN servers Add introspection friendly API to get an allocated string from a NiceCandidate Enable gst-full to link in a single element libnice 0.1.19 (2022-05-03) =========================== Allow incoming connchecks before remote candidates are set, allows for connection based on received bind requests Implement RFC 7675 for Consent Freshness Use a single server reflexive and local relay candidate, reduces useless duplicated local candidates Improved ICE restart implementation Use Windows native crypto API, removing the need for OpenSSL Add bytestream ICE-TCP and improve ICE-TCP Add API to know if a NiceAddress is link-local Add API to extact the relay address from a relayed NiceAddress Improve support for detection addresses on Android, iOS, macOS A number of bug fixes libnice 0.1.18 (2020-10-20) =========================== Remove the autotools build system, now only meson is available On Windows, use crypto library instead of CryptGenRandom() which is deprecated On Windows, use GetBestInterfaceEx() for UWP compatibility On Windows, fix the listing of interfaces to use the correct APIs On Windows, implement ignoring interfaces Accept receiving messages in multiple steps over TCP Accept duplicated ports as last option instead of spinning forever Use sendmmsg if possible to send multiple packets in one call Fail gathering if no port is available Hide the implementation of NiceCandidate, this hides some parts that were previously visible Enable TURN server connects where both TCP and UDP use the same port number Don't count rejected STUN messages as keepalive packets libnice 0.1.17 (2020-05-22) =========================== Add API to retrieve the underlying BSD sockets Support systems with multiple loopback devices Ignore non-running network interfaces Ignore multiple interface prefixes Now tries to nominate matching pairs across components and streams Retry TURN deallocation on timeout, requires not destoying the NiceAgent right after the stream Use different port for every host candidate Make timeouts and retransmissions more in line with the RFCs Find OpenSSL without pkg-config, for Windows Complete meson support GLib required version update to 2.54 Removed deprecated GLib APIs Many ICE compatibility and performance improvements Many bug fixes @ text @$NetBSD: patch-configure,v 1.1 2019/02/14 07:32:19 wiz Exp $ Fix unportable test(1) operator. --- configure.orig 2018-12-27 22:46:49.000000000 +0000 +++ configure @@@@ -15627,7 +15627,7 @@@@ fi echo "$GNUTLS_PKG_ERRORS" >&5 - if test "$with_crypto_library" == "gnutls"; then : + if test "$with_crypto_library" = "gnutls"; then : as_fn_error $? "Neither GnuTLS is not available" "$LINENO" 5 @@@@ -15639,7 +15639,7 @@@@ elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - if test "$with_crypto_library" == "gnutls"; then : + if test "$with_crypto_library" = "gnutls"; then : as_fn_error $? "Neither GnuTLS is not available" "$LINENO" 5 @ 1.1 log @libnice: update to 0.1.15. libnice 0.1.15 (2018-12-27) =========================== Add support for Regular Nomination Removal of the global lock over all agents Add method to compare candidate targets Added optional Meson build system, future releases will remove autotools Renamed all members of PseudoTcpState enum (compile-time API change) Now drops all packets from addresses that have not been validated by an ICE check Multiple improvements to ICE interoperability Improved RFC compliance Improved OC2007 compatibility mode alternate-server support @ text @d1 1 a1 1 $NetBSD$ @