Sun Apr 22 15:54:32 2012 UTC ()
Update to 0.1.2:

libnice 0.1.2 (2012-04-03)
==========================

Fix a bug where a controlled agent may never go to READY if it received early conncheck
Restart connchecks on a failed candidate pair when receiving a triggered check
Fix a bug where gathering-done signal could be sent before UPnP mapping finishes
Fix a race condition where setting remote-candidates on a gathered stream failed if another stream was gathering
Many fixes to complete and stabilize TURN support
Fix a bug in proxy support where TURN packets were misread
Refactor libnice to use GSocket which works around a glib limitation of g_io_channel on windows
Fix a bug with receiving error messages during conncheck
Fix a possible infinite loop bug
Fix memory leaks and multi-threaded race conditions
Better compatibility for BSD and Mingw
Added support files for Visual Studio compilation
Various fixes to UPnP support
Fixes to the build system


(wiz)
diff -r1.7 -r1.8 pkgsrc/net/gst-plugins0.10-libnice/Makefile
diff -r1.12 -r1.13 pkgsrc/net/libnice/Makefile
diff -r1.3 -r1.4 pkgsrc/net/libnice/PLIST
diff -r1.7 -r1.8 pkgsrc/net/libnice/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/net/gst-plugins0.10-libnice/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gst-plugins0.10-libnice/Attic/Makefile 2012/03/03 00:13:45 1.7
+++ pkgsrc/net/gst-plugins0.10-libnice/Attic/Makefile 2012/04/22 15:54:32 1.8
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2012/03/03 00:13:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2012/04/22 15:54:32 wiz Exp $
2# 2#
3 3
4DISTNAME= libnice-0.1.1 4DISTNAME= libnice-0.1.2
5PKGNAME= gst-plugins0.10-${DISTNAME} 5PKGNAME= gst-plugins0.10-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= net devel 6CATEGORIES= net devel
8MASTER_SITES= http://nice.freedesktop.org/releases/ 7MASTER_SITES= http://nice.freedesktop.org/releases/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://nice.freedesktop.org/wiki/ 10HOMEPAGE= http://nice.freedesktop.org/wiki/
12COMMENT= IETF's draft Interactice Connectivity Establishment standard implementation 11COMMENT= IETF's draft Interactice Connectivity Establishment standard implementation
13LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 12LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
14 13
15PATCHDIR= ${.CURDIR}/../../net/libnice/patches 14PATCHDIR= ${.CURDIR}/../../net/libnice/patches
16DISTINFO_FILE= ${.CURDIR}/../../net/libnice/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../net/libnice/distinfo
17 16
18PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
19 18

cvs diff -r1.12 -r1.13 pkgsrc/net/libnice/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libnice/Makefile 2012/03/03 00:12:05 1.12
+++ pkgsrc/net/libnice/Makefile 2012/04/22 15:54:32 1.13
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.12 2012/03/03 00:12:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2012/04/22 15:54:32 wiz Exp $
2# 2#
3# Also update gst-plugins0.10-libnice when you update this! 3# Also update gst-plugins0.10-libnice when you update this!
4 4
5DISTNAME= libnice-0.1.1 5DISTNAME= libnice-0.1.2
6PKGREVISION= 2 
7CATEGORIES= net devel 6CATEGORIES= net devel
8MASTER_SITES= http://nice.freedesktop.org/releases/ 7MASTER_SITES= http://nice.freedesktop.org/releases/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://nice.freedesktop.org/wiki/ 10HOMEPAGE= http://nice.freedesktop.org/wiki/
12COMMENT= IETF's draft Interactice Connectivity Establishment standard implementation 11COMMENT= IETF's draft Interactice Connectivity Establishment standard implementation
13LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 12LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes
19USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config

cvs diff -r1.3 -r1.4 pkgsrc/net/libnice/PLIST (expand / switch to unified diff)

