Fri Sep 30 14:52:05 2016 UTC ()
Updated gupnp to 1.0.0.

1.0.0
=====

- Only version changed

0.99.0
======
- Fix build on OS X

All contributors to this release:
 - Tomasz Pajor <tomek@polishgeeks.com>
 - Jens Georg <mail@jensge.org>

0.20.18
=======

- Retry description URL on failure.

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

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Jozef Šiška <jozef.siska@streamunlimited.com>

0.20.17
=======

- Update autogen.sh from GNOME template
- Cache user agents by IP
- Remove intltool
- Use newTargetValue in light example

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

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

0.20.16
=======

- Don't hardcode python path in gupnp-binding-tool
- Check for IFA_FLAGS to not bind ourselves to a recent kernel version
- Add missing m4 files
- Fix issues with introspection
- Make GUPnPServiceAction boxed
- Some JavaScript examples
- Distribute VAPI file in tarball

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

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Ting-Wei Lan <lantw@src.gnome.org>

0.20.15
=======

- Remove gnome-common
- Fix issue with gupnp_service_signals_autoconnect() blocking endlessly.
- Fix return type for BIN_HEX.
- Update some m4 macros.
- Fix typos in API docs.

NetworkManager context manager:
 - Fix use-after-free issue.
 - Fix various static code analysis findings.

Netlink context manager:
 - Use proper macros for RTM_*ADDRESS messages.
 - Use device name from netlink.
 - Add possibility to dump received netlink packets for debugging.
 - Fix issues with losing contexts after DHCP renew happens.
 - Some style fixes.

Added/updated dependencies:
 - GSSDP >= 0.14.13

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=736365
 - https://bugzilla.gnome.org/show_bug.cgi?id=741257
 - https://bugzilla.gnome.org/show_bug.cgi?id=750936
 - https://bugzilla.gnome.org/show_bug.cgi?id=752490
 - https://bugzilla.gnome.org/show_bug.cgi?id=759000

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Debarshi Ray <debarshir@gnome.org>
 - Olivier Crête <olivier.crete@collabora.com>
 - Guillaume Marquebielle <guillaume.marquebielle@parrot.com>
 - Bastien Nocera <hadess@hadess.net>

0.20.14
=======

Changes since 0.20.13:

Added/updated dependencies:
 GLib 2.0 >= 2.40.0

- Simplify UUID handling.

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

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


(wiz)
diff -r1.46 -r1.47 pkgsrc/net/gupnp/Makefile
diff -r1.8 -r1.9 pkgsrc/net/gupnp/PLIST
diff -r1.23 -r1.24 pkgsrc/net/gupnp/distinfo
diff -r1.3 -r0 pkgsrc/net/gupnp/patches/patch-ab
diff -r1.8 -r0 pkgsrc/net/gupnp/patches/patch-ad

cvs diff -r1.46 -r1.47 pkgsrc/net/gupnp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gupnp/Makefile 2016/05/03 11:40:06 1.46
+++ pkgsrc/net/gupnp/Makefile 2016/09/30 14:52:05 1.47
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.46 2016/05/03 11:40:06 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.47 2016/09/30 14:52:05 wiz Exp $
2 2
3DISTNAME= gupnp-0.20.13 3DISTNAME= gupnp-1.0.0
4PKGREVISION= 6 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/0.20/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/1.0/}
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= Framework for UPnP devices 10COMMENT= Framework for UPnP devices
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
17 16
18PKGCONFIG_OVERRIDE+= gupnp-1.0.pc.in 17PKGCONFIG_OVERRIDE+= gupnp-1.0.pc.in
19REPLACE_PYTHON= tools/gupnp-binding-tool 18REPLACE_PYTHON= tools/gupnp-binding-tool
@@ -30,16 +29,17 @@ TEST_TARGET= check @@ -30,16 +29,17 @@ TEST_TARGET= check
30pre-configure: 29pre-configure:
31 cp ${FILESDIR}/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/ 30 cp ${FILESDIR}/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/
32.else 31.else
33.include "../../devel/libuuid/buildlink3.mk" 32.include "../../devel/libuuid/buildlink3.mk"
34.endif 33.endif
35 34
36.include "../../archivers/xz/buildlink3.mk" 35.include "../../archivers/xz/buildlink3.mk"
37BUILDLINK_API_DEPENDS.glib2+= glib2>=2.39.90 36BUILDLINK_API_DEPENDS.glib2+= glib2>=2.39.90
38.include "../../devel/glib2/buildlink3.mk" 37.include "../../devel/glib2/buildlink3.mk"
39.include "../../devel/gobject-introspection/buildlink3.mk" 38.include "../../devel/gobject-introspection/buildlink3.mk"
40.include "../../lang/python/application.mk" 39.include "../../lang/python/application.mk"
41BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.48.0 40BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.48.0
42.include "../../net/libsoup/buildlink3.mk" 41.include "../../net/libsoup/buildlink3.mk"
 42BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.14.15
