diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-06 08:31:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-06 08:31:45 +0000 |
commit | ff07e328614752a8aa4f9e1fa5c0bd0bdf4b97d3 (patch) | |
tree | d83d1ae19871402dc2f715a99d063b6c61d8d43c /net/libnice | |
parent | afc09f42b626eb370618c1c1dadfc02bad5a8bc5 (diff) | |
download | pkgsrc-ff07e328614752a8aa4f9e1fa5c0bd0bdf4b97d3.tar.gz |
Update libnice packages to 0.1.6:
libnice 0.1.6 (2014-04-28)
==========================
API: nice_agent_restart_stream() to do a ICE restart on a single strema
API: nice_component_state_to_string() to get a printable name for a component
state
API: nice_agent_forget_relays() to forget the relays set for a
specific component, along with nice_agent_restart_stream(), it allows
changing the current relay without dropping the connection.
It is now possible to add relays after the initial candidate gathering.
Many bug fixes
Diffstat (limited to 'net/libnice')
-rw-r--r-- | net/libnice/Makefile | 5 | ||||
-rw-r--r-- | net/libnice/PLIST | 3 | ||||
-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 65c2c18a420..64ba3407834 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2014/04/09 07:27:00 obache Exp $ +# $NetBSD: Makefile,v 1.30 2014/05/06 08:31:45 wiz Exp $ # # Also update net/gst-plugins1-libnice when you update this! -DISTNAME= libnice-0.1.5 -PKGREVISION= 1 +DISTNAME= libnice-0.1.6 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/PLIST b/net/libnice/PLIST index 148aa2f0303..38b02588376 100644 --- a/net/libnice/PLIST +++ b/net/libnice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2014/03/12 10:25:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/05/06 08:31:45 wiz Exp $ bin/sdp-example bin/simple-example bin/stunbdc @@ -42,6 +42,7 @@ share/gtk-doc/html/libnice/ix07.html share/gtk-doc/html/libnice/ix08.html share/gtk-doc/html/libnice/ix09.html share/gtk-doc/html/libnice/ix10.html +share/gtk-doc/html/libnice/ix11.html share/gtk-doc/html/libnice/left.png share/gtk-doc/html/libnice/libnice-Bind.html share/gtk-doc/html/libnice/libnice-Debug-messages.html diff --git a/net/libnice/distinfo b/net/libnice/distinfo index 426c9407b05..6aef56b4ad7 100644 --- a/net/libnice/distinfo +++ b/net/libnice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2014/03/12 10:25:47 wiz Exp $ +$NetBSD: distinfo,v 1.11 2014/05/06 08:31:45 wiz Exp $ -SHA1 (libnice-0.1.5.tar.gz) = dee2758da3a20c62eac4fd00577cbda3dc9413e7 -RMD160 (libnice-0.1.5.tar.gz) = 06c9fa901f3c793a5c1ecf4823fe6e82a1c77363 -Size (libnice-0.1.5.tar.gz) = 819737 bytes +SHA1 (libnice-0.1.6.tar.gz) = 63966f8198c6a1840ac37349df510ccdf007a126 +RMD160 (libnice-0.1.6.tar.gz) = 8c29638c08cea406987052f7b64c0bc7772c0027 +Size (libnice-0.1.6.tar.gz) = 829225 bytes SHA1 (patch-ad) = abf11727342cbf5a48cdd394355ec2f93ce471f2 |