diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-16 16:48:52 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-16 16:48:52 +0000 |
commit | 94ed204ebf323ecc67b5b5f02b8b64bf221d035e (patch) | |
tree | 0906a0cac616084f144bed6223b257f47721ebf8 /net/libsoup24 | |
parent | 833b52248e0a1be19adbafaa9bf570717e6aa2e9 (diff) | |
download | pkgsrc-94ed204ebf323ecc67b5b5f02b8b64bf221d035e.tar.gz |
Update libsoup24 to 2.26.0.
Changes in libsoup from 2.25.91 to 2.26.0:
* Temporarily disable libproxy support to work around a bug in
its gnome plugin that causes gvfsd-http (and probably
eventually other apps) to crash. [#571527]. For now,
SoupProxyResolverGNOME uses only GConf. To be fixed in
2.26.1
* Fixed a bug that showed up in WebKit, where if many messages
were queued all at once to a server that doesn't support
persistent connections, some of the requests will get lost.
#574365, reported by Xan Lopez.
* Fixed SoupServer to support using SOUP_ENCODING_EOF, so you
can stream responses of unknown length to HTTP/1.0 clients.
[#572153]. Added a regression test for this, and for chunked
and Content-Length-based streaming.
* Fixed several bugs that prevented SoupCookieJarSqlite from
working. [#572409, patch from Xan Lopez]
* Added G_{BEGIN,END}_DECLS guards to public headers that were
missing it. (Xan Lopez)
* Misc gtk-doc improvements
Diffstat (limited to 'net/libsoup24')
-rw-r--r-- | net/libsoup24/Makefile | 7 | ||||
-rw-r--r-- | net/libsoup24/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index 6749f9fdf19..83d37c9f94a 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2009/03/16 12:49:02 jmcneill Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/16 16:48:52 jmcneill Exp $ -DISTNAME= libsoup-2.25.91 +DISTNAME= libsoup-2.26.0 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.25/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.26/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org @@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE+= libsoup-2.4.pc.in PKGCONFIG_OVERRIDE+= libsoup-gnome-2.4.pc.in .include "../../databases/sqlite3/buildlink3.mk" +.include "../../devel/GConf/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3 .include "../../devel/glib2/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" diff --git a/net/libsoup24/distinfo b/net/libsoup24/distinfo index 10f4bacc9aa..ad32974a4fe 100644 --- a/net/libsoup24/distinfo +++ b/net/libsoup24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2009/03/16 12:49:02 jmcneill Exp $ +$NetBSD: distinfo,v 1.8 2009/03/16 16:48:52 jmcneill Exp $ -SHA1 (libsoup-2.25.91.tar.bz2) = 996d41f4d508e5810ca495470b3fa5b9383cda85 -RMD160 (libsoup-2.25.91.tar.bz2) = 861750b3102d2c7a8948079f73380daeb6c0ac73 -Size (libsoup-2.25.91.tar.bz2) = 715351 bytes +SHA1 (libsoup-2.26.0.tar.bz2) = 6236dc3795da226b52ae3087ab447111d4efa648 +RMD160 (libsoup-2.26.0.tar.bz2) = 51ddd3fb779be777be886f26a90366d746fe6ed4 +Size (libsoup-2.26.0.tar.bz2) = 736527 bytes SHA1 (patch-ab) = 70b4cfc4df6608042e0c5f5a548e1a8deb79c118 SHA1 (patch-ba) = 7fa2ffb63809b6cb35da79b8228cd74c16be00a1 SHA1 (patch-bb) = 15af9033d2350f4a46bccbc28ba31d78aa7e20b5 |