diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-02 18:58:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-02 18:58:25 +0000 |
commit | 7ca5afe0d03f02cd58f174dd0eab066029a5fcf2 (patch) | |
tree | b95d695c52aca8a047837501508d299d5bed35a9 /net/gupnp | |
parent | 6001889273bab96494657a6689523ecd268f79c3 (diff) | |
download | pkgsrc-7ca5afe0d03f02cd58f174dd0eab066029a5fcf2.tar.gz |
Update to 0.20.9:
0.20.9
======
Changes since 0.20.8:
- Enforce HTTP 1.1 for device description requests.
- Add libuuid to Requires.private of pkg-config file.
- Deprecate gupnp_service_proxy_{begin,send}_action_hash as they cannot
guarantee the argument order.
- Add gupnp_service_info_get_introspection_async_full() that makes it possible
to cancel an introspcetion request using GCancellable.
- Fix a crash when running with GSSDP < 0.14.6.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=704867
- https://bugzilla.gnome.org/show_bug.cgi?id=710491
- https://bugzilla.gnome.org/show_bug.cgi?id=711027
- https://bugzilla.gnome.org/show_bug.cgi?id=711167
- https://bugzilla.gnome.org/show_bug.cgi?id=720369
- https://bugzilla.gnome.org/show_bug.cgi?id=720372
All contributors to this release:
- Jussi Kukkonen <jussi.kukkonen@intel.com>
- Jens Georg <mail@jensge.org>
- Philip Withnall <philip.withnall@collabora.co.uk>
- Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 5 | ||||
-rw-r--r-- | net/gupnp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 376f0df762e..401bb51f215 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2014/01/01 11:52:07 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/01/02 18:58:25 wiz Exp $ -DISTNAME= gupnp-0.20.8 -PKGREVISION= 1 +DISTNAME= gupnp-0.20.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/0.20/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index b58e6f6e152..89edb5601f1 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2013/12/04 12:45:36 drochner Exp $ +$NetBSD: distinfo,v 1.14 2014/01/02 18:58:25 wiz Exp $ -SHA1 (gupnp-0.20.8.tar.xz) = 0ca4fcc7943a794e797ec64883679330fd3266b5 -RMD160 (gupnp-0.20.8.tar.xz) = 63c64f48eac99353e9621319a3ed939261f8cd71 -Size (gupnp-0.20.8.tar.xz) = 380956 bytes +SHA1 (gupnp-0.20.9.tar.xz) = f47f1f849c9fdf5a9d1c8caac64fbe62606e6bca +RMD160 (gupnp-0.20.9.tar.xz) = 034079f51d687fb38e185c7864fd91794b05c60b +Size (gupnp-0.20.9.tar.xz) = 381340 bytes SHA1 (patch-ab) = e43380eac64d815fff1a1b62f73e35e1bdfb9633 SHA1 (patch-ad) = 3c10a9883b7c6e0508fe93f26f0e2334a09fb816 |