diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-26 16:33:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-26 16:33:34 +0000 |
commit | 4f96fccb33bc1ec3567684091351b426cf4388cd (patch) | |
tree | 14b189bcc230589ada595383cb427b7ecfefcf65 /net | |
parent | e1bcfdccdfad30d177dec78e4558453bdeda4ddb (diff) | |
download | pkgsrc-4f96fccb33bc1ec3567684091351b426cf4388cd.tar.gz |
Update to 2.26.2. Set LICENSE to gnu-lgpl-v2.
Changes in libsoup from 2.26.1 to 2.26.2:
* SOUP_SESSION_TIMEOUT now works properly with
SoupSessionAsync [#574414] and SSL [#578928]. Added
tests/timeout-test to test this.
* SoupDate fixes:
* soup_date_to_string() now handles SOUP_DATE_RFC2822
[#579055, Enrico Tröger]
* soup_date_new_from_string() now accepts 24:00 as a
time in ISO8601 timestamps
* soup_date_to_string() now coerces the date to UTC
for HTTP and cookie dates, and outputs the UTC
correct offset for the other date types.
* Added regression tests to tests/date
* soup_headers_parse() now completely ignores
syntactically-incorrect headers, rather than passing them to
soup_message_headers_append() and causing a g_warning.
soup_message_headers_append() now also rejects 0-length
header names. Updated tests/header-parsing to check this.
[#579318]
* Fix a crash when cancelling a message from a "restarted"
handler, and updated a regression test to notice the
underlying cause. [#580193]
* TLS1.1 support in gnutls has been temporarily disabled, to
work around what appears to be a bug in gnutls's support for
backward-compatibility with older servers. [#581342]
* DNS resolution should be slightly faster, as we no longer
set a flag that resulted in additional unnecessary DNS
requests.
* The --disable-more-warnings flag to configure is no longer
required when you are using gcc < 3.4. [#578851]
* Fixed a bug in the new body parsing code [qv #571283 below]
that caused libsoup to mistakenly reject some responses with
SOUP_STATUS_MALFORMED, "Message Corrupt". [#582002]
* soup_form_request_for_data() now allows you to use "PUT" as
the method, because apparently some web service authors
think that's how you spell "POST", or something. [#581860]
Diffstat (limited to 'net')
-rw-r--r-- | net/libsoup24/Makefile | 5 | ||||
-rw-r--r-- | net/libsoup24/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index c84afbf63ef..7d07360d3f8 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2009/04/16 19:42:58 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2009/05/26 16:33:34 wiz Exp $ -DISTNAME= libsoup-2.26.1 +DISTNAME= libsoup-2.26.2 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.26/} @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= HTTP library implementation in C +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/libsoup24/distinfo b/net/libsoup24/distinfo index b86bc37f993..b72862345ba 100644 --- a/net/libsoup24/distinfo +++ b/net/libsoup24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2009/04/16 19:42:58 drochner Exp $ +$NetBSD: distinfo,v 1.10 2009/05/26 16:33:34 wiz Exp $ -SHA1 (libsoup-2.26.1.tar.bz2) = ef5e1b921b013b893163f13c848dc7ee279d822c -RMD160 (libsoup-2.26.1.tar.bz2) = 627da2989062a71748df1c716cf122db7e3bae74 -Size (libsoup-2.26.1.tar.bz2) = 736811 bytes +SHA1 (libsoup-2.26.2.tar.bz2) = 0fa4e963fd018bba7562d2ac6132d26645a85498 +RMD160 (libsoup-2.26.2.tar.bz2) = 7491662db5990e6c60a5e5184d51b7090f9e52b8 +Size (libsoup-2.26.2.tar.bz2) = 687860 bytes SHA1 (patch-ab) = 70b4cfc4df6608042e0c5f5a548e1a8deb79c118 SHA1 (patch-ba) = 7fa2ffb63809b6cb35da79b8228cd74c16be00a1 SHA1 (patch-bb) = 15af9033d2350f4a46bccbc28ba31d78aa7e20b5 |