diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-21 15:51:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-21 15:51:13 +0000 |
commit | 89d067c874e26103dbcc877b7fb696ff85151c21 (patch) | |
tree | 7d0179ecaf9e220c5099833aa1f700e2a5fb4003 /net/libnice | |
parent | 7d3c1050fbfc82c33dd294e97435e771636e4e3c (diff) | |
download | pkgsrc-89d067c874e26103dbcc877b7fb696ff85151c21.tar.gz |
Update to 0.1.0.
libnice 0.1.0 (2011-01-20)
==========================
Added nice_candidate_copy to the public API
Make stun_timer timeouts configurable (Break API and ABI)
Add compatibility support for MSOC 2007 and MSOC 2007 R2
Add MS-TURN support for MSOC
Added and completed TURN RFC 5766 support
Add a nice_agent_set_port_range API to force a component to use a specific port
Fix various bugs and memory leaks
Improve documentation
Diffstat (limited to 'net/libnice')
-rw-r--r-- | net/libnice/Makefile | 4 | ||||
-rw-r--r-- | net/libnice/buildlink3.mk | 4 | ||||
-rw-r--r-- | net/libnice/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 2a237c03840..e1384df26b7 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/08/09 09:53:30 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2011/02/21 15:51:13 wiz Exp $ # -DISTNAME= libnice-0.0.13 +DISTNAME= libnice-0.1.0 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/buildlink3.mk b/net/libnice/buildlink3.mk index b03e546756b..47bfa9feb76 100644 --- a/net/libnice/buildlink3.mk +++ b/net/libnice/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2010/06/13 22:45:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2011/02/21 15:51:13 wiz Exp $ BUILDLINK_TREE+= libnice @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libnice LIBNICE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libnice+= libnice>=0.0.9 -BUILDLINK_ABI_DEPENDS.libnice?= libnice>=0.0.11nb1 +BUILDLINK_ABI_DEPENDS.libnice?= libnice>=0.1.0 BUILDLINK_PKGSRCDIR.libnice?= ../../net/libnice .include "../../devel/glib2/buildlink3.mk" diff --git a/net/libnice/distinfo b/net/libnice/distinfo index 51918f68445..56bd89290a0 100644 --- a/net/libnice/distinfo +++ b/net/libnice/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2010/08/09 09:53:30 drochner Exp $ +$NetBSD: distinfo,v 1.6 2011/02/21 15:51:13 wiz Exp $ -SHA1 (libnice-0.0.13.tar.gz) = 703b03fbb20da693c057d3fe5074b182a17c7364 -RMD160 (libnice-0.0.13.tar.gz) = 0a20d03c4ed0fb1677149b2d9595a6111e958a15 -Size (libnice-0.0.13.tar.gz) = 635783 bytes +SHA1 (libnice-0.1.0.tar.gz) = 29ecfe791ac4d936ff36a35b36a2f2d8fb232d22 +RMD160 (libnice-0.1.0.tar.gz) = c5cec2533a82c100b41fc3149c2bca3d7f22599f +Size (libnice-0.1.0.tar.gz) = 655234 bytes SHA1 (patch-ac) = 908988e65c637db9bf6ca35f912a841055369e07 SHA1 (patch-ad) = bb8161468e0875b6ca69d699c4119821a26d4532 |