diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 10:45:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 10:45:30 +0000 |
commit | bcd91a0f4fce3519650571750266ab086be4c62a (patch) | |
tree | b04a573590bc88772ed07e2bec1ce02aafd5d44b /net/libnice | |
parent | dc05f59e3e6d25810c231fc04e632c02cce7a983 (diff) | |
download | pkgsrc-bcd91a0f4fce3519650571750266ab086be4c62a.tar.gz |
Update to 0.0.10:
libnice 0.0.10 (2009-11-04)
===========================
Fix some memory leaks with the gstreamer elements
Fix username/foundation for google TURN candidates
Fix the sending of hundreds of connectivity checks at once the stream is connected
Fix BSD support
Fix reprocessing of already processed early incoming checks when in dribble-mode
Fix a rare crash with failing relay candidates allocations
Add a stun_agent_set_software API
Add a nice_agent_set_software API
Diffstat (limited to 'net/libnice')
-rw-r--r-- | net/libnice/Makefile | 4 | ||||
-rw-r--r-- | net/libnice/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 047fbbc0dad..a96fa984e85 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/15 10:45:30 wiz Exp $ # -DISTNAME= libnice-0.0.9 +DISTNAME= libnice-0.0.10 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/distinfo b/net/libnice/distinfo index da1ac7fec8a..498387cdb52 100644 --- a/net/libnice/distinfo +++ b/net/libnice/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2009/08/23 15:26:47 hasso Exp $ +$NetBSD: distinfo,v 1.3 2009/12/15 10:45:30 wiz Exp $ -SHA1 (libnice-0.0.9.tar.gz) = 821cbeeb972874855724d8a9cfbaaa3086f62881 -RMD160 (libnice-0.0.9.tar.gz) = 4b8f7e7f72dffa5af2d4ba251a18f8ab022d4d48 -Size (libnice-0.0.9.tar.gz) = 627674 bytes +SHA1 (libnice-0.0.10.tar.gz) = 1d4add8eb11dccad01a5cb3891a8156a592f973b +RMD160 (libnice-0.0.10.tar.gz) = c62ff414bff522bd46c16a485f9b072879f6e287 +Size (libnice-0.0.10.tar.gz) = 639213 bytes SHA1 (patch-aa) = 2cc697d3bf493296a8ae67a3ea178b09a9eaff98 SHA1 (patch-ab) = 4fadc44f00905a794baeec60adcffff7b7ccc909 SHA1 (patch-ac) = 44bfa064cf005a59fa366d716046f4c633092987 |