diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-31 22:55:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-31 22:55:29 +0000 |
commit | 08395e96e3fa058e31b4561fdf775668ec997815 (patch) | |
tree | 3d10ffb0809af8d20c817b6c90923a7b02a3e101 /net/libsoup-devel | |
parent | 28f35ac6c6312aced99613094ded112191532021 (diff) | |
download | pkgsrc-08395e96e3fa058e31b4561fdf775668ec997815.tar.gz |
Update to 2.2.93:
Changes in libsoup from 2.2.92 to 2.2.93:
* Fixed outgoing data corruption caused when SoupServer
started writing out a response a second time after already
having started once. [334469]. Also fixed 342640 and another
bug caused by the workaround for 334469 in 2.2.92. Based on
patches and analysis from William Jon McCann and Armin
Bauer.
* Fixed a deadlock when changing a session's proxy URI.
[309867 / bnc 174255, based on a patch by Veerapuram
Varadhan].
* Fixed https-via-proxies in the synchronous case. [bnc 174255]
* Fixed a crash in evolution-exchange [342545, fix based on an
analysis by Wang Xin].
* Fixed simple-proxy to not crash at startup. Oops. (Alex
Larsson)
Diffstat (limited to 'net/libsoup-devel')
-rw-r--r-- | net/libsoup-devel/Makefile | 4 | ||||
-rw-r--r-- | net/libsoup-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libsoup-devel/Makefile b/net/libsoup-devel/Makefile index ae0709e7e30..3d9967a24d3 100644 --- a/net/libsoup-devel/Makefile +++ b/net/libsoup-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2006/04/11 20:39:25 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/31 22:55:29 wiz Exp $ -DISTNAME= libsoup-2.2.92 +DISTNAME= libsoup-2.2.93 PKGNAME= ${DISTNAME:S/soup/soup-devel/} CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.2/} diff --git a/net/libsoup-devel/distinfo b/net/libsoup-devel/distinfo index be98125e8d3..a8d720b8472 100644 --- a/net/libsoup-devel/distinfo +++ b/net/libsoup-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2006/04/11 20:39:25 drochner Exp $ +$NetBSD: distinfo,v 1.15 2006/05/31 22:55:29 wiz Exp $ -SHA1 (libsoup-2.2.92.tar.bz2) = 4b1f392c5b8dcd357ce0688495becdbaa76879a0 -RMD160 (libsoup-2.2.92.tar.bz2) = a892d7673284fb8275cb67eba8a6595ab5ea308f -Size (libsoup-2.2.92.tar.bz2) = 446636 bytes +SHA1 (libsoup-2.2.93.tar.bz2) = 987ec1cb8650baa482bffa0a130347ffe3942807 +RMD160 (libsoup-2.2.93.tar.bz2) = 5f145187c89dd146d82c18162c98e4862c2f363e +Size (libsoup-2.2.93.tar.bz2) = 448006 bytes |