43.include "../../net/gssdp/buildlink3.mk" 43.include "../../net/gssdp/buildlink3.mk"
44.include "../../textproc/libxml2/buildlink3.mk" 44.include "../../textproc/libxml2/buildlink3.mk"
45.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/net/gupnp/PLIST (expand / switch to unified diff)

--- pkgsrc/net/gupnp/PLIST 2015/06/06 20:33:32 1.8
+++ pkgsrc/net/gupnp/PLIST 2016/09/30 14:52:05 1.9
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1@comment $NetBSD: PLIST,v 1.8 2015/06/06 20:33:32 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2016/09/30 14:52:05 wiz Exp $
2bin/gupnp-binding-tool 2bin/gupnp-binding-tool
3include/gupnp-1.0/libgupnp/gupnp-acl.h 3include/gupnp-1.0/libgupnp/gupnp-acl.h
4include/gupnp-1.0/libgupnp/gupnp-context-manager.h 4include/gupnp-1.0/libgupnp/gupnp-context-manager.h
5include/gupnp-1.0/libgupnp/gupnp-context.h 5include/gupnp-1.0/libgupnp/gupnp-context.h
6include/gupnp-1.0/libgupnp/gupnp-control-point.h 6include/gupnp-1.0/libgupnp/gupnp-control-point.h
7include/gupnp-1.0/libgupnp/gupnp-device-info.h 7include/gupnp-1.0/libgupnp/gupnp-device-info.h
8include/gupnp-1.0/libgupnp/gupnp-device-proxy.h 8include/gupnp-1.0/libgupnp/gupnp-device-proxy.h
9include/gupnp-1.0/libgupnp/gupnp-device.h 9include/gupnp-1.0/libgupnp/gupnp-device.h
10include/gupnp-1.0/libgupnp/gupnp-error.h 10include/gupnp-1.0/libgupnp/gupnp-error.h
11include/gupnp-1.0/libgupnp/gupnp-resource-factory.h 11include/gupnp-1.0/libgupnp/gupnp-resource-factory.h
12include/gupnp-1.0/libgupnp/gupnp-root-device.h 12include/gupnp-1.0/libgupnp/gupnp-root-device.h
13include/gupnp-1.0/libgupnp/gupnp-service-info.h 13include/gupnp-1.0/libgupnp/gupnp-service-info.h
14include/gupnp-1.0/libgupnp/gupnp-service-introspection.h 14include/gupnp-1.0/libgupnp/gupnp-service-introspection.h
15include/gupnp-1.0/libgupnp/gupnp-service-proxy.h 15include/gupnp-1.0/libgupnp/gupnp-service-proxy.h
16include/gupnp-1.0/libgupnp/gupnp-service.h 16include/gupnp-1.0/libgupnp/gupnp-service.h
17include/gupnp-1.0/libgupnp/gupnp-types.h 17include/gupnp-1.0/libgupnp/gupnp-types.h
 18include/gupnp-1.0/libgupnp/gupnp-uuid.h
18include/gupnp-1.0/libgupnp/gupnp-white-list.h 19include/gupnp-1.0/libgupnp/gupnp-white-list.h
19include/gupnp-1.0/libgupnp/gupnp-xml-doc.h 20include/gupnp-1.0/libgupnp/gupnp-xml-doc.h
20include/gupnp-1.0/libgupnp/gupnp.h 21include/gupnp-1.0/libgupnp/gupnp.h
21lib/girepository-1.0/GUPnP-1.0.typelib 22lib/girepository-1.0/GUPnP-1.0.typelib
22lib/libgupnp-1.0.la 23lib/libgupnp-1.0.la
23lib/pkgconfig/gupnp-1.0.pc 24lib/pkgconfig/gupnp-1.0.pc
24share/gir-1.0/GUPnP-1.0.gir 25share/gir-1.0/GUPnP-1.0.gir
25share/gtk-doc/html/gupnp/GUPnPAcl.html 26share/gtk-doc/html/gupnp/GUPnPAcl.html
26share/gtk-doc/html/gupnp/GUPnPContext.html 27share/gtk-doc/html/gupnp/GUPnPContext.html
27share/gtk-doc/html/gupnp/GUPnPContextManager.html 28share/gtk-doc/html/gupnp/GUPnPContextManager.html
28share/gtk-doc/html/gupnp/GUPnPControlPoint.html 29share/gtk-doc/html/gupnp/GUPnPControlPoint.html
29share/gtk-doc/html/gupnp/GUPnPDevice.html 30share/gtk-doc/html/gupnp/GUPnPDevice.html
30share/gtk-doc/html/gupnp/GUPnPDeviceInfo.html 31share/gtk-doc/html/gupnp/GUPnPDeviceInfo.html
@@ -38,32 +39,32 @@ share/gtk-doc/html/gupnp/GUPnPWhiteList. @@ -38,32 +39,32 @@ share/gtk-doc/html/gupnp/GUPnPWhiteList.
38share/gtk-doc/html/gupnp/GUPnPXMLDoc.html 39share/gtk-doc/html/gupnp/GUPnPXMLDoc.html
39share/gtk-doc/html/gupnp/annotation-glossary.html 40share/gtk-doc/html/gupnp/annotation-glossary.html
40share/gtk-doc/html/gupnp/api-context.html 41share/gtk-doc/html/gupnp/api-context.html
41share/gtk-doc/html/gupnp/api-device-control.html 42share/gtk-doc/html/gupnp/api-device-control.html
42share/gtk-doc/html/gupnp/api-device-impl.html 43share/gtk-doc/html/gupnp/api-device-impl.html
43share/gtk-doc/html/gupnp/api-device-info.html 44share/gtk-doc/html/gupnp/api-device-info.html
44share/gtk-doc/html/gupnp/api-tools.html 45share/gtk-doc/html/gupnp/api-tools.html
45share/gtk-doc/html/gupnp/api-utility.html 46share/gtk-doc/html/gupnp/api-utility.html
46share/gtk-doc/html/gupnp/api.html 47share/gtk-doc/html/gupnp/api.html
47share/gtk-doc/html/gupnp/client-tutorial.html 48share/gtk-doc/html/gupnp/client-tutorial.html
48share/gtk-doc/html/gupnp/glossary.html 49share/gtk-doc/html/gupnp/glossary.html
49share/gtk-doc/html/gupnp/gupnp-Error-codes.html 50share/gtk-doc/html/gupnp/gupnp-Error-codes.html
50share/gtk-doc/html/gupnp/gupnp-Special-UPnP-types.html 51share/gtk-doc/html/gupnp/gupnp-Special-UPnP-types.html
 52share/gtk-doc/html/gupnp/gupnp-Utility-functions.html
