diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-16 12:16:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-16 12:16:17 +0000 |
commit | e8d28a4147912b5434fd2890876a4a43704ec377 (patch) | |
tree | ed215e9f679731ab0520bcc2f3695f4d534331f3 /net/libsoup | |
parent | 0a70012b0ed1d01850c50353e53b4333901b5315 (diff) | |
download | pkgsrc-e8d28a4147912b5434fd2890876a4a43704ec377.tar.gz |
libsoup: update to 2.62.3.
Changes in libsoup from 2.62.2 to 2.62.3:
* Check for trailing dots in domains [#5, Claudio Saavedra]
* Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
* Use atomic-refcounting in classes that are not using GObject-refcounting
[bgo#785110, Edward Hervey]
* Many Coverity-found code fixes [bgo#781771, Milan Crha]
* Bail out on cookie-jar calls with empty hostnames [#3, Michael Catanzaro]
Note: from now onwards bgo# references bugs in GNOME Bugzilla
and # issues in GNOME gitlab.
Diffstat (limited to 'net/libsoup')
-rw-r--r-- | net/libsoup/Makefile | 5 | ||||
-rw-r--r-- | net/libsoup/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index cbd2750f4be..ae125128c41 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2018/07/20 03:33:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2018/08/16 12:16:17 wiz Exp $ -DISTNAME= libsoup-2.62.2 -PKGREVISION= 1 +DISTNAME= libsoup-2.62.3 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/net/libsoup/distinfo b/net/libsoup/distinfo index db53e581552..e7dbdd68ec2 100644 --- a/net/libsoup/distinfo +++ b/net/libsoup/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2018/05/26 21:48:31 wiz Exp $ +$NetBSD: distinfo,v 1.20 2018/08/16 12:16:17 wiz Exp $ -SHA1 (libsoup-2.62.2.tar.xz) = d4efdf3f5a3767b11aa60883b9a3a01b2dc6d97d -RMD160 (libsoup-2.62.2.tar.xz) = 4d81a0741dd080d9a2b8e76ccdad6f40f757ca5c -SHA512 (libsoup-2.62.2.tar.xz) = fbb3f2bc35cf11c7ecf47aada8d92344a15e351ace4133686512b3e2d619e831d9f80781387252a2652625cc0ba21cf4775bf5c1ca8bec5f5ccf0af15ef23850 -Size (libsoup-2.62.2.tar.xz) = 1848752 bytes +SHA1 (libsoup-2.62.3.tar.xz) = 8b9c743348b1f9fc044c6abf3431899154e93ad1 +RMD160 (libsoup-2.62.3.tar.xz) = 24806f33b83c35b16b7b424b10401dc3a51a7e4c +SHA512 (libsoup-2.62.3.tar.xz) = 88354728b1da10288472c7380f166263b64d979df3e6e70ebdbc7b61f3c8eb1dc1205d5b1ead16243c6d304940a4dd4e3a9f3b2ce3e1422a1c5032220b16c73b +Size (libsoup-2.62.3.tar.xz) = 1851780 bytes |