--- pkgsrc/net/libnice/PLIST 2010/08/09 09:53:30 1.3
+++ pkgsrc/net/libnice/PLIST 2012/04/22 15:54:32 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2010/08/09 09:53:30 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.4 2012/04/22 15:54:32 wiz Exp $
2bin/stunbdc 2bin/stunbdc
3bin/stund 3bin/stund
4include/nice/address.h 4include/nice/address.h
5include/nice/agent.h 5include/nice/agent.h
6include/nice/candidate.h 6include/nice/candidate.h
7include/nice/debug.h 7include/nice/debug.h
8include/nice/interfaces.h 8include/nice/interfaces.h
9include/nice/nice.h 9include/nice/nice.h
10include/nice/pseudotcp.h 10include/nice/pseudotcp.h
11include/stun/constants.h 11include/stun/constants.h
12include/stun/debug.h 12include/stun/debug.h
13include/stun/stunagent.h 13include/stun/stunagent.h
14include/stun/stunmessage.h 14include/stun/stunmessage.h
@@ -30,21 +30,20 @@ share/gtk-doc/html/libnice/index.html @@ -30,21 +30,20 @@ share/gtk-doc/html/libnice/index.html
30share/gtk-doc/html/libnice/index.sgml 30share/gtk-doc/html/libnice/index.sgml
31share/gtk-doc/html/libnice/left.png 31share/gtk-doc/html/libnice/left.png
32share/gtk-doc/html/libnice/libnice-Bind.html 32share/gtk-doc/html/libnice/libnice-Bind.html
33share/gtk-doc/html/libnice/libnice-Debug-messages.html 33share/gtk-doc/html/libnice/libnice-Debug-messages.html
34share/gtk-doc/html/libnice/libnice-ICE.html 34share/gtk-doc/html/libnice/libnice-ICE.html
35share/gtk-doc/html/libnice/libnice-Network-interfaces-discovery.html 35share/gtk-doc/html/libnice/libnice-Network-interfaces-discovery.html
36share/gtk-doc/html/libnice/libnice-NiceAddress.html 36share/gtk-doc/html/libnice/libnice-NiceAddress.html
37share/gtk-doc/html/libnice/libnice-NiceCandidate.html 37share/gtk-doc/html/libnice/libnice-NiceCandidate.html
38share/gtk-doc/html/libnice/libnice-Pseudo-TCP-Socket.html 38share/gtk-doc/html/libnice/libnice-Pseudo-TCP-Socket.html
39share/gtk-doc/html/libnice/libnice-StunAgent.html 39share/gtk-doc/html/libnice/libnice-StunAgent.html
40share/gtk-doc/html/libnice/libnice-StunMessage.html 40share/gtk-doc/html/libnice/libnice-StunMessage.html
41share/gtk-doc/html/libnice/libnice-TURN.html 41share/gtk-doc/html/libnice/libnice-TURN.html
42share/gtk-doc/html/libnice/libnice-Timer.html 42share/gtk-doc/html/libnice/libnice-Timer.html
43share/gtk-doc/html/libnice/libnice.devhelp 
44share/gtk-doc/html/libnice/libnice.devhelp2 43share/gtk-doc/html/libnice/libnice.devhelp2
45share/gtk-doc/html/libnice/pt01.html 44share/gtk-doc/html/libnice/pt01.html
46share/gtk-doc/html/libnice/pt02.html 45share/gtk-doc/html/libnice/pt02.html
47share/gtk-doc/html/libnice/pt03.html 46share/gtk-doc/html/libnice/pt03.html
48share/gtk-doc/html/libnice/right.png 47share/gtk-doc/html/libnice/right.png
49share/gtk-doc/html/libnice/style.css 48share/gtk-doc/html/libnice/style.css
50share/gtk-doc/html/libnice/up.png 49share/gtk-doc/html/libnice/up.png

cvs diff -r1.7 -r1.8 pkgsrc/net/libnice/distinfo (expand / switch to unified diff)

--- pkgsrc/net/libnice/distinfo 2011/09/12 21:45:43 1.7
+++ pkgsrc/net/libnice/distinfo 2012/04/22 15:54:32 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2011/09/12 21:45:43 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2012/04/22 15:54:32 wiz Exp $
2 2
3SHA1 (libnice-0.1.1.tar.gz) = 9e3403272603ba85deaa2536dec9090ce11515d7 3SHA1 (libnice-0.1.2.tar.gz) = 69be6468d567b2693798af5e482aa4061ce7b91c
4RMD160 (libnice-0.1.1.tar.gz) = 3916f641543b6f4ba80bac23e9e51d13aae2473d 4RMD160 (libnice-0.1.2.tar.gz) = 83ae1b9369b471aee3ab7772b3221d89c513615d
5Size (libnice-0.1.1.tar.gz) = 665117 bytes 5Size (libnice-0.1.2.tar.gz) = 671588 bytes
6SHA1 (patch-ad) = 9fff725de3c9307eab5500090abc77de31351068 6SHA1 (patch-ad) = 9fff725de3c9307eab5500090abc77de31351068