Tue May 27 18:12:38 2014 UTC ()
Update to 0.14.8:

0.14.8
======

- Recover from lost BYEBYE packets.
- Some code clean-up.
- Use GLib's multicast socket functions.
- Fix compiling on mingw.
- Don't abort if get_host_ip fails.
- Fix an issue with unreffing GSources.
- Fix build on some BSDs.
- Use pktinfo on Linux to determine the source interface instead of relying on
  netmasks.
- Use strncpy() on interface names to not exceed ifrn_name length.
- Documentation fixes.
- Add support for vendor-specific headers in SSDP messages.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=678660
 - https://bugzilla.gnome.org/show_bug.cgi?id=711320
 - https://bugzilla.gnome.org/show_bug.cgi?id=724030
 - https://bugzilla.gnome.org/show_bug.cgi?id=728871
 - https://bugzilla.gnome.org/show_bug.cgi?id=728888
 - https://bugzilla.gnome.org/show_bug.cgi?id=729613
 - https://bugzilla.gnome.org/show_bug.cgi?id=730358

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Philip Withnall <philip.withnall@collabora.co.uk>
 - Jens Georg <jensg@openismus.com>
 - Riko Yamada <rik0yamada@yahoo.co.jp>
 - Louis-Francis Ratt辿-Boulianne <lfrb@collabora.com>
 - Branislav Katreniak <bkatreniak@nuvotechnologies.com>


(wiz)
diff -r1.42 -r1.43 pkgsrc/net/gssdp/Makefile
diff -r1.5 -r1.6 pkgsrc/net/gssdp/PLIST
diff -r1.11 -r1.12 pkgsrc/net/gssdp/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/net/gssdp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gssdp/Makefile 2014/04/09 07:26:59 1.42
+++ pkgsrc/net/gssdp/Makefile 2014/05/27 18:12:38 1.43
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.42 2014/04/09 07:26:59 obache Exp $ 1# $NetBSD: Makefile,v 1.43 2014/05/27 18:12:38 wiz Exp $
2 2
3DISTNAME= gssdp-0.14.7 3DISTNAME= gssdp-0.14.8
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.14/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.14/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gupnp.org/ 9HOMEPAGE= http://www.gupnp.org/
11COMMENT= Simple Service Discovery Protocol library and device sniffer 10COMMENT= Simple Service Discovery Protocol library and device sniffer
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --without-gtk 14CONFIGURE_ARGS+= --without-gtk
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config gmake 16USE_TOOLS+= pkg-config gmake

cvs diff -r1.5 -r1.6 pkgsrc/net/gssdp/PLIST (expand / switch to unified diff)

--- pkgsrc/net/gssdp/PLIST 2013/07/17 13:31:33 1.5
+++ pkgsrc/net/gssdp/PLIST 2014/05/27 18:12:38 1.6
@@ -1,26 +1,29 @@ @@ -1,26 +1,29 @@
1@comment $NetBSD: PLIST,v 1.5 2013/07/17 13:31:33 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.6 2014/05/27 18:12:38 wiz Exp $
2include/gssdp-1.0/libgssdp/gssdp-client.h 2include/gssdp-1.0/libgssdp/gssdp-client.h
3include/gssdp-1.0/libgssdp/gssdp-error.h 3include/gssdp-1.0/libgssdp/gssdp-error.h
4include/gssdp-1.0/libgssdp/gssdp-resource-browser.h 4include/gssdp-1.0/libgssdp/gssdp-resource-browser.h
5include/gssdp-1.0/libgssdp/gssdp-resource-group.h 5include/gssdp-1.0/libgssdp/gssdp-resource-group.h
6include/gssdp-1.0/libgssdp/gssdp.h 6include/gssdp-1.0/libgssdp/gssdp.h
7lib/girepository-1.0/GSSDP-1.0.typelib 7lib/girepository-1.0/GSSDP-1.0.typelib
8lib/libgssdp-1.0.la 8lib/libgssdp-1.0.la
9lib/pkgconfig/gssdp-1.0.pc 9lib/pkgconfig/gssdp-1.0.pc
10share/gir-1.0/GSSDP-1.0.gir 10share/gir-1.0/GSSDP-1.0.gir
11share/gtk-doc/html/gssdp/GSSDPClient.html 11share/gtk-doc/html/gssdp/GSSDPClient.html
12share/gtk-doc/html/gssdp/GSSDPResourceBrowser.html 12share/gtk-doc/html/gssdp/GSSDPResourceBrowser.html
13share/gtk-doc/html/gssdp/GSSDPResourceGroup.html 13share/gtk-doc/html/gssdp/GSSDPResourceGroup.html
14share/gtk-doc/html/gssdp/annotation-glossary.html 14share/gtk-doc/html/gssdp/annotation-glossary.html
15share/gtk-doc/html/gssdp/ch01.html 15share/gtk-doc/html/gssdp/ch01.html
16share/gtk-doc/html/gssdp/gssdp-Error-codes.html 16share/gtk-doc/html/gssdp/gssdp-Error-codes.html
17share/gtk-doc/html/gssdp/gssdp.devhelp2 17share/gtk-doc/html/gssdp/gssdp.devhelp2
18share/gtk-doc/html/gssdp/home.png 18share/gtk-doc/html/gssdp/home.png
19share/gtk-doc/html/gssdp/index.html 19share/gtk-doc/html/gssdp/index.html
20share/gtk-doc/html/gssdp/index.sgml 20share/gtk-doc/html/gssdp/index.sgml
 21share/gtk-doc/html/gssdp/left-insensitive.png
21share/gtk-doc/html/gssdp/left.png 22share/gtk-doc/html/gssdp/left.png
 23share/gtk-doc/html/gssdp/right-insensitive.png
22share/gtk-doc/html/gssdp/right.png 24share/gtk-doc/html/gssdp/right.png
23share/gtk-doc/html/gssdp/style.css 25share/gtk-doc/html/gssdp/style.css
 26share/gtk-doc/html/gssdp/up-insensitive.png
24share/gtk-doc/html/gssdp/up.png 27share/gtk-doc/html/gssdp/up.png
25share/vala/vapi/gssdp-1.0.deps 28share/vala/vapi/gssdp-1.0.deps
26share/vala/vapi/gssdp-1.0.vapi 29share/vala/vapi/gssdp-1.0.vapi

cvs diff -r1.11 -r1.12 pkgsrc/net/gssdp/distinfo (expand / switch to unified diff)

--- pkgsrc/net/gssdp/distinfo 2014/02/05 17:23:22 1.11
+++ pkgsrc/net/gssdp/distinfo 2014/05/27 18:12:38 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2014/02/05 17:23:22 drochner Exp $ 1$NetBSD: distinfo,v 1.12 2014/05/27 18:12:38 wiz Exp $
2 2
3SHA1 (gssdp-0.14.7.tar.xz) = 15e2bcce56936649f67b760919270f2df34a7b50 3SHA1 (gssdp-0.14.8.tar.xz) = 1996864c7d79ba0daafe4ec2ba4c7aa2c6e2af80
4RMD160 (gssdp-0.14.7.tar.xz) = 6929361707e7d085e263abdcd252d0a2da5839a6 4RMD160 (gssdp-0.14.8.tar.xz) = d5331567fb984ed3fdfde3623afcac487cfcd7b8
5Size (gssdp-0.14.7.tar.xz) = 283112 bytes 5Size (gssdp-0.14.8.tar.xz) = 290756 bytes
6SHA1 (patch-ab) = 16088d79afd534ec44b47f26ee30d3f9be126897 6SHA1 (patch-ab) = 16088d79afd534ec44b47f26ee30d3f9be126897