diff options
author | wiz <wiz> | 2012-04-22 15:54:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-22 15:54:32 +0000 |
commit | 3654ec831ca7e35858debad765a022e2a037c53d (patch) | |
tree | e8be4958490ad81e9903ca181178cef91360fb0d /net | |
parent | 1113b54e23ebe8b36eefec7f6b5d19b51aa07b30 (diff) | |
download | pkgsrc-3654ec831ca7e35858debad765a022e2a037c53d.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/gst-plugins0.10-libnice/Makefile | 5 | ||||
-rw-r--r-- | net/libnice/Makefile | 5 | ||||
-rw-r--r-- | net/libnice/PLIST | 3 | ||||
-rw-r--r-- | net/libnice/distinfo | 8 |
4 files changed, 9 insertions, 12 deletions
diff --git a/net/gst-plugins0.10-libnice/Makefile b/net/gst-plugins0.10-libnice/Makefile index 266829722e8..329b605b7db 100644 --- a/net/gst-plugins0.10-libnice/Makefile +++ b/net/gst-plugins0.10-libnice/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/03/03 00:13:45 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/04/22 15:54:32 wiz Exp $ # -DISTNAME= libnice-0.1.1 +DISTNAME= libnice-0.1.2 PKGNAME= gst-plugins0.10-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 8f1ffbe4bcb..ba35dc6b64d 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2012/03/03 00:12:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/04/22 15:54:32 wiz Exp $ # # Also update gst-plugins0.10-libnice when you update this! -DISTNAME= libnice-0.1.1 -PKGREVISION= 2 +DISTNAME= libnice-0.1.2 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/PLIST b/net/libnice/PLIST index 2cc280f16a4..6c7a91a8097 100644 --- a/net/libnice/PLIST +++ b/net/libnice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/08/09 09:53:30 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/04/22 15:54:32 wiz Exp $ bin/stunbdc bin/stund include/nice/address.h @@ -40,7 +40,6 @@ share/gtk-doc/html/libnice/libnice-StunAgent.html share/gtk-doc/html/libnice/libnice-StunMessage.html share/gtk-doc/html/libnice/libnice-TURN.html share/gtk-doc/html/libnice/libnice-Timer.html -share/gtk-doc/html/libnice/libnice.devhelp share/gtk-doc/html/libnice/libnice.devhelp2 share/gtk-doc/html/libnice/pt01.html share/gtk-doc/html/libnice/pt02.html diff --git a/net/libnice/distinfo b/net/libnice/distinfo index 3a835707838..a9fdb738428 100644 --- a/net/libnice/distinfo +++ b/net/libnice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2011/09/12 21:45:43 wiz Exp $ +$NetBSD: distinfo,v 1.8 2012/04/22 15:54:32 wiz Exp $ -SHA1 (libnice-0.1.1.tar.gz) = 9e3403272603ba85deaa2536dec9090ce11515d7 -RMD160 (libnice-0.1.1.tar.gz) = 3916f641543b6f4ba80bac23e9e51d13aae2473d -Size (libnice-0.1.1.tar.gz) = 665117 bytes +SHA1 (libnice-0.1.2.tar.gz) = 69be6468d567b2693798af5e482aa4061ce7b91c +RMD160 (libnice-0.1.2.tar.gz) = 83ae1b9369b471aee3ab7772b3221d89c513615d +Size (libnice-0.1.2.tar.gz) = 671588 bytes SHA1 (patch-ad) = 9fff725de3c9307eab5500090abc77de31351068 |