diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-13 15:28:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-13 15:28:40 +0000 |
commit | 2e8d6555cd6c8f2cfeac1916d367b9e73e21804f (patch) | |
tree | 2d5a27ec690bda3a67673edeae916addf4d823f3 /net | |
parent | 114b659fb7d753f1c97035d03593f3e8415bca43 (diff) | |
download | pkgsrc-2e8d6555cd6c8f2cfeac1916d367b9e73e21804f.tar.gz |
Update to 2.24.3:
Changes in libsoup from 2.24.2.1 to 2.24.3:
* Fixed SoupCookieJar to not send "Cookie: (null)", which is
(a) wrong, and (b) confusing to some servers.
[bugs.webkit.org #23240]
* Fixed soup_form_decode() to correctly handle forms with
URI-encoded parameter names. [#563302, Evan Nemerson]
* Fixed SoupSession to use Digest auth when both Digest and
Basic are available. (It was mistakenly comparing the
strengths backwards before, choosing the weakest-available
auth instead of the strongest.) [#562339, Pontus Oldberg]
* Fixed a bug in the Client How-To docs. [#562411, Andreas
Bruse]
Diffstat (limited to 'net')
-rw-r--r-- | net/libsoup24/Makefile | 4 | ||||
-rw-r--r-- | net/libsoup24/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index ad667666e74..3e829111dcb 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2008/12/02 17:13:19 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/01/13 15:28:40 wiz Exp $ -DISTNAME= libsoup-2.24.2.1 +DISTNAME= libsoup-2.24.3 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.24/} diff --git a/net/libsoup24/distinfo b/net/libsoup24/distinfo index e8443b28507..f77aa26b2f6 100644 --- a/net/libsoup24/distinfo +++ b/net/libsoup24/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/12/02 17:13:19 wiz Exp $ +$NetBSD: distinfo,v 1.5 2009/01/13 15:28:40 wiz Exp $ -SHA1 (libsoup-2.24.2.1.tar.bz2) = a59dac5e4ec6485bfda115b23a373de4c7dfd9d0 -RMD160 (libsoup-2.24.2.1.tar.bz2) = 9bf1c58e33dc9dacfd4c27d47339c3ba6e192e12 -Size (libsoup-2.24.2.1.tar.bz2) = 658843 bytes +SHA1 (libsoup-2.24.3.tar.bz2) = b63cf9c0bc20264c59e84dea73eb76862be9329c +RMD160 (libsoup-2.24.3.tar.bz2) = 9000d0355e65879f4031278bead9a4ad61a2bdea +Size (libsoup-2.24.3.tar.bz2) = 661415 bytes |