diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 11:45:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 11:45:35 +0000 |
commit | 04791c2c8465c28a1189bca7904fb51ec7cce749 (patch) | |
tree | 2144b459defb61ded639ff3d40cba03915c3cf5f /net/libnice/Makefile | |
parent | 323c12ceb46cb9a741e76c7a671b934b770006dc (diff) | |
download | pkgsrc-04791c2c8465c28a1189bca7904fb51ec7cce749.tar.gz |
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
Diffstat (limited to 'net/libnice/Makefile')
-rw-r--r-- | net/libnice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 38c53dadb23..b099a6a45ac 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/01/20 14:04:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/05/02 11:45:35 wiz Exp $ # -DISTNAME= libnice-0.0.10 -PKGREVISION= 1 +DISTNAME= libnice-0.0.11 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ |