diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-16 11:34:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-16 11:34:18 +0000 |
commit | b262c67416869251b1e5fc13901bae269e7c2409 (patch) | |
tree | d79065ed08cc06fe8a389b8347b1dda4a6188ab9 /net/gupnp | |
parent | 6c5e197bd0d6af1687b2159050752bbd7c66e3ef (diff) | |
download | pkgsrc-b262c67416869251b1e5fc13901bae269e7c2409.tar.gz |
gupnp: update to 1.0.3.
1.0.3
=====
- Avoid a crash in gupnp_root_device_constructor
- Propagage User-Agent from Cache
- Fix potential issue with boolean vs. bitwise evaluation
- Fix a crash in GUPnPServiceProxy::subscription_expire
- Accept broken Action header without the "
- Fix issue with strcpy destination buffer size in linux context manager
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 5 | ||||
-rw-r--r-- | net/gupnp/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index bd7298243b5..e39d00832b6 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2018/07/20 03:33:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2018/08/16 11:34:18 wiz Exp $ -DISTNAME= gupnp-1.0.2 -PKGREVISION= 3 +DISTNAME= gupnp-1.0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/1.0/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index 505982d34a1..6c003303488 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2017/10/02 15:45:46 wiz Exp $ +$NetBSD: distinfo,v 1.27 2018/08/16 11:34:18 wiz Exp $ -SHA1 (gupnp-1.0.2.tar.xz) = f0844bf3c579b16b329fcc4b0aedb319c4c5d3da -RMD160 (gupnp-1.0.2.tar.xz) = 655a89208b6f6b9817279e89f5106b9d0b53d075 -SHA512 (gupnp-1.0.2.tar.xz) = a22082b10725abe233a8b3212a988a7c7e52a617aefe2029f25572d371560264cddd15eab2ad4637880b4be3b4bdb85dbc5c47c8da338667152c86eaecd7e165 -Size (gupnp-1.0.2.tar.xz) = 421792 bytes +SHA1 (gupnp-1.0.3.tar.xz) = b8a74b5a74c5041ebb855fc1040e1766c6bd252e +RMD160 (gupnp-1.0.3.tar.xz) = fe3bffa54e3c8db18abcbecb839405ff4d8473ba +SHA512 (gupnp-1.0.3.tar.xz) = f256757ddf1a31f1dc93dc138401329e40aa063e7452dccaabe53682eebcb1b98cb6429c01d806290587ca9d01d91afce0603627d2d8675ddb68ef919efb6448 +Size (gupnp-1.0.3.tar.xz) = 422912 bytes SHA1 (patch-libgupnp_guul.c) = 2d903fa0723c0617a8eaca81e4cbcf2008a74f17 |