libsoup2.4 (2.56.0-2+deb9u5) stretch-security; urgency=medium

  * Non-maintainer upload by the LTS Security Team.
  * Backport upstream fixes for:
  + CVE-2025-4945: integer overflow in cookie parsing.
    A flaw was found in the cookie parsing logic of the libsoup HTTP
    library, used in GNOME applications and other software. The
    vulnerability arises when processing the expiration date of cookies,
    where a specially crafted value can trigger an integer overflow. This
    may result in undefined behavior, allowing an attacker to bypass cookie
    expiration logic, causing persistent or unintended cookie behavior. The
    issue stems from improper validation of large integer inputs during date
    arithmetic operations within the cookie parsing routines.
    (cherry picked from commit 07837588cdc38ea774a19a8be7d77fc664563951)
    (cherry picked from commit 08f381382ae0401dfd97d0ab647e105bfc02a5db)
    (cherry picked from commit a290414c1c4dfac2cf3b366fc62d5765a3156e5a)
    (Closes: #1106375)
  + CVE-2025-4476: crash in soup_auth_digest_get_protection_space.
    A denial-of-service vulnerability has been identified in the libsoup
    HTTP client library. This flaw can be triggered when a libsoup client
    receives a 401 (Unauthorized) HTTP response containing a specifically
    crafted domain parameter within the WWW-Authenticate header. Processing
    this malformed header can lead to a crash of the client application
    using libsoup. An attacker could exploit this by setting up a malicious
    HTTP server. If a user's application using the vulnerable libsoup
    library connects to this malicious server, it could result in a
    denial-of-service. Successful exploitation requires tricking a user's
    client application into connecting to the attacker's malicious server.
    (cherry picked from commit 9c633fe5bac4f381ea642b60fb0685d5debf30bd)
    (cherry picked from commit c4cfd078562563d3479361ee5b5ca794075a84f3)
    (cherry picked from commit 30b679ae60d830f934005aa8d97f5684f8f48310)
    (Closes: #1107757)
  + CVE-2025-4948: verify boundary limits for multipart body.
    A flaw was found in the soup_multipart_new_from_message() function of
    the libsoup HTTP library, which is commonly used by GNOME and other
    applications to handle web communications. The issue occurs when the
    library processes specially crafted multipart messages. Due to improper
    validation, an internal calculation can go wrong, leading to an integer
    underflow. This can cause the program to access invalid memory and
    crash. As a result, any application or server using libsoup could be
    forced to exit unexpectedly, creating a denial-of-service (DoS) risk.
    (cherry picked from commit 81646cd90fdfadd4c934b56c655261b736abda16)
    (cherry picked from commit deb7e54406c7ad1daf0735e37954c01517cfc93a)
    (cherry picked from commit c7bb99e3d1c790ecdf0c7d7172a9f36c857ae39c)
    (Closes: #1106337)
  + CVE-2025-4969: verify array bounds before accessing.
    A vulnerability was found in the libsoup package. This flaw stems from
    its failure to correctly verify the termination of multipart HTTP
    messages. This can allow a remote attacker to send a specially crafted
    multipart HTTP body, causing the libsoup-consuming server to read beyond
    its allocated memory boundaries (out-of-bounds read).
    (cherry picked from commit c01429f94eb7be59d6016ed7c16415b23c4b0b0a)
    (cherry picked from commit e22c46d30759dd52124d08ac8056c71418ff2ea1)
    (cherry picked from commit 01b55c0f7caad5ccd0849f26094719e79b3c25f8)
    (Closes: #1106325)

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 10 Dec 2025 10:09:27 +0100

libsoup2.4 (2.56.0-2+deb9u4) stretch-security; urgency=medium

  * Non-maintainer upload by the LTS Security Team.
  * CVE-2025-2784: heap buffer over-read when sniffing content
    via the skip_insight_whitespace() function. Libsoup clients may read one
    byte out-of-bounds in response to a crafted HTTP response by an HTTP
    server.
  * CVE-2025-32050: libsoup append_param_quoted() function may contain an
    overflow bug resulting in a buffer under-read.
  * CVE-2025-32052: vulnerability in the sniff_unknown() function may lead to
    heap buffer over-read.
  * CVE-2025-32053: vulnerability in sniff_feed_or_html() and
    skip_insignificant_space() functions may lead to a heap buffer over-read.
  * CVE-2025-32906: soup_headers_parse_request() function may be vulnerable to
    an out-of-bound read. This flaw allows a malicious user to use a specially
    crafted HTTP request to crash the HTTP server.
  * CVE-2025-32909: SoupContentSniffer may be vulnerable to a NULL pointer
    dereference in the sniff_mp4 function. The HTTP server may cause the
    libsoup client to crash.
  * CVE-2025-32910: soup_auth_digest_authenticate() is vulnerable to a NULL
    pointer dereference. This issue may cause the libsoup client to crash.
  * CVE-2025-32911: use-after-free memory issue not on the heap in the
    soup_message_headers_get_content_disposition() function. This flaw
    allows a malicious HTTP client to cause memory corruption in the libsoup
    server.
    CVE-2025-32913: the soup_message_headers_get_content_disposition()
    function is vulnerable to a NULL pointer dereference. This flaw allows a
    malicious HTTP peer to crash a libsoup client or server that uses this
    function.
    (same fix for both CVE-2025-32911 and CVE-2025-32913)
  * CVE-2025-32914: the soup_multipart_new_from_message() function is
    vulnerable to an out-of-bounds read. This flaw allows a malicious HTTP
    client to induce the libsoup server to read out of bounds.
  * CVE-2025-32912: SoupAuthDigest is vulnerable to a NULL pointer
    dereference. The HTTP server may cause the libsoup client to crash.
  * Backport auth tests for CVE-2025-32910
  * Do not complain about patches with test-data

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 18 Nov 2025 11:12:01 +0100

libsoup2.4 (2.56.0-2+deb9u3) stretch-security; urgency=high

  * Non-maintainer upload by the ELTS Team.
  * Drop certain tests to fix FTBFS.
    These are likely due to SSL certificate expirations.
  * Backport upstream fixes for
    - CVE-2024-52530: HTTP request smuggling with null bytes at the end of
      header names (Closes: #1088812)
    - CVE-2024-52531: buffer overflow in soup_header_parse_param_list_strict
      (Closes: #1089240)
    - CVE-2024-52532: infinite loop / potential DoS in reading certain
      data from WebSocket clients (Closes: #1089238).

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 12 Dec 2024 17:11:33 +0800

libsoup2.4 (2.56.0-2+deb9u2) stretch-security; urgency=high

  * Fix out of bounds access in the cookie jar (CVE-2018-12910)
    - debian/patches/0001-cookie-jar-bail-if-hostname-is-an-empty-string.patch,
      debian/patches/0002-Add-soup_cookie_jar_get_cookies-with-empty-hostname-.patch:
      Cherry-pick two patches from upstream: the actual fix and a test for it.

 -- Iain Lane <laney@debian.org>  Tue, 03 Jul 2018 18:04:10 +0100

libsoup2.4 (2.56.0-2+deb9u1) stretch-security; urgency=high

  * Non-maintainer upload by the Security Team.
  * Fix chunked decoding buffer overrun (CVE-2017-2885)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 09 Aug 2017 16:31:37 +0200

libsoup2.4 (2.56.0-2) unstable; urgency=medium

  * Team upload
  * Add patches from upstream 2.57.1 to make freeing a SoupSession
    thread-safe, fixing one of several root causes of ostree test
    failures (see #827473 and
    https://github.com/ostreedev/ostree/issues/601).

 -- Simon McVittie <smcv@debian.org>  Wed, 21 Dec 2016 17:10:16 +0000

libsoup2.4 (2.56.0-1) unstable; urgency=medium

  * New upstream release.
  * Install typelib files into multiarch paths.
  * Mark gir1.2-soup-2.4, libsoup2.4-dev and libsoup-gnome2.4-dev as
    Multi-Arch: same and libsoup2.4-doc as Multi-Arch: foreign.
  * Bump debhelper compat level to 10.
  * Update debian/libsoup2.4-1.symbols.

 -- Michael Biebl <biebl@debian.org>  Mon, 19 Sep 2016 19:50:52 +0200

libsoup2.4 (2.55.90-1) unstable; urgency=medium

  * New upstream beta release.
  * Convert from cdbs to dh.
  * Enable all hardening build flags.
  * Pass --as-needed to the linker to avoid unnecessary shlibs dependencies.

 -- Michael Biebl <biebl@debian.org>  Thu, 01 Sep 2016 14:30:33 +0200

libsoup2.4 (2.54.1-1) unstable; urgency=medium

  * New upstream release. Really closes: #821274, the previous upload was
    actually missing the patch.
  * Bump Standards-Version to 3.9.8.

 -- Michael Biebl <biebl@debian.org>  Wed, 27 Apr 2016 14:25:24 +0200

libsoup2.4 (2.54.0.1-2) unstable; urgency=medium

  * Fix SoupAuthClass size to undo ABI break with 2.54.0. Patch cherry-picked
    from upstream Git. (Closes: #821274)

 -- Michael Biebl <biebl@debian.org>  Mon, 25 Apr 2016 18:35:49 +0200

libsoup2.4 (2.54.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop libsoup2.4-dbg package now that we have automatic dbgsym packages.
  * Ensure proper upgrade from libsoup2.4-dbg to new dbgsym packages by using
    dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
  * Add Homepage: field.
  * Use dbus-run-session to run the test suite and drop the no longer needed
    Build-Depends on xvfb, xauth and dbus-x11.
  * Switch from heimdal to krb5, which appears to be the more widely used
    Kerberos implementation.

 -- Michael Biebl <biebl@debian.org>  Sat, 16 Apr 2016 03:36:35 +0200

libsoup2.4 (2.53.92-1) experimental; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.7
  * Add heimdal-dev build-dependency to enable GSS-Negotiate support
  * Update debian/libsoup2.4-1.symbols with three new additions

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 14 Mar 2016 21:02:06 +0100

libsoup2.4 (2.52.2-1) unstable; urgency=medium

  * New upstream release.
  * Remove outdated comment from debian/rules.

 -- Michael Biebl <biebl@debian.org>  Tue, 10 Nov 2015 23:13:41 +0100

libsoup2.4 (2.52.1-1) unstable; urgency=medium

  [ Iain Lane ]
  * Run the testsuite verbosely to get info about failures

  [ Michael Biebl ]
  * New upstream release.
  * Drop obsolete Conflicts and Replaces from pre-wheezy.

  [ Steven Chamberlain ]
  * Re-enable testsuite on non-Linux platforms.

 -- Michael Biebl <biebl@debian.org>  Tue, 13 Oct 2015 21:33:22 +0200

libsoup2.4 (2.52.0-1) unstable; urgency=medium

  [ Michael Biebl ]
  * Track stable releases in debian/watch.

  [ Andreas Henriksson ]
  * New upstream release.
  * Add valac build-dependency for vapigen
    - soup now generates its own vapi
  * libsoup2.4-dev: ship generated vala api libsoup-2.4.vapi
  * Update debian/libsoup2.4-1.symbols with many additions.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 27 Sep 2015 13:57:47 +0200

libsoup2.4 (2.50.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 23 May 2015 14:14:30 +0200

libsoup2.4 (2.50.0-1) experimental; urgency=medium

  * New upstream release 2.50.0
    + Updated translations

 -- Iain Lane <laney@debian.org>  Thu, 02 Apr 2015 16:59:34 +0100

libsoup2.4 (2.49.92-1) experimental; urgency=medium

  * New upstream release 2.49.92
    + Fixed an NTLM problem that caused spurious "Authentication Failed"
      errors in evolution-ews.

 -- Iain Lane <laney@debian.org>  Wed, 18 Mar 2015 16:49:45 +0000

libsoup2.4 (2.49.91.1-1) experimental; urgency=medium

  * New upstream release 2.49.91.1
  * Add new symbols for this release

 -- Iain Lane <laney@debian.org>  Wed, 04 Mar 2015 16:48:30 +0000

libsoup2.4 (2.49.1-1) experimental; urgency=medium

  * debian/watch: Also consider unstable versions, for exp
  * New upstream release 2.49.1:
    + Fixed a bug in the SoupMessage:event signal that broke evolution's
      ability to connect to https hosts with "bad" certificates.
    + Fixed a case where the async codepaths could potentially block on a
      synchronous write
    + Fixed the symbol soup_server_set_ssl_cert_file() to get exported, and
      added soup_server_get_uris() to the documentation.
    + Improved a bunch of introspection annotations
  * Re-add change which was accidentally dropped: Use dh-autoreconf to update
    for new ports.
  * Bump Standards-Version to 3.9.6, no further changes required.
  * Add new symbol soup_server_set_ssl_cert_file exported in this version.

 -- Iain Lane <laney@debian.org>  Wed, 26 Nov 2014 11:25:57 +0000

libsoup2.4 (2.48.0-1) unstable; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 23 Sep 2014 20:51:27 +0200

libsoup2.4 (2.47.4-1) experimental; urgency=medium

  * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 05 Sep 2014 22:35:44 +0200

libsoup2.4 (2.46.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 02 Apr 2014 16:01:27 +0200

libsoup2.4 (2.46.0-1) experimental; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 24 Mar 2014 22:30:05 +0100

libsoup2.4 (2.45.90-1) experimental; urgency=medium

  * New upstream development release.
  * debian/control.in:
    + Bump glib b-d to 2.39.90, needed for the test suite now that it has
      switch to the TAP driver.
  * debian/patches/01_tests_debug_output.patch:
    + Dropped, the extra debug output confused the TAP driver and makes it
      think some tests fail.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 20 Feb 2014 23:50:51 +0100

libsoup2.4 (2.45.3-1) experimental; urgency=medium

  * New upstream development release.
  * debian/control.in:
    + Standards-Version is 3.9.5, no changes needed.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 16 Feb 2014 18:52:42 +0100

libsoup2.4 (2.44.2-1) unstable; urgency=low

  * New upstream release. (Closes: #731107)

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 02 Dec 2013 19:05:37 +0100

libsoup2.4 (2.44.1-1) unstable; urgency=low

  * New upstream release
  * Drop patches crippling test-cases which has now been fixed upstream:
    - 11-cache-test.patch
    - 12-timeout-test.patch
  * Update debian/libsoup2.4-1.symbols with 4 added symbols

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 17 Oct 2013 22:08:50 +0200

libsoup2.4 (2.42.2-6) unstable; urgency=low

  * debian/rules:
    + Temporarily disable the test suite on !linux as one test hangs there.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 20 Jun 2013 09:32:26 +0200

libsoup2.4 (2.42.2-5) unstable; urgency=low

  * debian/patches/11-cache-test.patch:
    + Don't fail if we leak the GInputStream. This looks like a race
      condition in the test case.
  * debian/patches/12-timeout-test.patch:
    + Ignore the results of this test as it currently fails on sparc
      where there's no valgrind.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 07 Jun 2013 22:22:06 +0200

libsoup2.4 (2.42.2-4) unstable; urgency=low

  * debian/patches/01_tests_debug_output.patch:
    + Make the test suite print debug output.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 28 May 2013 01:57:39 +0200

libsoup2.4 (2.42.2-3) unstable; urgency=low

  * Don't run the test-suite via DEB_MAKE_CHECK_TARGET but use a separate make
    target. This way we can avoid having to run the complete build under xvfb
    and we can set HOME and XDG_RUNTIME_DIR to a writable location.

 -- Michael Biebl <biebl@debian.org>  Fri, 10 May 2013 12:46:27 +0200

libsoup2.4 (2.42.2-2) unstable; urgency=low

  [ Thomas Bechtold ]
  * New upstream release.
  * debian/control:
    - Build-Depends on libglib2.0-dev >= 2.36 according to
      configure.ac.
    - Bump Standards-Version to 3.9.4.

  [ Michael Biebl ]
  * Upload to unstable.
  * Track stable releases again.
  * Make test-suite failures fatal again, so regressions don't go unnoticed.
  * Add Build-Depends on dbus, dbus-x11, xvfb, xauth and curl for running the
    test-suite.
  * Run make under xvfb so dbus-launch works properly.

 -- Michael Biebl <biebl@debian.org>  Fri, 10 May 2013 06:01:24 +0200

libsoup2.4 (2.42.0-1) experimental; urgency=low

  * debian/control.in:
    + Remove spurious period in the description. Closes: #703757.
  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 25 Mar 2013 16:07:05 +0100

libsoup2.4 (2.41.92-1) experimental; urgency=low

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 18 Mar 2013 20:59:07 +0100

libsoup2.4 (2.41.91-1) experimental; urgency=low

  * New upstream release.
  * debian/libsoup2.4-doc.examples:
    + Ship examples in libsoup2.4-doc.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 05 Mar 2013 19:20:40 +0100

libsoup2.4 (2.41.90-1) experimental; urgency=low

  * New upstream release.
    + debian/control.in:
      - Update build dependencies.
    + debian/libsoup2.4-1.symbols:
      - Updated for new symbols. Many symbols have been removed, but they
        were not exported in public headers, so nobody should be using them
        anyway.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 23 Feb 2013 20:42:03 +0100

libsoup2.4 (2.40.1-1) experimental; urgency=low

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 23 Oct 2012 15:27:18 +0200

libsoup2.4 (2.39.92-1) experimental; urgency=low

  * New upstream release.
  * Track unstable versions in the experimental branch.
  * Bump Build-Depends on libglib2.0-dev to (>= 2.33.14) so we don't pick up
    the version from unstable. This will also generate a tight enough
    dependency. Closes: #687388

 -- Michael Biebl <biebl@debian.org>  Thu, 20 Sep 2012 21:05:44 +0200

libsoup2.4 (2.39.90-1) experimental; urgency=low

  * New upstream release (Packaging from 2.39.90-0ubuntu1)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 26 Aug 2012 15:41:50 +0200

libsoup2.4 (2.38.1-2) unstable; urgency=low

  * Make test suite failures non-fatal so we don't block testing migration due
    to failing builds on kfreebsd-* and sparc. Once #643906 and #663056 are
    fixed this change should be reverted again.

 -- Michael Biebl <biebl@debian.org>  Tue, 17 Apr 2012 20:50:12 +0200

libsoup2.4 (2.38.1-1) unstable; urgency=low

  * New upstream release:
    - Fixed a situation where soup_connection_disconnect() could end up
      calling g_object_unref(NULL) when an idle connection was closed
    - Fixed two warnings when cancelling an in-progress
      soup_socket_connect_async()
    - Fixed a crash when disposing a SoupServer with open connections
    - Fixed the SoupSession:ssl-use-system-ca-file property to get turned off
      (rather than on) when you set it to FALSE... Also fixed up the property
      notifications around the various certificate-verification properties
      (ssl-ca-file, ssl-use-system-ca-file, and tls-database).
    - Fixed SoupSession to not leak paused SoupMessages that were still in
      progress when it was unreffed.
  * debian/copyright: Move to copyright 1.0 format.

 -- Martin Pitt <mpitt@debian.org>  Tue, 17 Apr 2012 00:08:43 +0200

libsoup2.4 (2.38.0-1) unstable; urgency=low

  * New upstream release.
  * Bump minimum required version of glib-networking to 2.32.0.
  * Update Vcs-* URLs.
  * Bump Standards-Version to 3.9.3.

 -- Michael Biebl <biebl@debian.org>  Sat, 31 Mar 2012 07:38:04 +0200

libsoup2.4 (2.37.92-1) experimental; urgency=low

  * New upstream development release.
  * debian/libsoup2.4-1.symbols: Add new symbol.

 -- Michael Biebl <biebl@debian.org>  Tue, 20 Mar 2012 02:22:10 +0100

libsoup2.4 (2.37.91-1) experimental; urgency=low

  * New upstream development release.
  * debian/libsoup2.4-1.symbols: Add new symbol.
  * debian/control.in: Bump Build-Depends on debhelper to (>= 9).

 -- Michael Biebl <biebl@debian.org>  Thu, 08 Mar 2012 18:41:28 +0100

libsoup2.4 (2.37.90-1) experimental; urgency=low

  * New development release.
  * debian/libsoup2.4-1.symbols:
  - updated for the new version
  * debian/control.in:
  - Bump build-dep and dep on libglib2.0-dev to 2.31.7, following upstream
    change

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 03 Mar 2012 16:54:11 -0300

libsoup2.4 (2.36.1-2) UNRELEASED; urgency=low

  [ Allison Randal ]
  * Transition to multiarch. Thanks to Allison Randal for the patch!
    (Closes: #651018)

  [ Michael Biebl ]
  * Change section of gir1.2-soup-2.4 to introspection.
  * Remove obsolete Replaces.

  [ Josselin Mouette ]
  * Remove MA: same statements for -dev packages, because they depend on 
    gir packages which are not MA compatible.

 -- Michael Biebl <biebl@debian.org>  Fri, 16 Dec 2011 22:25:30 +0100

libsoup2.4 (2.36.1-1) unstable; urgency=low

  [ Martin Pitt ]
  * debian/watch: Switch to .xz tarballs.
  * New upstream release.
  * debian/control.in: Bump glib build dependency to >= 2.30.0, as per
    configure.ac.

 -- Michael Biebl <biebl@debian.org>  Sun, 27 Nov 2011 18:17:21 +0100

libsoup2.4 (2.36.0-1) unstable; urgency=low

  * New upstream release.
  * Remove debian/patches/02_tls.patch, fixed upstream: Default to TLS for
    https connections, and fall back to SSLv3 on failure.
  * debian/libsoup2.4-1.symbols: Update symbols file.

 -- Michael Biebl <biebl@debian.org>  Thu, 29 Sep 2011 07:20:24 +0200

libsoup2.4 (2.34.3-1) unstable; urgency=high

  * New upstream release.
    - Fixes CVE-2011-2524: SoupServer directory traversal vulnerability.
      Closes: #635837
  * debian/watch: Switch to .bz2 tarballs.
  * debian/patches/01_memleaks.patch: Remove, merged upstream.
  * Bump Standards-Version to 3.9.2. No further changes.
  * Bump debhelper compatibility level to 8.
    - Update Build-Depends on debhelper.
    - Strip debian/tmp/ from .install files.
  * Urgency high for the security fix.

 -- Michael Biebl <biebl@debian.org>  Fri, 29 Jul 2011 03:44:00 +0200

libsoup2.4 (2.34.2-2) unstable; urgency=low

  * 01_memleaks.patch: stolen from upstream git. Fix a few memory leaks.
  * 02_tls.patch: new patch. Stop forcing SSLv3, which breaks websites 
    that properly support TLS only. This still breaks a few websites, 
    but at least paypal has been fixed to support TLS. Closes: #579429.

 -- Josselin Mouette <joss@debian.org>  Tue, 28 Jun 2011 17:23:27 +0200

libsoup2.4 (2.34.2-1) unstable; urgency=low

  * New upstream release.
  * debian/libsoup2.4-1.symbols: Add new symbol from this upstream release.
  * debian/control.in: Update Vcs-* fields, package/branch is for unstable
    now.
  * debian/watch: Fix syntax to actually catch the latest version.

 -- Martin Pitt <mpitt@debian.org>  Tue, 24 May 2011 17:27:24 +0200

libsoup2.4 (2.34.0-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Make the -dev package depend on the gir package.

  [ Andreas Henriksson ]
  * New upstream release.
  * Fix multiple lintian warnings on description-synopsis-starts-with-article
  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 11 Apr 2011 12:19:57 +0200

libsoup2.4 (2.33.92-1) experimental; urgency=low

  * New upstream release.
    + debian/libsoup2.4-1.symbols:
      - Updated.
    + debian/control.in:
      - Update dependencies and build dependencies.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 26 Mar 2011 09:41:34 +0000

libsoup2.4 (2.33.90-1) experimental; urgency=low

  * New upstream release.
    + debian/control.in,
      debian/rules:
      - Let CDBS call dh_girepository for us.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 22 Feb 2011 20:43:06 +0000

libsoup2.4 (2.33.6-1) experimental; urgency=low

  * debian/control.in:
    + Let libsoup2.4-dev replace gir-repository-dev without a version.
      We don't want to drop libsoup bindings from girepository until
      Squeeze is released, and the version is useless until we do that.
  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 31 Jan 2011 23:05:09 +0000

libsoup2.4 (2.33.5-1) experimental; urgency=low

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 11 Jan 2011 00:11:22 +0000

libsoup2.4 (2.33.4-1) experimental; urgency=low

  * debian/control.in:
    - Remove gir-repository-dev build dependency, no longer needed.
    - Standards-Version is 3.9.1, no changes needed.
  * New upstream development release.
    + debian/control.in:
      - Build-depend/Depend on glib-networking.
      - Stop build depending on libgnutls, we use glib-networking now.
    + debian/rules:
      - Make the shlibs always depend on the latest upstream version.
        We have symbols file anyway, and manually bumping the shver is
        error prone.
    + debian/libsoup2.4-1.symbols:
      - Updated for the new symbols.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 08 Jan 2011 02:25:28 +0000

libsoup2.4 (2.32.2-1) experimental; urgency=low

  * New upstream release.
    - debian/libsoup2.4-0.symbols:
      + Updated.
    - debian/rules:
      + Update the shver.
  * Update to the new gir policy:
    - Rename gir1.0-soup-2.4 to gir1.2-soup-2.4.
    - Bump the gobject-introspection build dependency.
    - Build depend on gir1.2 packages.
  * debian/rules:
    - Call dh_girepository to get proper dependencies on the
      gir package.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 12 Dec 2010 16:26:33 +0100

libsoup2.4 (2.31.2-1) experimental; urgency=low

  * New upstream development release:
    + debian/control.in,
      debian/libsoup2.4-dev.install,
      debian/libsoup-gnome2.4-dev.install,
      debian/gir1.0-soup-2.4.install:
      - Add GObject-Introspection support.
    + debian/libsoup2.4-1.symbols,
      debian/rules:
      - Update for API additions.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 25 May 2010 21:38:03 +0200

libsoup2.4 (2.30.1-1) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    - Make test suite errors fatal for the build.
  * debian/rules,
    debian/source/format:
    - Switch to source format 3.0 (quilt).

  [ Sebastian Dröge ]
  * New upstream bugfix release:
    + debian/libsoup2.4-1.symbols,
      debian/rules:
      - Updated for API additions.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 27 Apr 2010 09:30:37 +0200

libsoup2.4 (2.30.0-1) unstable; urgency=low

  [ David Weinehall ]
  * New upstream release.
  * debian/control.in:
    - Bump Standards version to 3.8.4 (No changes needed).

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    - Fix SOVERSION calculation.
    - Don't pass additional flags to dh_shlibdeps for the -dev packages.
      That's just wrong, but luckily they weren't depending on
      ${shlibs:Depends} so it had no effect.
    - Enable the test suite during the build, but don't make it fatal yet.
  * debian/control.in:
    - Build dep on shared-mime-info, needed for one test to pass.
    - Reorder build-deps a bit.

 -- David Weinehall <tao@debian.org>  Tue, 30 Mar 2010 01:13:16 +0300

libsoup2.4 (2.29.91-1) unstable; urgency=low

  * New upstream development release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 23 Feb 2010 10:33:41 +0100

libsoup2.4 (2.29.90-1) unstable; urgency=low

  * New upstream development release:
    + debian/rules,
      debian/libsoup2.4-1.symbols:
      - Update for new API.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 09 Feb 2010 16:55:02 +0100

libsoup2.4 (2.29.6-1) unstable; urgency=low

  * New upstream development release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Jan 2010 08:17:46 +0100

libsoup2.4 (2.29.5-2) unstable; urgency=low

  * debian/libsoup*.symbols:
    + Fix symbol files.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 13 Jan 2010 10:23:15 +0100

libsoup2.4 (2.29.5-1) unstable; urgency=low

  * New upstream development release (Closes: #564698):
    + debian/rules:
      - Update SHVER to 2.29.5 for new API.
    + debian/rules,
      debian/libsoup*.symbols:
      - Add symbol files.
    + debian/rules:
      - Remove check-dist.mk include to upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 13 Jan 2010 09:45:56 +0100

libsoup2.4 (2.29.3-1) experimental; urgency=low

  * New upstream development release:
    + debian/rules:
      - Include check-dist.mk to prevent accidental uploads to unstable.
      - Update SHVER to 2.29.3 for new API.
    + debian/patches/redirect_head.patch,
      debian/patches/sqlite_strcmp_null_string.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Dec 2009 16:23:28 +0100

libsoup2.4 (2.28.1-3) unstable; urgency=low

  * debian/patches/redirect_head.patch:
    - Added. Don't change HEAD to GET on 303 redirect (from upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 07 Nov 2009 15:04:26 +0000

libsoup2.4 (2.28.1-2) unstable; urgency=low

  * debian/patches/sqlite_strcmp_null_string.patch:
    - Backport change from git to fix a crash if some values in the sqlite
      database are null.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 22 Oct 2009 16:54:59 +0200

libsoup2.4 (2.28.1-1) unstable; urgency=low

  * New upstream bugfix release:
    + debian/control.in:
      - Update gnutls build dependency to >= 2.1.7.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 20 Oct 2009 07:49:51 +0200

libsoup2.4 (2.28.0-1) unstable; urgency=low

  [ Gustavo Noronha Silva ]
  * debian/patches/01_improve_cookies_performance.patch:
  - patch from upstream to avoid writing too much to the disk when
    handling cookies (Closes: #530964)

  [ Sebastian Dröge ]
  * New upstream stable release:
    + debian/patches/01_improve_cookies_performance.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Sep 2009 10:15:44 +0200

libsoup2.4 (2.27.92-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * Bump shver as there are new APIs.
  * Tighten libsoup-gnome2.4-dev dependency on libsoup2.4-dev to avoid issues
    if something is built with different libsoup2.4 and libsoup-gnome2.4
    versions.

  [ Sebastian Dröge ]
  * New upstream development release:
    + debian/rules:
      - Update SHVER to 2.27.92.
  * debian/control.in:
    + Standards-Version is 3.8.3, no changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 08 Sep 2009 07:35:23 +0200

libsoup2.4 (2.27.91-2) experimental; urgency=low

  * debian/control.in:
  - add missing Build-Dep on libgnome-keyring-dev (Closes: #543556)

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 26 Aug 2009 11:02:06 -0300

libsoup2.4 (2.27.91-1) experimental; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 24 Aug 2009 20:53:20 -0300

libsoup2.4 (2.27.90-1) experimental; urgency=low

  * New upstream release.
    - Build depend on glib 2.21.3.
    - Also bump the -dev package minimun glib dependency.
  * Standards-Version is 3.8.2, no changes needed.
  * Add Vcs-* fields.
  * Include check-dist.mk to avoid uploads to unstable.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Wed, 12 Aug 2009 22:29:48 +0200

libsoup2.4 (2.27.4-1) unstable; urgency=low

  * New upstream release
  - debian/patches/001_avoid_crash_on_msg_cancel.diff:
  - dropped; applied upstream

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 24 Jul 2009 15:15:04 +0100

libsoup2.4 (2.26.2-1) unstable; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 20 May 2009 14:29:35 -0300

libsoup2.4 (2.26.1-1) unstable; urgency=low

  [ Gustavo Noronha Silva ]
  * Upload to unstable
  * debian/patches/001_avoid_crash_on_msg_cancel.diff:
  - avoids crashing when a message is cancelled during a restarted
    callback; see http://bugzilla.gnome.org/show_bug.cgi?id=580193)

  [ Josselin Mouette ]
  * Add libglib2.0-doc to b-d-i to ensure proper xrefs.

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 25 Apr 2009 11:50:05 -0300

libsoup2.4 (2.26.0-1) experimental; urgency=low

  [ Gustavo Noronha Silva ]
  * debian/control.in:
  - new package libsoup-gnome2.4-1, for the GNOME support library to live
    in
  - added libproxy-dev as build-dependecy; it's needed to build the GNOME
    support
  * debian/rules:
  - re-enable gtk-doc support, and enable GNOME support

  Changes borrowed from Ubuntu (thanks):
  * debian/control.in, libsoup-gnome2.4-dev:
  - also split dev package, and add nice description of what the GNOME
    support library is
  * debian/rules:
  - correctly set shlib arguments for the various packages
  * debian/control.in:
  - added build-dependencies on libgconf2-dev, and libsqlite3-dev, needed
    by the GNOME support libraries
  * debian/libsoup2.4-dev.install:
  - adapted to only install non-GNOME files

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
  * debian/watch: Don't uupdate
  * Add debug packages for libsoup and libsoup-gnome. Closes: #519052.
  * debian/copyright: refer to LGPL-2 rather than LGPL'
  * debian/control.in: fix typo s/GTK/GTK+/
  * debian/control.in: make libsoup-gnome2.4-dev short description
    different than libsoup2.4-dev one
  * debian/copyright: Add missing copyright holder.

  [ Josselin Mouette ]
  * Only ship one debug package, there’s no point in splitting it in 
    two.

  [ Sebastian Dröge ]
  * Upload to experimental.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 28 Mar 2009 07:19:52 +0100

libsoup2.4 (2.25.91-1) experimental; urgency=low

  * New upstream development release

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 17 Feb 2009 16:53:14 -0300

libsoup2.4 (2.24.3-2) unstable; urgency=low

  * Upload to unstable.

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 17 Feb 2009 15:13:27 -0300

libsoup2.4 (2.24.3-1) experimental; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 13 Jan 2009 09:25:05 +0100

libsoup2.4 (2.24.2.1-1) experimental; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 27 Nov 2008 20:39:30 +0100

libsoup2.4 (2.24.1-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/libsoup2.4-doc.doc-base: fix section.

  [ Andreas Henriksson ]
  * New upstream release.
    - drop patches/01_default-auth-digest-algorithm.patch, applied upstream.

  [ Josselin Mouette ]
  * Make the dependency on libglib2.0-dev match the build-dependency.
  * Bump shlibs to 2.23.91.
  * Fix spelling of GTK+ in the descriptions.

 -- Josselin Mouette <joss@debian.org>  Sun, 16 Nov 2008 18:38:32 +0100

libsoup2.4 (2.4.1-2) unstable; urgency=low

  * debian/patches/01_default-auth-digest-algorithm.patch:
    + Patch from upstream SVN to use MD5 as default auth digest algorithm
      if the server doesn't provide one.
  * debian/control.in:
    + Update Standards-Version to 3.8.0, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 01 Aug 2008 11:29:21 +0200

libsoup2.4 (2.4.1-1) unstable; urgency=low

  * New upstream release with API additions:
    + debian/rules:
      - Bump shlibs to >= 2.4.1.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 07 Apr 2008 19:27:18 +0200

libsoup2.4 (2.4.0-1) unstable; urgency=low

  * New upstream stable release:
    + debian/rules:
      - Remove check-dist include, upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 10 Mar 2008 21:18:07 +0100

libsoup2.4 (2.3.4-1) experimental; urgency=low

  * New upstream release.
  * debian/libsoup2.4-doc.doc-base:
    + Use libsoup-2.4 as document name to not conflict with libsoup-2.2-doc
      anymore.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Feb 2008 07:02:14 +0100

libsoup2.4 (2.3.2-1) experimental; urgency=low

  * New upstream release:
    + debian/rules:
      - Update shlibs to >= 2.3.2.
    + debian/control.in,
      debian/libsoup2.4-doc.doc-base:
      - Replace libsoup2.2-doc (<< 2.2.105) as 2.2.105 and above are
        installable at the same time. Also adjust documentation path.
    + debian/control.in,
      debian/libsoup2.4-1.install:
      - Update for new soname.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 12 Feb 2008 06:44:04 +0100

libsoup2.4 (2.3.0.1-1) experimental; urgency=low

  * Mention Red Hat, Novell, and Ximian copyrights and copyright years in the
    copyright file; fix LGPL version number to be version 2 instead of version
    2 or later; thanks Martin Pitt; drop useless individual authors
    information (not holding copyright).
  * Set GNOME_MODULE to libsoup.
  * New upstream release; API additions.
    - Bump shlibs to >= 2.3.0.

 -- Loic Minier <lool@dooz.org>  Fri, 25 Jan 2008 13:33:56 +0100

libsoup2.4 (2.3.0~r1050-1) experimental; urgency=low

  * New upstream SVN snapshot.
  * Renamed source package to libsoup2.4, changed all binary package names and
    updated everything for libsoup 2.3.
  * Upload to experimental, add check-dist include.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Jan 2008 12:22:43 +0100

libsoup (2.2.104-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 27 Nov 2007 05:47:12 +0100

libsoup (2.2.103-1) unstable; urgency=low

  * New upstream bugfix release:
    + Fixes memory corruption in SoupSessionAsync that caused
      rhythmbox to crash (Closes: #446288).

 -- Sebastian Dröge <slomo@debian.org>  Sun, 28 Oct 2007 21:35:22 +0100

libsoup (2.2.102-1) unstable; urgency=low

  * New upstream release; no API change; fixes non-SSL build, Debian not
    affected.
  * Wrap build-deps and deps.
  * Don't override DEB_SHLIBDEPS_INCLUDE_libsoup2.2-dev and
    DEB_DH_MAKESHLIBS_ARGS_ALL completely.

 -- Loic Minier <lool@dooz.org>  Fri, 19 Oct 2007 11:38:44 +0200

libsoup (2.2.101-1) unstable; urgency=low

  [ Loic Minier ]
  * Drop useless upstream version computation.
  * Use full URL in copyright.
  * Don't include autotools.mk as it's already included by gnome.mk.

  [ Sebastian Dröge ]
  * New upstream release with no API changes:
    + debian/control.in:
      - Build depend on libglib2.0-dev (>= 2.12.0).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 08 Oct 2007 08:15:12 +0200

libsoup (2.2.100-1) unstable; urgency=medium

  * Add a get-orig-source target to retrieve the upstream tarball.
  * New upstream stable release; bug fixes.
    - Fix handling of NUL terminated status lines; GNOME #406997;
      closes: #410638.

 -- Loic Minier <lool@dooz.org>  Mon, 12 Feb 2007 16:59:55 +0100

libsoup (2.2.99-1) unstable; urgency=low

  * New upstream stable release; no API nor ABI change; stricter header
    parsing and testsuite, plug for a small memory leak, bug fix, doc fix.
    - Do not use the upstream version for shlibs, set them to >= 2.2.98.
    - Drop patch 01_parse_headers_DoS, fixed differently upstream.

 -- Loic Minier <lool@dooz.org>  Tue,  9 Jan 2007 09:23:51 +0100

libsoup (2.2.98-2) unstable; urgency=high

  * 01_parse_headers_DoS.patch: new patch, fixes a remote denial of 
    service vulnerability in rhythmbox - and probably anything using 
    libsoup's HTTP server code. Closes: #405197.

 -- Josselin Mouette <joss@debian.org>  Tue,  2 Jan 2007 18:42:12 +0100

libsoup (2.2.98-1) unstable; urgency=low

  * New upstream stable release; no API change; XML-RPC minor syntax support
    addition, memory leak fix, cleanups.

 -- Loic Minier <lool@dooz.org>  Tue, 21 Nov 2006 10:50:41 +0100

libsoup (2.2.97-1) unstable; urgency=low

  * Set Maintainer to the Debian GNOME team.
  * New upstream release; with an API addition.
    - Bump shlibs to >= 2.2.97.

 -- Loic Minier <lool@dooz.org>  Tue,  7 Nov 2006 23:48:38 +0100

libsoup (2.2.96-1) unstable; urgency=low

  * New upstream release, with API additions.
  * Add a doc-base document for the libsoup documentation, based on suggestion
    by Thadeu Cascardo.
  * Include the list of features in the descriptions and enhance descriptions
    a little.

 -- Loic Minier <lool@dooz.org>  Sat, 29 Jul 2006 12:41:59 +0200

libsoup (2.2.95.1-1) unstable; urgency=low

  * Add watch file.
  * Merge with 2.2.95.1-0ubuntu1.
    - New upstream release with API additions, and API changes.  The changes
      are in parts of the API which were considered unusable.
  * Stop shipping *.la files as evolution-data-server doesn't do so anymore
    and remove the calculation of *.la Dependencies introduced in 2.2.93-2.
  * Really use ${binary:Version} as I failed doing so in 2.2.93-2.
  * Cleanup dependencies of libsoup2.2-doc.

 -- Loic Minier <lool@dooz.org>  Fri, 14 Jul 2006 11:55:16 +0200

libsoup (2.2.95.1-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - 2.2.95:
      - Even more fixes to XML-RPC, found by the new XML-RPC regression test. 
        This includes some API changes that I don't feel guilty about, because 
        the code totally didn't work at all before.
      - Fixed a bug in soup_mktime_utc()
    - 2.2.95.1:
      - (2.2.95 was identical to 2.2.95.1. The only difference is that the 
        shared library version was belatedly bumped from 8.2.0 to 8.3.0 to 
        reflect	the API "additions")

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 11 Jul 2006 18:00:23 +0200

libsoup (2.2.94-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - Various fixes to the XML-RPC code (which apparently had not actually 
      ever worked before)
    - Added client and server API tutorials to the docs
    - auth-test now uses a local Apache 2.2 install, if possible, rather than 
      depending on files that used to be on an old Ximian web server but 
      haven't been anywhere for a ong time.
  * Resynchronized with Debian, only Ubuntu changes are:
    - debian/patches/02_xmlrpc_pointer.patch,
      debian/patches/03_xmlrpc_array.patch: Distro fixes.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu,  6 Jul 2006 09:55:02 +0200

libsoup (2.2.93-3) unstable; urgency=medium

  * Build-depend on libgnutls-dev (>= 1.4.0) since the broken libgnutls-dev
    Provide is here for a while. (Closes: #370387)
  * Depend on libgnutls-dev (>= 1.4.0) due to the above change.
  * Build-conflict and conflict with libgnutls11-dev for additional safety, as
    I'm not sure how the lack of support for versionned Provides might behave
    here.

 -- Loic Minier <lool@dooz.org>  Sat, 24 Jun 2006 16:47:24 +0200

libsoup (2.2.93-2) unstable; urgency=low

  * Use a new la:Depends substvar generated in binary-predeb/libsoup2.2-dev by
    debian/la-deps from debian/libsoup2.2-dev/**/*.la to compute *.la file
    dependencies.
  * Remove the hardcoded dependencies added in 2.2.7-1 due to dependency_libs
    in *.la files: libgcrypt11-dev, libgpg-error-dev, libtasn1-2-dev
  * Make the package binNMU-safe.
    + Build-depend on dpkg-dev 1.13.19.
    + Use ${binary:Version}.
  * Bump up Standards-Version to 3.7.2.
  * Bump up Debhelper compatibility level to 5.

 -- Loic Minier <lool@dooz.org>  Sun, 18 Jun 2006 20:36:21 +0200

libsoup (2.2.93-1) unstable; urgency=low

  * New upstream release with API additions.

 -- Loic Minier <lool@dooz.org>  Tue, 30 May 2006 15:30:36 +0200

libsoup (2.2.92-1) unstable; urgency=low

  * New upstream release, no API changes.
    - Remove chmod fix for the permissions of the pkg-config file
      (fixed-upstream).
      [debian/rules]

 -- Loic Minier <lool@dooz.org>  Thu, 13 Apr 2006 12:01:42 +0200

libsoup (2.2.91-2) unstable; urgency=low

  * Compute the upstream version from the Debian version by removing anything
    after and including the last dash; this should fix permit binNMUs
    versions. (Closes: #359652)
    [debian/rules]

 -- Loic Minier <lool@dooz.org>  Tue, 28 Mar 2006 15:00:09 +0200

libsoup (2.2.91-1) unstable; urgency=low

  * New upstream release with API additions.
    - Bump up libglib2.0-dev build-dep to >= 2.6.0.
      [debian/control, debian/control.in]
    - Drop TODO.
      [debian/docs]
  * Add empty patches dir.
    [debian/patches]

 -- Loic Minier <lool@dooz.org>  Fri, 10 Mar 2006 12:22:16 +0100

libsoup (2.2.7-2) unstable; urgency=low

  * Anchor "Version:" regexp in dpkg-parsechangelog and fix shlibs.
    [debian/rules]

 -- Loic Minier <lool@dooz.org>  Sun, 12 Feb 2006 17:12:46 +0100

libsoup (2.2.7-1) unstable; urgency=low

  * Hijack package, set myself as Maintainer, GNOME team uploads.
    [debian/control, debian/control.in, debian/rules]
  * New upstream release.
    - Fixes 100% CPU usage. (Closes: #351713)
  * Bump up Standards-Version to 3.6.2.
    [debian/control, debian/control.in]
  * Add CDBS' utils.
    [debian/rules]
  * Repair and cleanup computation of SOVERSION.
    [debian/rules]
  * Add ${misc:Depends} to Depends.
    [debian/control, debian/control.in]
  * Build-depend and depend on libgnutls-dev instead of libgnutls11-dev.
    (Closes: #335757)
    [debian/control, debian/control.in]
  * Downgrade the Recommends dependency of libsoup-doc on libsoup-dev to a
    Suggests.
    [debian/control, debian/control.in]
  * Drop obsolete files.
    [debian/libsoup2.2-doc.files, debian/libsoup2.2-dev.files, debian/dirs]
  * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and clean it up.
    [debian/rules]
  * Update FSF address, update AUTHORS list, and clarify Copyright versus
    License.
    [debian/copyright]
  * Let libsoup-dev depend on zlib1g-dev to honor the pkg-config link flags.
    [debian/control, debian/control.in]
  * Let libsoup-dev depend on libgcrypt11-dev, libgpg-error-dev,
    libtasn1-2-dev to honor the libtool dependency_libs line.
    [debian/control, debian/control.in]
  * Fix permissions of .pc files.
    [debian/rules]

 -- Loic Minier <lool@dooz.org>  Sun, 12 Feb 2006 09:53:41 +0100

libsoup (2.2.6-1) unstable; urgency=low

  * New upstream release
  * bump package name: libsoup2.2-8

 -- Takuo KITAME <kitame@debian.org>  Sat, 10 Sep 2005 10:49:48 +0900

libsoup (2.2.3-2) unstable; urgency=low

  * -dev: depends on libgnutls11-dev, libxml2-dev (closes: #268037)

 -- Takuo KITAME <kitame@debian.org>  Thu, 31 Mar 2005 17:34:29 +0900

libsoup (2.2.3-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue, 29 Mar 2005 10:54:50 +0900

libsoup (2.2.2-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Fri,  4 Feb 2005 14:19:05 +0900

libsoup (2.2.1-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 13 Oct 2004 11:39:50 +0900

libsoup (2.2.0-2) unstable; urgency=low

  * fix shlibs info

 -- Takuo KITAME <kitame@debian.org>  Tue, 31 Aug 2004 14:34:01 +0900

libsoup (2.2.0-1) unstable; urgency=low

  * New upstream release
  * bump package name to libsoup2.2-7

 -- Takuo KITAME <kitame@debian.org>  Tue, 31 Aug 2004 12:03:56 +0900

libsoup (2.1.13-1) unstable; urgency=low

  * New upstream release
  * bump package name libsoup2.2-3 to libsoup2.2-6

 -- Takuo KITAME <kitame@debian.org>  Mon, 16 Aug 2004 11:58:26 +0900

libsoup (2.1.12-2) unstable; urgency=low

  * build against libgnutls11

 -- Takuo KITAME <kitame@debian.org>  Thu,  5 Aug 2004 18:27:08 +0900

libsoup (2.1.12-1) unstable; urgency=low

  * New upstream release
  * use cdbs

 -- Takuo KITAME <kitame@debian.org>  Tue, 20 Jul 2004 14:55:47 +0900

libsoup (2.1.11-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Mon,  7 Jun 2004 11:39:52 +0900

libsoup (2.1.10-3) unstable; urgency=low

  * added libsoup2.2-doc package

 -- Takuo KITAME <kitame@debian.org>  Tue,  1 Jun 2004 12:59:24 +0900

libsoup (2.1.10-2) unstable; urgency=low

  * upload to unstable

 -- Takuo KITAME <kitame@debian.org>  Wed, 26 May 2004 12:28:04 +0900

libsoup (2.1.10-1) experimental; urgency=low

  * New upstream release
  * build against libgnutls10

 -- Takuo KITAME <kitame@debian.org>  Mon, 24 May 2004 19:09:13 +0900

libsoup (2.1.9-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed,  7 Apr 2004 12:24:47 +0900

libsoup (2.1.8-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue,  9 Mar 2004 11:34:14 +0900

libsoup (2.1.7-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 18 Feb 2004 15:54:49 +0900

libsoup (2.1.5-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue,  3 Feb 2004 13:53:58 +0900

libsoup (2.1.4-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue, 20 Jan 2004 15:40:58 +0900

libsoup (2.1.3-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu,  8 Jan 2004 17:47:13 +0900

libsoup (2.1.2-1) experimental; urgency=low

  * New upstream release
  * change package name s/2.0/2.2/g

 -- Takuo KITAME <kitame@debian.org>  Thu, 11 Dec 2003 15:56:02 +0900

libsoup (1.99.26-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 24 Sep 2003 12:17:04 +0900

libsoup (1.99.23-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu, 12 Jun 2003 11:50:37 +0900

libsoup (1.99.22-2) unstable; urgency=low

  * Upload into unstable/main

 -- Takuo KITAME <kitame@debian.org>  Tue,  3 Jun 2003 15:28:17 +0900

libsoup (1.99.22-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue, 27 May 2003 18:33:55 +0900

libsoup (1.99.20-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed,  7 May 2003 11:45:22 +0900

libsoup (1.99.17-0.2) experimental; urgency=low

  * --with-gnutls-includes

 -- Takuo KITAME <kitame@debian.org>  Tue,  6 May 2003 16:59:56 +0900

libsoup (1.99.17-0.1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu, 24 Apr 2003 11:20:10 +0900

libsoup (1.99.12-0.1) experimental; urgency=low

  * Initial Release.

 -- Takuo KITAME <kitame@debian.org>  Wed, 19 Mar 2003 18:09:38 +0900