51share/gtk-doc/html/gupnp/gupnp-binding-tool.html 53share/gtk-doc/html/gupnp/gupnp-binding-tool.html
52share/gtk-doc/html/gupnp/gupnp-gupnp-service-introspection.html 54share/gtk-doc/html/gupnp/gupnp-gupnp-service-introspection.html
53share/gtk-doc/html/gupnp/gupnp.devhelp2 55share/gtk-doc/html/gupnp/gupnp.devhelp2
54share/gtk-doc/html/gupnp/home.png 56share/gtk-doc/html/gupnp/home.png
55share/gtk-doc/html/gupnp/index.html 57share/gtk-doc/html/gupnp/index.html
56share/gtk-doc/html/gupnp/index.sgml 
57share/gtk-doc/html/gupnp/ix01.html 58share/gtk-doc/html/gupnp/ix01.html
58share/gtk-doc/html/gupnp/left-insensitive.png 59share/gtk-doc/html/gupnp/left-insensitive.png
59share/gtk-doc/html/gupnp/left.png 60share/gtk-doc/html/gupnp/left.png
60share/gtk-doc/html/gupnp/overview.html 61share/gtk-doc/html/gupnp/overview.html
61share/gtk-doc/html/gupnp/right-insensitive.png 62share/gtk-doc/html/gupnp/right-insensitive.png
62share/gtk-doc/html/gupnp/right.png 63share/gtk-doc/html/gupnp/right.png
63share/gtk-doc/html/gupnp/schemas-device.html 64share/gtk-doc/html/gupnp/schemas-device.html
64share/gtk-doc/html/gupnp/schemas-service.html 65share/gtk-doc/html/gupnp/schemas-service.html
65share/gtk-doc/html/gupnp/schemas.html 66share/gtk-doc/html/gupnp/schemas.html
66share/gtk-doc/html/gupnp/server-tutorial.html 67share/gtk-doc/html/gupnp/server-tutorial.html
67share/gtk-doc/html/gupnp/style.css 68share/gtk-doc/html/gupnp/style.css
68share/gtk-doc/html/gupnp/tutorial.html 69share/gtk-doc/html/gupnp/tutorial.html
69share/gtk-doc/html/gupnp/up-insensitive.png 70share/gtk-doc/html/gupnp/up-insensitive.png

cvs diff -r1.23 -r1.24 pkgsrc/net/gupnp/distinfo (expand / switch to unified diff)

--- pkgsrc/net/gupnp/distinfo 2015/11/04 00:35:03 1.23
+++ pkgsrc/net/gupnp/distinfo 2016/09/30 14:52:05 1.24
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.23 2015/11/04 00:35:03 agc Exp $ 1$NetBSD: distinfo,v 1.24 2016/09/30 14:52:05 wiz Exp $
2 2
3SHA1 (gupnp-0.20.13.tar.xz) = eaec209a94e40dc98ba3af96277d79eeba59ddad 3SHA1 (gupnp-1.0.0.tar.xz) = c73214798c0665adfbf52eed1428ff86c160afce
4RMD160 (gupnp-0.20.13.tar.xz) = bb1c41f910de4b14e7babda0fef0420415400a4b 4RMD160 (gupnp-1.0.0.tar.xz) = ff0ee4e6319b16757386e4668a091c9d28b34a6a
5SHA512 (gupnp-0.20.13.tar.xz) = dfc73a50f93dba84042652556a3fad870137fda3659fac4fe735c3d2cecf94d6908382d88cf85122840dd61017b9348f97edb6ded6d876d5e35058d70f9b8dc1 5SHA512 (gupnp-1.0.0.tar.xz) = fff1294de3755b0ec961488b5a82618b41a10edde6c0b8b20b03c72621742495d49e59926ad79d1b4ccf4c561a244153c5cdac5e5ce9d54008f230ee9ff77778
6Size (gupnp-0.20.13.tar.xz) = 395356 bytes 6Size (gupnp-1.0.0.tar.xz) = 410008 bytes
7SHA1 (patch-ab) = ca3f0a39fa6df960f24b7660f2340ca63a34999a 
8SHA1 (patch-ad) = b07b54ba59b0018df9f8d950e3a12ceb5ee174e8 

File Deleted: pkgsrc/net/gupnp/patches/Attic/patch-ab

File Deleted: pkgsrc/net/gupnp/patches/Attic/patch-ad