summaryrefslogtreecommitdiff
path: root/net/gupnp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-06-06 12:33:41 +0000
committerwiz <wiz@pkgsrc.org>2014-06-06 12:33:41 +0000
commit96f5ad9b2a71dd5e77bfcdb999f5daf9d8fa1681 (patch)
treeb2a2b818451f3ac4518ea4db2143dba8cb190f05 /net/gupnp
parentea5d3b3bf764ea5f17630afbfdaf58ed5b5cc55c (diff)
downloadpkgsrc-96f5ad9b2a71dd5e77bfcdb999f5daf9d8fa1681.tar.gz
Update to 0.20.12:
0.20.12 ======= Changes since 0.20.11: - Several documentation fixes. - Fix warning from clang. - Prevent a critical if there's no DBus available and a DBus-based context manager is used. - Don't try to use a DBus context manager if we don't have a system bus. - Use g_return_val_if_fail. - Fix a small leak of CallbackData in GUPnPServiceProxy. - Add a gupnp_service_proxy_add_notify_full variant to be nice to gobject-introspection. - Several code cleanups. - Fix a reference leak in ACL. - Make "document" property of GUPnPDeviceInfo readable. - Add gupnp_service_proxy_add_raw_notify which can be used to get the raw xmlDoc received through notification. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=701446 - https://bugzilla.gnome.org/show_bug.cgi?id=706123 - https://bugzilla.gnome.org/show_bug.cgi?id=706127 - https://bugzilla.gnome.org/show_bug.cgi?id=727709 - https://bugzilla.gnome.org/show_bug.cgi?id=729827 - https://bugzilla.gnome.org/show_bug.cgi?id=730359 - https://bugzilla.gnome.org/show_bug.cgi?id=730690 All contributors to this release: - Jens Georg <mail@jensge.org> - Philip Withnall <philip.withnall@collabora.co.uk> 0.20.11 ======= Changes since 0.20.10: - Disable the Unix context manager on Android. - Fix Windows compilation. - Fix a memory leak in Linux context manager. - Fix libuuid dependencies in pkg-config files. - Implement a simple ACL infrastructure. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=711027 - https://bugzilla.gnome.org/show_bug.cgi?id=723715 - https://bugzilla.gnome.org/show_bug.cgi?id=727539 - https://bugzilla.gnome.org/show_bug.cgi?id=728889 All contributors to this release: - Philip Withnall <philip.withnall@collabora.co.uk> - Jens Georg <mail@jensge.org> - Olivier CrĂȘte <olivier.crete@collabora.com> - Luciana Fujii <luciana.fujii@collabora.com>
Diffstat (limited to 'net/gupnp')
-rw-r--r--net/gupnp/Makefile5
-rw-r--r--net/gupnp/PLIST8
-rw-r--r--net/gupnp/distinfo8
3 files changed, 13 insertions, 8 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index 20d3a6d2615..168f352a5a8 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2014/05/17 16:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2014/06/06 12:33:41 wiz Exp $
-DISTNAME= gupnp-0.20.10
-PKGREVISION= 2
+DISTNAME= gupnp-0.20.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/0.20/}
EXTRACT_SUFX= .tar.xz
diff --git a/net/gupnp/PLIST b/net/gupnp/PLIST
index c73f2a77f27..d62c688e568 100644
--- a/net/gupnp/PLIST
+++ b/net/gupnp/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2013/10/17 08:01:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/06/06 12:33:41 wiz Exp $
bin/gupnp-binding-tool
+include/gupnp-1.0/libgupnp/gupnp-acl.h
include/gupnp-1.0/libgupnp/gupnp-context-manager.h
include/gupnp-1.0/libgupnp/gupnp-context.h
include/gupnp-1.0/libgupnp/gupnp-control-point.h
@@ -21,6 +22,7 @@ lib/girepository-1.0/GUPnP-1.0.typelib
lib/libgupnp-1.0.la
lib/pkgconfig/gupnp-1.0.pc
share/gir-1.0/GUPnP-1.0.gir
+share/gtk-doc/html/gupnp/GUPnPAcl.html
share/gtk-doc/html/gupnp/GUPnPContext.html
share/gtk-doc/html/gupnp/GUPnPContextManager.html
share/gtk-doc/html/gupnp/GUPnPControlPoint.html
@@ -35,6 +37,7 @@ share/gtk-doc/html/gupnp/GUPnPServiceProxy.html
share/gtk-doc/html/gupnp/GUPnPWhiteList.html
share/gtk-doc/html/gupnp/GUPnPXMLDoc.html
share/gtk-doc/html/gupnp/annotation-glossary.html
+share/gtk-doc/html/gupnp/api-context.html
share/gtk-doc/html/gupnp/api-device-control.html
share/gtk-doc/html/gupnp/api-device-impl.html
share/gtk-doc/html/gupnp/api-device-info.html
@@ -52,8 +55,10 @@ share/gtk-doc/html/gupnp/home.png
share/gtk-doc/html/gupnp/index.html
share/gtk-doc/html/gupnp/index.sgml
share/gtk-doc/html/gupnp/ix01.html
+share/gtk-doc/html/gupnp/left-insensitive.png
share/gtk-doc/html/gupnp/left.png
share/gtk-doc/html/gupnp/overview.html
+share/gtk-doc/html/gupnp/right-insensitive.png
share/gtk-doc/html/gupnp/right.png
share/gtk-doc/html/gupnp/schemas-device.html
share/gtk-doc/html/gupnp/schemas-service.html
@@ -61,4 +66,5 @@ share/gtk-doc/html/gupnp/schemas.html
share/gtk-doc/html/gupnp/server-tutorial.html
share/gtk-doc/html/gupnp/style.css
share/gtk-doc/html/gupnp/tutorial.html
+share/gtk-doc/html/gupnp/up-insensitive.png
share/gtk-doc/html/gupnp/up.png
diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo
index e53eb8da200..10183b011d4 100644
--- a/net/gupnp/distinfo
+++ b/net/gupnp/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2014/02/05 17:30:20 drochner Exp $
+$NetBSD: distinfo,v 1.16 2014/06/06 12:33:41 wiz Exp $
-SHA1 (gupnp-0.20.10.tar.xz) = 1b464b4480839148f8da12cb1e17de89773bbcc0
-RMD160 (gupnp-0.20.10.tar.xz) = 15eee09bdb77f9b7956968c4457491bec7d3a302
-Size (gupnp-0.20.10.tar.xz) = 382264 bytes
+SHA1 (gupnp-0.20.12.tar.xz) = fbc23c0fa0df70f44d50b2ed88dc2c4dc06d166c
+RMD160 (gupnp-0.20.12.tar.xz) = ec84d9d351ca0f6d8b5821719f39d0b25abad2b1
+Size (gupnp-0.20.12.tar.xz) = 394316 bytes
SHA1 (patch-ab) = e43380eac64d815fff1a1b62f73e35e1bdfb9633
SHA1 (patch-ad) = 3c10a9883b7c6e0508fe93f26f0e2334a09fb816