Skip to content

Commit 97fa535

Browse files
committed
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.
1 parent 7bf00d4 commit 97fa535

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

net/libsoup/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.46 2018/07/20 03:33:54 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.47 2018/08/16 12:16:17 wiz Exp $
22

3-
DISTNAME= libsoup-2.62.2
4-
PKGREVISION= 1
3+
DISTNAME= libsoup-2.62.3
54
CATEGORIES= net gnome
65
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
76
EXTRACT_SUFX= .tar.xz

net/libsoup/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.19 2018/05/26 21:48:31 wiz Exp $
1+
$NetBSD: distinfo,v 1.20 2018/08/16 12:16:17 wiz Exp $
22

3-
SHA1 (libsoup-2.62.2.tar.xz) = d4efdf3f5a3767b11aa60883b9a3a01b2dc6d97d
4-
RMD160 (libsoup-2.62.2.tar.xz) = 4d81a0741dd080d9a2b8e76ccdad6f40f757ca5c
5-
SHA512 (libsoup-2.62.2.tar.xz) = fbb3f2bc35cf11c7ecf47aada8d92344a15e351ace4133686512b3e2d619e831d9f80781387252a2652625cc0ba21cf4775bf5c1ca8bec5f5ccf0af15ef23850
6-
Size (libsoup-2.62.2.tar.xz) = 1848752 bytes
3+
SHA1 (libsoup-2.62.3.tar.xz) = 8b9c743348b1f9fc044c6abf3431899154e93ad1
4+
RMD160 (libsoup-2.62.3.tar.xz) = 24806f33b83c35b16b7b424b10401dc3a51a7e4c
5+
SHA512 (libsoup-2.62.3.tar.xz) = 88354728b1da10288472c7380f166263b64d979df3e6e70ebdbc7b61f3c8eb1dc1205d5b1ead16243c6d304940a4dd4e3a9f3b2ce3e1422a1c5032220b16c73b
6+
Size (libsoup-2.62.3.tar.xz) = 1851780 bytes

0 commit comments

Comments
 (0)