diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-24 21:54:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-24 21:54:56 +0000 |
commit | c178f5fc19774dd53aae46f8a7e848fda49260bc (patch) | |
tree | 4406355e983f39b2f624ba4ef55cb4a90eaf4573 /net | |
parent | fb435f5984b4751a22ad9e6d3b0c685311ec7872 (diff) | |
download | pkgsrc-c178f5fc19774dd53aae46f8a7e848fda49260bc.tar.gz |
Update to 2.24.1:
Changes in libsoup from 2.24.0.1 to 2.24.1:
* Fixed a crash when unreffing the session from a
soup_session_queue_message() callback [#533473], and added
regression test. In particular, this fixes a crash in
seahorse when trying to connect to a non-responsive
keyserver.
* Fixed an infinite loop when giving a bad password to a site
that uses non-standard capitalization in the
WWW-Authenticate header (eg, gmail.com) [#536285].
* Fixed a leak in SoupSessionAsync when using a non-default
GMainContext. [addendum to #498509, Arnout Vandecappelle]
Added additional code to the regression tests to make sure
sessions and servers do not get leaked.
* Fixed a leak in the XML-RPC code
* Compile fixes for "gcc -pedantic" [#553976, Sander Dijkhuis]
and -DG_DISABLE_DEPRECATED / -DG_DISABLE_SINGLE_INCLUDES
[#557072, Cosimo Cecchi]
* Patched xmlrpc-test to accept the incorrect response to
test_echo() that php-xmlrpc gives when it's built against
libxml2 >= 2.7.1 (qv http://bugs.php.net/45996), so that
I can "make distcheck"...
* Updated generated documentation
Diffstat (limited to 'net')
-rw-r--r-- | net/libsoup24/Makefile | 6 | ||||
-rw-r--r-- | net/libsoup24/PLIST | 7 | ||||
-rw-r--r-- | net/libsoup24/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index b62e77ac14a..4048afdd6e3 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/10/16 13:38:10 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2008/10/24 21:54:56 wiz Exp $ -DISTNAME= libsoup-2.24.0.1 -PKGNAME= libsoup24-2.24.0.1 +DISTNAME= libsoup-2.24.1 +PKGNAME= libsoup24-2.24.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.24/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/libsoup24/PLIST b/net/libsoup24/PLIST index dbda9850888..1e3de40547f 100644 --- a/net/libsoup24/PLIST +++ b/net/libsoup24/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2008/10/16 13:38:10 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/10/24 21:54:56 wiz Exp $ include/libsoup-2.4/libsoup/soup-address.h include/libsoup-2.4/libsoup/soup-auth-domain-basic.h include/libsoup-2.4/libsoup/soup-auth-domain-digest.h @@ -36,6 +36,8 @@ share/gtk-doc/html/libsoup-2.4/SoupAuth.html share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +share/gtk-doc/html/libsoup-2.4/SoupLogger.html share/gtk-doc/html/libsoup-2.4/SoupMessage.html share/gtk-doc/html/libsoup-2.4/SoupServer.html share/gtk-doc/html/libsoup-2.4/SoupSession.html @@ -53,7 +55,7 @@ share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 share/gtk-doc/html/libsoup-2.4/libsoup-24-GValue-Support.html share/gtk-doc/html/libsoup-2.4/libsoup-24-Soup-Miscellaneous-Utilities.html -share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupLogger.html +share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupCookie.html share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupMessageBody.html share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupMessageHeaders.html share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupURI.html @@ -68,3 +70,4 @@ share/gtk-doc/html/libsoup-2.4/style.css share/gtk-doc/html/libsoup-2.4/up.png @dirrm share/gtk-doc/html/libsoup-2.4 @dirrm include/libsoup-2.4/libsoup +@dirrm include/libsoup-2.4 diff --git a/net/libsoup24/distinfo b/net/libsoup24/distinfo index 9e890e324c0..58aac40000f 100644 --- a/net/libsoup24/distinfo +++ b/net/libsoup24/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/10/16 13:38:10 drochner Exp $ +$NetBSD: distinfo,v 1.3 2008/10/24 21:54:56 wiz Exp $ -SHA1 (libsoup-2.24.0.1.tar.bz2) = 0bed343749c02d0ba5bcfaa20d095fa57f7de37f -RMD160 (libsoup-2.24.0.1.tar.bz2) = 52d234209c89dff52064bd17671ec37962f5c039 -Size (libsoup-2.24.0.1.tar.bz2) = 642434 bytes +SHA1 (libsoup-2.24.1.tar.bz2) = cd7942209b3243fe7f8aa28b82bacb09c17eb333 +RMD160 (libsoup-2.24.1.tar.bz2) = 5c383597cbc0717ed55e31b7688de378bdb22955 +Size (libsoup-2.24.1.tar.bz2) = 649933 bytes |