pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gssdp Update to 0.7.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d972e668845
branches:  trunk
changeset: 569858:1d972e668845
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 20 13:44:02 2010 +0000

description:
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@localhost>
Ross Burton <ross%linux.intel.com@localhost>
Iain Holmes <iain%linux.intel.com@localhost>
Mattias Wadman <mattias.wadman%gmail.com@localhost>
Zeeshan Ali (Khattak) <zeeshanak%gnome.org@localhost>

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@localhost>
Ross Burton <ross%linux.intel.com@localhost>
Jens Georg <mail%jensge.org@localhost>
Olivier Crête <olivier.crete%collabora.co.uk@localhost>

WARNING: This release is API and ABI incompatible with previous releases.

diffstat:

 net/gssdp/Makefile         |   7 +++----
 net/gssdp/PLIST            |   4 ++--
 net/gssdp/buildlink3.mk    |   4 ++--
 net/gssdp/distinfo         |  10 +++++-----
 net/gssdp/patches/patch-aa |  12 ++++++------
 5 files changed, 18 insertions(+), 19 deletions(-)

diffs (103 lines):

diff -r 9adf962e2cc6 -r 1d972e668845 net/gssdp/Makefile
--- a/net/gssdp/Makefile        Wed Jan 20 13:43:54 2010 +0000
+++ b/net/gssdp/Makefile        Wed Jan 20 13:44:02 2010 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.gupnp.org/
 COMMENT=       SSDP library
+LICENSE=       gnu-lgpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
@@ -18,6 +18,5 @@
 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 -r 9adf962e2cc6 -r 1d972e668845 net/gssdp/PLIST
--- a/net/gssdp/PLIST   Wed Jan 20 13:43:54 2010 +0000
+++ b/net/gssdp/PLIST   Wed Jan 20 13:44:02 2010 +0000
@@ -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.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 -r 9adf962e2cc6 -r 1d972e668845 net/gssdp/buildlink3.mk
--- a/net/gssdp/buildlink3.mk   Wed Jan 20 13:43:54 2010 +0000
+++ b/net/gssdp/buildlink3.mk   Wed Jan 20 13:44:02 2010 +0000
@@ -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 -r 9adf962e2cc6 -r 1d972e668845 net/gssdp/distinfo
--- a/net/gssdp/distinfo        Wed Jan 20 13:43:54 2010 +0000
+++ b/net/gssdp/distinfo        Wed Jan 20 13:44:02 2010 +0000
@@ -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 -r 9adf962e2cc6 -r 1d972e668845 net/gssdp/patches/patch-aa
--- a/net/gssdp/patches/patch-aa        Wed Jan 20 13:43:54 2010 +0000
+++ b/net/gssdp/patches/patch-aa        Wed Jan 20 13:44:02 2010 +0000
@@ -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 @@
 +#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)



Home | Main Index | Thread Index | Old Index