summaryrefslogtreecommitdiff
path: root/net/libnice
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-05-02 11:45:35 +0000
committerwiz <wiz@pkgsrc.org>2010-05-02 11:45:35 +0000
commit04791c2c8465c28a1189bca7904fb51ec7cce749 (patch)
tree2144b459defb61ded639ff3d40cba03915c3cf5f /net/libnice
parent323c12ceb46cb9a741e76c7a671b934b770006dc (diff)
downloadpkgsrc-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')
-rw-r--r--net/libnice/Makefile5
-rw-r--r--net/libnice/PLIST14
-rw-r--r--net/libnice/distinfo12
-rw-r--r--net/libnice/patches/patch-aa12
-rw-r--r--net/libnice/patches/patch-ab12
-rw-r--r--net/libnice/patches/patch-ac8
6 files changed, 16 insertions, 47 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/
diff --git a/net/libnice/PLIST b/net/libnice/PLIST
index 6e790ff13d9..df6d302da77 100644
--- a/net/libnice/PLIST
+++ b/net/libnice/PLIST
@@ -1,20 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/05/02 11:45:35 wiz Exp $
bin/stunbdc
bin/stund
include/nice/address.h
include/nice/agent.h
include/nice/candidate.h
include/nice/debug.h
-include/nice/http.h
include/nice/interfaces.h
include/nice/nice.h
-include/nice/pseudossl.h
-include/nice/socket.h
-include/nice/socks5.h
-include/nice/tcp-bsd.h
-include/nice/tcp-turn.h
-include/nice/turn.h
-include/nice/udp-bsd.h
+include/nice/pseudotcp.h
include/stun/constants.h
include/stun/debug.h
include/stun/stunagent.h
@@ -32,6 +25,7 @@ share/gtk-doc/html/libnice/ch01.html
share/gtk-doc/html/libnice/ch02.html
share/gtk-doc/html/libnice/ch03.html
share/gtk-doc/html/libnice/ch04.html
+share/gtk-doc/html/libnice/ch05.html
share/gtk-doc/html/libnice/home.png
share/gtk-doc/html/libnice/index.html
share/gtk-doc/html/libnice/index.sgml
@@ -42,6 +36,7 @@ share/gtk-doc/html/libnice/libnice-ICE.html
share/gtk-doc/html/libnice/libnice-Network-interfaces-discovery.html
share/gtk-doc/html/libnice/libnice-NiceAddress.html
share/gtk-doc/html/libnice/libnice-NiceCandidate.html
+share/gtk-doc/html/libnice/libnice-Pseudo-TCP-Socket.html
share/gtk-doc/html/libnice/libnice-StunAgent.html
share/gtk-doc/html/libnice/libnice-StunMessage.html
share/gtk-doc/html/libnice/libnice-TURN.html
@@ -50,6 +45,7 @@ share/gtk-doc/html/libnice/libnice.devhelp
share/gtk-doc/html/libnice/libnice.devhelp2
share/gtk-doc/html/libnice/pt01.html
share/gtk-doc/html/libnice/pt02.html
+share/gtk-doc/html/libnice/pt03.html
share/gtk-doc/html/libnice/right.png
share/gtk-doc/html/libnice/style.css
share/gtk-doc/html/libnice/up.png
diff --git a/net/libnice/distinfo b/net/libnice/distinfo
index 498387cdb52..a0df0d35cec 100644
--- a/net/libnice/distinfo
+++ b/net/libnice/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/12/15 10:45:30 wiz Exp $
+$NetBSD: distinfo,v 1.4 2010/05/02 11:45:35 wiz Exp $
-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
+SHA1 (libnice-0.0.11.tar.gz) = 357ce736c106b0b11fd37c13675640a884f42413
+RMD160 (libnice-0.0.11.tar.gz) = 02c6949c7cb09fc92db89a3c0f221acfe3f9a6c5
+Size (libnice-0.0.11.tar.gz) = 636299 bytes
+SHA1 (patch-ac) = 1dd3664f86b331067eddecf82bedfc56bd62ff1b
diff --git a/net/libnice/patches/patch-aa b/net/libnice/patches/patch-aa
deleted file mode 100644
index 200b65e81d9..00000000000
--- a/net/libnice/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/08/23 15:26:48 hasso Exp $
-
---- stun/stunmessage.c.orig 2009-08-23 18:15:06 +0300
-+++ stun/stunmessage.c 2009-08-23 18:15:25 +0300
-@@ -46,6 +46,7 @@
- #else
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #endif
-
-
diff --git a/net/libnice/patches/patch-ab b/net/libnice/patches/patch-ab
deleted file mode 100644
index f3bfc418664..00000000000
--- a/net/libnice/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/08/23 15:26:48 hasso Exp $
-
---- stun/utils.h.orig 2009-08-23 18:16:34 +0300
-+++ stun/utils.h 2009-08-23 18:16:44 +0300
-@@ -49,6 +49,7 @@
- #else
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #endif
-
- # ifdef __cplusplus
diff --git a/net/libnice/patches/patch-ac b/net/libnice/patches/patch-ac
index 8e0b5dd7636..699655708cd 100644
--- a/net/libnice/patches/patch-ac
+++ b/net/libnice/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2009/08/23 15:26:48 hasso Exp $
+$NetBSD: patch-ac,v 1.2 2010/05/02 11:45:35 wiz Exp $
---- agent/interfaces.c.orig 2009-08-23 18:17:31 +0300
-+++ agent/interfaces.c 2009-08-23 18:18:07 +0300
-@@ -47,6 +47,7 @@
+--- agent/interfaces.c.orig 2010-03-18 20:57:10.000000000 +0000
++++ agent/interfaces.c
+@@ -49,6 +49,7 @@
#include <net/if.h>
#include <net/if_arp.h>
#include <arpa/inet.h>