pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gssdp Updated gssdp to 1.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77794548408c
branches:  trunk
changeset: 353204:77794548408c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 30 14:48:08 2016 +0000

description:
Updated gssdp to 1.0.0.

0.99.0
======

- Don't leak arp lookup symbol
- Minor documentation updates

All contributors to this release:
 - Jens Georg <mail%jensge.org@localhost>

0.14.16
=======

- Fill the interface index for bionic.
- Remove unused include.
- Fix interface lookup on Win32

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=762455
 - https://bugzilla.gnome.org/show_bug.cgi?id=765688
 - https://bugzilla.gnome.org/show_bug.cgi?id=765709

All contributors to this release:
 - Aur?lien Chabot <aurelien.chabot%parrot.com@localhost>
 - Jens Georg <mail%jensge.org@localhost>
 - Florian Zwoch <fzwoch%gmail.com@localhost>

0.14.15
=======

- Actually use the TTL that was set by the user
- Use if_nametoindex instead of IOCTL when available
- Implement a User Agent cache based on SSDP packages
- Fix potential strncpy overflow
- Add missing m4 macros
- Disable PKTINFO on OS X
- Do not leak host_addr in clients.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=653894
 - https://bugzilla.gnome.org/show_bug.cgi?id=762324
 - https://bugzilla.gnome.org/show_bug.cgi?id=764677

All contributors to this release:
 - Jens Georg <mail%jensge.org@localhost>
 - Philip Withnall <philip.withnall%collabora.co.uk@localhost>
 - Philip Withnall <philip%tecnocode.co.uk@localhost>

0.14.14
=======

- Fix warning if the IP address is not known.
- Fix issue with discovery.


Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=760702

All contributors to this release:
 - Jens Georg <mail%jensge.org@localhost>
 - Philip Withnall <philip%tecnocode.co.uk@localhost>

0.14.13
=======

- Make "host-ip" of GSSDPClient a construction property to give the caller the
  chance to bypass the IP autodetection during client creation.

All contributors to this release:
 - Jens Georg <mail%jensge.org@localhost>

0.14.12.1
=========

- Update m4 macros from autoconf-archive.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=758778

All contributors to this release:
 - Jens Georg <mail%jensge.org@localhost>

0.14.12
=======

- Fix issues with names of loopback device on *BSD.
- Move gtest code one level up and examples to their own folder.
- Fix a possible NULL derefence in gssdp-device-sniffer.
- Remove use of gnome-common for building.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=743070

All contributors to this release:
 - Jens Georg <mail%jensge.org@localhost>
 - Thomas Klausner <tk%giga.or.at@localhost>

diffstat:

 net/gssdp/Makefile         |   7 +++----
 net/gssdp/PLIST            |   3 +--
 net/gssdp/distinfo         |  11 +++++------
 net/gssdp/patches/patch-ab |  15 ---------------
 4 files changed, 9 insertions(+), 27 deletions(-)

diffs (68 lines):

diff -r 000fc81e2c31 -r 77794548408c net/gssdp/Makefile
--- a/net/gssdp/Makefile        Fri Sep 30 14:29:10 2016 +0000
+++ b/net/gssdp/Makefile        Fri Sep 30 14:48:08 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2016/05/03 11:40:06 prlw1 Exp $
+# $NetBSD: Makefile,v 1.58 2016/09/30 14:48:08 wiz Exp $
 
-DISTNAME=      gssdp-0.14.11
-PKGREVISION=   7
+DISTNAME=      gssdp-1.0.0
 CATEGORIES=    net
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gssdp/0.14/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gssdp/1.0/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 000fc81e2c31 -r 77794548408c net/gssdp/PLIST
--- a/net/gssdp/PLIST   Fri Sep 30 14:29:10 2016 +0000
+++ b/net/gssdp/PLIST   Fri Sep 30 14:48:08 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/05/27 18:12:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/09/30 14:48:08 wiz Exp $
 include/gssdp-1.0/libgssdp/gssdp-client.h
 include/gssdp-1.0/libgssdp/gssdp-error.h
 include/gssdp-1.0/libgssdp/gssdp-resource-browser.h
@@ -17,7 +17,6 @@
 share/gtk-doc/html/gssdp/gssdp.devhelp2
 share/gtk-doc/html/gssdp/home.png
 share/gtk-doc/html/gssdp/index.html
-share/gtk-doc/html/gssdp/index.sgml
 share/gtk-doc/html/gssdp/left-insensitive.png
 share/gtk-doc/html/gssdp/left.png
 share/gtk-doc/html/gssdp/right-insensitive.png
diff -r 000fc81e2c31 -r 77794548408c net/gssdp/distinfo
--- a/net/gssdp/distinfo        Fri Sep 30 14:29:10 2016 +0000
+++ b/net/gssdp/distinfo        Fri Sep 30 14:48:08 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/11/04 00:35:03 agc Exp $
+$NetBSD: distinfo,v 1.17 2016/09/30 14:48:08 wiz Exp $
 
-SHA1 (gssdp-0.14.11.tar.xz) = e1cd94c7e33252aeccf5b534a7a32e47d7743e5a
-RMD160 (gssdp-0.14.11.tar.xz) = d7bbf3cf1ec31fc906b29896d0783020a47ce888
-SHA512 (gssdp-0.14.11.tar.xz) = 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b
-Size (gssdp-0.14.11.tar.xz) = 291872 bytes
-SHA1 (patch-ab) = 4fa8df3bedce54cec439142bc4a9cbfd3e30652d
+SHA1 (gssdp-1.0.0.tar.xz) = a667b7bbef5624bb1e197ad9b48233ba43d38fc9
+RMD160 (gssdp-1.0.0.tar.xz) = edd0828e483bd0e1c4e8c142bd67a4877bce49ae
+SHA512 (gssdp-1.0.0.tar.xz) = dc9ea988bc94fc3a368da4f1a342a7759ad406d0fce236e03941ec1116a503a8d24147d923c54bb449cb746f856049c9dba0eb56fe1769d80459b39c624d2e7e
+Size (gssdp-1.0.0.tar.xz) = 312256 bytes
diff -r 000fc81e2c31 -r 77794548408c net/gssdp/patches/patch-ab
--- a/net/gssdp/patches/patch-ab        Fri Sep 30 14:29:10 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2015/01/17 09:35:46 wiz Exp $
-
-https://bugzilla.gnome.org/show_bug.cgi?id=743070
-
---- tools/gssdp-device-sniffer.c.orig  2009-03-29 22:07:57.000000000 +0200
-+++ tools/gssdp-device-sniffer.c
-@@ -317,7 +317,7 @@ resource_available_cb (GSSDPResourceBrow
- 
-         uuid = usn_tokens[0] + 5; /* skip the prefix 'uuid:' */
- 
--        if (usn_tokens[1]) {
-+        if (usn_tokens[1] && strlen(usn_tokens[1]) != 0) {
-                 char **urn_tokens;
- 
-                 urn_tokens = g_strsplit (usn_tokens[1], ":device:", -1);



Home | Main Index | Thread Index | Old Index