pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libsoup24 Update libsoup24 to 2.26.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d8232d9cc10
branches:  trunk
changeset: 556068:0d8232d9cc10
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Mar 16 16:48:52 2009 +0000

description:
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:

 net/libsoup24/Makefile |  7 ++++---
 net/libsoup24/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r f4821c52f912 -r 0d8232d9cc10 net/libsoup24/Makefile
--- a/net/libsoup24/Makefile    Mon Mar 16 16:25:49 2009 +0000
+++ b/net/libsoup24/Makefile    Mon Mar 16 16:48:52 2009 +0000
@@ -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@localhost
@@ -20,6 +20,7 @@
 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 -r f4821c52f912 -r 0d8232d9cc10 net/libsoup24/distinfo
--- a/net/libsoup24/distinfo    Mon Mar 16 16:25:49 2009 +0000
+++ b/net/libsoup24/distinfo    Mon Mar 16 16:48:52 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index