pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsoup24 Update to 2.26.2. Set LICENSE to gnu-lgp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7a95d5a2c83
branches:  trunk
changeset: 393768:e7a95d5a2c83
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 26 16:33:34 2009 +0000

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

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

diffs (36 lines):

diff -r 8486bf1ae7a2 -r e7a95d5a2c83 net/libsoup24/Makefile
--- a/net/libsoup24/Makefile    Tue May 26 15:42:29 2009 +0000
+++ b/net/libsoup24/Makefile    Tue May 26 16:33:34 2009 +0000
@@ -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 @@
 MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnome.org/
 COMMENT=       HTTP library implementation in C
+LICENSE=       gnu-lgpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 8486bf1ae7a2 -r e7a95d5a2c83 net/libsoup24/distinfo
--- a/net/libsoup24/distinfo    Tue May 26 15:42:29 2009 +0000
+++ b/net/libsoup24/distinfo    Tue May 26 16:33:34 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index