head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.4 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.2 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.3.0.8 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.6 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.4 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.2 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2011.09.12.21.45.43; author wiz; state dead; branches; next 1.3; 1.3 date 2010.08.09.09.53.30; author drochner; state Exp; branches; next 1.2; 1.2 date 2010.05.02.11.45.35; author wiz; state Exp; branches; next 1.1; 1.1 date 2009.08.23.15.26.48; author hasso; state Exp; branches; next ; desc @@ 1.4 log @Update to 0.1.1: libnice 0.1.1 (2011-09-07) ========================== Fixed BSD and Solaris compatibility Fixed PPC64 symbol test Removed a few possible leak/bugs Fixed compatibility with google's recent protocol change @ text @$NetBSD: patch-ac,v 1.3 2010/08/09 09:53:30 drochner Exp $ --- agent/interfaces.c.orig 2010-07-20 21:54:40.000000000 +0000 +++ agent/interfaces.c @@@@ -49,6 +49,7 @@@@ #include #include #include +#include #ifdef HAVE_GETIFADDRS @@@@ -198,7 +199,7 @@@@ nice_interfaces_get_local_ips (gboolean struct sockaddr_in6 *sa6 = (struct sockaddr_in6 *)ifa->ifa_addr; /* Skip link-local addresses, they require a scope */ - if (IN6_IS_ADDR_LINKLOCAL (sa6->sin6_addr.s6_addr)) + if (IN6_IS_ADDR_LINKLOCAL (&sa6->sin6_addr)) continue; if (inet_ntop (AF_INET6, &sa6->sin6_addr, addr_as_string, @ 1.3 log @split libnice into two pkgs, to get dependencies sorted and stop abuse of the options framework being here, update to 0.0.13 changes: - Add support for IPv6 - Fix crc32 function conflict with libz.so - Various bug fixing and code cleaning - Validate the remote candidate address before adding it @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 0.0.11: libnice 0.0.11 (2010-03-18) =========================== Handle EAGAIN for UDP sockets Fix coverity warnings Fix a bug with TURN and Channel Bindings Add a reliable transport mode using libjingle's PseudoTcp implementation Various fixes @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2009/08/23 15:26:48 hasso Exp $ d3 1 a3 1 --- agent/interfaces.c.orig 2010-03-18 20:57:10.000000000 +0000 d13 9 @ 1.1 log @Make it build on DragonFly and probably some others. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- agent/interfaces.c.orig 2009-08-23 18:17:31 +0300 +++ agent/interfaces.c 2009-08-23 18:18:07 +0300 @@@@ -47,6 +47,7 @@@@ @