summaryrefslogtreecommitdiff
path: root/net-im/libnice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-07-25 00:25:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-07-25 00:25:58 +0000
commit706aa7e6723ecb85e6a73a77101d31ec0fb7e36f (patch)
treec8e8c03b7ad1b32cf8c44c08d89e29e1c5a7b16c /net-im/libnice
parentUpdate to 0.0.21. (diff)
Update to 0.0.13.
Notes
Notes: svn path=/head/; revision=258190
Diffstat (limited to 'net-im/libnice')
-rw-r--r--net-im/libnice/Makefile3
-rw-r--r--net-im/libnice/distinfo6
-rw-r--r--net-im/libnice/files/patch-agent_interfaces.c15
3 files changed, 16 insertions, 8 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile
index 1a8d7f0d9f52..aaa09acd8df1 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libnice
-PORTVERSION= 0.0.12
-PORTREVISION= 1
+PORTVERSION= 0.0.13
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
diff --git a/net-im/libnice/distinfo b/net-im/libnice/distinfo
index 0bd331c75ad7..5a676bf089c8 100644
--- a/net-im/libnice/distinfo
+++ b/net-im/libnice/distinfo
@@ -1,3 +1,3 @@
-MD5 (libnice-0.0.12.tar.gz) = fe25005032c441ecfaa0c19ac6b78ee7
-SHA256 (libnice-0.0.12.tar.gz) = ec4ee9d50afccd421d3fb75a60a0713234f78538fa5eabf55b3c7c9185b51f11
-SIZE (libnice-0.0.12.tar.gz) = 636926
+MD5 (libnice-0.0.13.tar.gz) = e5b9f799a57cb939ea2658ec35253ab9
+SHA256 (libnice-0.0.13.tar.gz) = d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0
+SIZE (libnice-0.0.13.tar.gz) = 635783
diff --git a/net-im/libnice/files/patch-agent_interfaces.c b/net-im/libnice/files/patch-agent_interfaces.c
index 0710be712688..d3d33d3a376f 100644
--- a/net-im/libnice/files/patch-agent_interfaces.c
+++ b/net-im/libnice/files/patch-agent_interfaces.c
@@ -1,6 +1,6 @@
---- agent/interfaces.c.orig 2009-03-08 13:12:26.000000000 -0400
-+++ agent/interfaces.c 2009-03-08 13:12:53.000000000 -0400
-@@ -43,6 +43,7 @@
+--- agent/interfaces.c.orig 2010-07-20 17:54:40.000000000 -0400
++++ agent/interfaces.c 2010-07-24 20:24:19.000000000 -0400
+@@ -46,6 +46,7 @@
#include <ifaddrs.h>
#endif
@@ -8,3 +8,12 @@
#include <net/if.h>
#include <net/if_arp.h>
#include <arpa/inet.h>
+@@ -198,7 +199,7 @@ nice_interfaces_get_local_ips (gboolean
+ struct sockaddr_in6 *sa6 = (struct sockaddr_in6 *)ifa->ifa_addr;
+
+ /* Skip link-local addresses, they require a scope */
+- if (IN6_IS_ADDR_LINKLOCAL (sa6->sin6_addr.s6_addr))
++ if (IN6_IS_ADDR_LINKLOCAL (&sa6->sin6_addr))
+ continue;
+
+ if (inet_ntop (AF_INET6, &sa6->sin6_addr, addr_as_string,