summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-20 13:44:02 +0000
committerwiz <wiz>2010-01-20 13:44:02 +0000
commit03193828c756a5f7495871b2b9757ebd97c49740 (patch)
treeac413c8ee23b331923152cae95c33b46f246895c /net
parent7f5f47ff0fceeef24fd7916210e7ab7b11dccc39 (diff)
downloadpkgsrc-03193828c756a5f7495871b2b9757ebd97c49740.tar.gz
Update to 0.7.1:
0.7.1 ===== - Don't leak target regex. - Make GSSDPClient ignore Point to Point interfaces. - Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but SO_REUSEPORT. - If we can't create a request socket don't try to create a multicast socket. - Have specific GError code for interfaces without an IP address. - Actually remove gssdp_client_new_full(). Bugs fixed: 1898 - GSSDPClient keeps autoselecting my VPN 1810 - Not possible to run multiple ssdp clients on darwin 1800 - leak of a gregex in gssdp-resource-browser 1796 - gssdp_client_new_full is declared in header but not implemented All contributors: Olivier CrĂȘte <olivier.crete@collabora.co.uk> Ross Burton <ross@linux.intel.com> Iain Holmes <iain@linux.intel.com> Mattias Wadman <mattias.wadman@gmail.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.7 === - Join the multicast group on the specified interface. - Put the message src timeout in the specified GMainContext. - "host-ip" property moved from GUPnPContext to parent GSSDPClient. - Use inet_aton instead of inet_addr and handle the error from it. - gssdp-device-sniffer ported to GtkBuilder. - Version-independent target match. This makes client forward and backward compatible with resources that implement different version of the specs than the client. - Version-independent M-SEARCH response. This has the same effect as above but only the other way around. - GSSDPClient now binds to interface rather than IP. - No need to find the default route. - Add "active" property to GSSDPClient. - Fix pkg-config paths. - Add basic .gitignore. - Other minor/internal changes. Bugs fixed: 1621 - new gssdp timeout not added to the specific maincontext 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env Dependencies dropped: - libglade All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com> Jens Georg <mail@jensge.org> Olivier CrĂȘte <olivier.crete@collabora.co.uk> WARNING: This release is API and ABI incompatible with previous releases.
Diffstat (limited to 'net')
-rw-r--r--net/gssdp/Makefile7
-rw-r--r--net/gssdp/PLIST4
-rw-r--r--net/gssdp/buildlink3.mk4
-rw-r--r--net/gssdp/distinfo10
-rw-r--r--net/gssdp/patches/patch-aa12
5 files changed, 18 insertions, 19 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile
index 97755ad1750..197187d223b 100644
--- a/net/gssdp/Makefile
+++ b/net/gssdp/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2009/08/26 19:58:10 sno Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/20 13:44:02 wiz Exp $
#
-DISTNAME= gssdp-0.6.4
-PKGREVISION= 1
+DISTNAME= gssdp-0.7.1
CATEGORIES= net
MASTER_SITES= http://www.gupnp.org/sources/gssdp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gupnp.org/
COMMENT= SSDP library
+LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -18,6 +18,5 @@ PKG_DESTDIR_SUPPORT= user-destdir
PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gssdp/PLIST b/net/gssdp/PLIST
index c8fd6c2f02d..50fd99bf333 100644
--- a/net/gssdp/PLIST
+++ b/net/gssdp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/02 11:24:06 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/01/20 13:44:02 wiz Exp $
bin/gssdp-device-sniffer
include/gssdp-1.0/libgssdp/gssdp-client.h
include/gssdp-1.0/libgssdp/gssdp-error.h
@@ -7,7 +7,7 @@ include/gssdp-1.0/libgssdp/gssdp-resource-group.h
include/gssdp-1.0/libgssdp/gssdp.h
lib/libgssdp-1.0.la
lib/pkgconfig/gssdp-1.0.pc
-share/gssdp/gssdp-device-sniffer.glade
+share/gssdp/gssdp-device-sniffer.ui
share/gtk-doc/html/gssdp/GSSDPClient.html
share/gtk-doc/html/gssdp/GSSDPResourceBrowser.html
share/gtk-doc/html/gssdp/GSSDPResourceGroup.html
diff --git a/net/gssdp/buildlink3.mk b/net/gssdp/buildlink3.mk
index d096fe5fa41..23c6b7ac79b 100644
--- a/net/gssdp/buildlink3.mk
+++ b/net/gssdp/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/02 11:24:06 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2010/01/20 13:44:02 wiz Exp $
BUILDLINK_TREE+= gssdp
.if !defined(GSSDP_BUILDLINK3_MK)
GSSDP_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.6.4
+BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.7.1
BUILDLINK_PKGSRCDIR.gssdp?= ../../net/gssdp
.include "../../devel/glib2/buildlink3.mk"
diff --git a/net/gssdp/distinfo b/net/gssdp/distinfo
index c176f75d849..5c12c5ebfc2 100644
--- a/net/gssdp/distinfo
+++ b/net/gssdp/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/02 11:24:06 drochner Exp $
+$NetBSD: distinfo,v 1.2 2010/01/20 13:44:02 wiz Exp $
-SHA1 (gssdp-0.6.4.tar.gz) = c618fa3438f38ff6b7cf7a1b470fc2cd4420eb90
-RMD160 (gssdp-0.6.4.tar.gz) = 8dfbd41f96a55407bc7ccef6a2ca4e278acff55d
-Size (gssdp-0.6.4.tar.gz) = 390297 bytes
-SHA1 (patch-aa) = dbccb5fad660287041f63076b6bdd7ddca9e1305
+SHA1 (gssdp-0.7.1.tar.gz) = 9647cc35768ca48bf568d40f46b47d9c43b0d583
+RMD160 (gssdp-0.7.1.tar.gz) = c1a2251bc16a49414976c0a1ed17047fb793558d
+Size (gssdp-0.7.1.tar.gz) = 367681 bytes
+SHA1 (patch-aa) = 437ac0787c0cd65b078e6d7a3d6880200ade9ca7
SHA1 (patch-ab) = 16088d79afd534ec44b47f26ee30d3f9be126897
diff --git a/net/gssdp/patches/patch-aa b/net/gssdp/patches/patch-aa
index 2e2f92491d3..2b2ff0b8e76 100644
--- a/net/gssdp/patches/patch-aa
+++ b/net/gssdp/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/08/02 11:24:06 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2010/01/20 13:44:03 wiz Exp $
---- ./libgssdp/gssdp-socket-source.c.orig 2009-01-06 15:44:15.000000000 +0100
-+++ ./libgssdp/gssdp-socket-source.c
-@@ -121,6 +121,16 @@ gssdp_socket_source_new (GSSDPSocketSour
+--- libgssdp/gssdp-socket-source.c.orig 2009-12-02 11:06:02.000000000 +0000
++++ libgssdp/gssdp-socket-source.c
+@@ -154,6 +154,16 @@ gssdp_socket_source_new (GSSDPSocketSour
if (res == -1)
goto error;
@@ -17,5 +17,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/08/02 11:24:06 drochner Exp $
+#endif
+
/* Subscribe to multicast channel */
- mreq.imr_multiaddr.s_addr = inet_addr (SSDP_ADDR);
- mreq.imr_interface.s_addr = htonl (INADDR_ANY);
+ res = inet_aton (SSDP_ADDR, &(mreq.imr_multiaddr));
+ if (res == 0)