diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-22 15:54:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-22 15:54:32 +0000 |
commit | b15691940d713bc75f684f46a28dd5fe32aa92d1 (patch) | |
tree | e8be4958490ad81e9903ca181178cef91360fb0d /net/gst-plugins0.10-libnice | |
parent | 38991336b41aa2f0b077abdeda9b6afeb13e3910 (diff) | |
download | pkgsrc-b15691940d713bc75f684f46a28dd5fe32aa92d1.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/gst-plugins0.10-libnice')
-rw-r--r-- | net/gst-plugins0.10-libnice/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |