httpcomponents-client (4.5.11-1ubuntu0.1~esm1) focal-security; urgency=medium

  * SECURITY UPDATE: Improper Input Validation
    - debian/patches/CVE-2020-13956.patch: Incorrect handling of
    malformed authority component by URIUtils.
    - CVE-2020-13956
  * Other fixes:
    - debian/patches/ignore-TestSSLSocketFactory.testTLSOnly.patch:
    ignore TestSSLSocketFactory.testTLSOnly

 -- Paulo Flabiano Smorigo <pfsmorigo@canonical.com>  Mon, 17 Jan 2022 20:51:33 +0000

httpcomponents-client (4.5.11-1) unstable; urgency=medium

  * Team upload.

  [ Andrius Merkys ]
  * Compiling sources depending on libspymemcached-java.

  [ Emmanuel Bourg ]
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 4.5.0

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 25 Jan 2020 23:44:33 +0100

httpcomponents-client (4.5.10-2) unstable; urgency=medium

  * Team upload.
  * Enabling tests during build.
  * Building httpclient-cache and httpclient-osgi artifacts (Closes: #942035).

 -- Andrius Merkys <merkys@debian.org>  Thu, 10 Oct 2019 01:57:43 -0400

httpcomponents-client (4.5.10-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.4.1

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 05 Oct 2019 10:27:06 +0200

httpcomponents-client (4.5.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 07 Jul 2019 09:34:09 +0200

httpcomponents-client (4.5.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 28 Jan 2019 22:48:39 +0100

httpcomponents-client (4.5.6-2) unstable; urgency=medium

  * Team upload.
  * Generate Java 7 compatible bytecode (Closes: #918705)
  * Standards-Version updated to 4.3.0

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 11 Jan 2019 14:10:54 +0100

httpcomponents-client (4.5.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 4.2.0
  * Use salsa.debian.org Vcs-* URLs
  * Use a secure URL in debian/watch

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 06 Aug 2018 15:12:53 +0200

httpcomponents-client (4.5.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Removed Damien Raude-Morvan from the uploaders (Closes: #889356)
  * Switch to debhelper level 11

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 13 Feb 2018 17:26:39 +0100

httpcomponents-client (4.5.4-1) unstable; urgency=medium

  * Team upload.

  [ Miguel Landaeta ]
  * Remove myself from uploaders list. (Closes: #871862)
  * Update copyright info.

  [ Emmanuel Bourg ]
  * New upstream release
  * Added the Class-Path attribute in the manifest of httpclient.jar
    (Closes: #883810)
  * Standards-Version updated to 4.1.3

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 12 Jan 2018 09:57:35 +0100

httpcomponents-client (4.5.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed httpcore-ThreadSafe.patch (fixed upstream)
  * Build with the DH sequencer instead of CDBS
  * Switch to debhelper level 10

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 19 Jun 2017 16:32:56 +0200

httpcomponents-client (4.5.2-2) unstable; urgency=medium

  * Team upload.
  * Add httpcore-ThreadSafe.patch and fix FTBFS due to removal of annotation
    classes in libhttpcore-java.
    Thanks to Daniel Schepler for the report. (Closes: #828206)
  * Declare compliance with Debian Policy 3.9.8.

 -- Markus Koschany <apo@debian.org>  Thu, 14 Jul 2016 22:57:35 +0200

httpcomponents-client (4.5.2-1) unstable; urgency=medium

  * New upstream release
  * Use secure Vcs-* URLs
  * Standards-Version updated to 3.9.7 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 21 Mar 2016 09:52:51 +0100

httpcomponents-client (4.5.1-1) unstable; urgency=medium

  * New upstream release
  * Build with maven-debian-helper
  * Set the source encoding to make the build reproducible

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 02 Oct 2015 23:29:46 +0200

httpcomponents-client (4.4.1-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
    - Updated the dependency on libhttpcore-java (>= 4.4.1)
    - Added a debian/orig-tar.sh script to fetch the public-suffix-list.txt
      file from publicsuffix.org and add it to the upstream tarball
  * Standards-Version updated to 3.9.6 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 11 May 2015 15:33:31 +0200

httpcomponents-client (4.3.5-2) unstable; urgency=medium

  * Fix FTBFS due to new artifact version for libmaven-bundle-plugin-java.
    Refresh patch: 01-generate_osgi_metadata.patch.
    (Closes: #761545).
  * Update maintainer email address.

 -- Miguel Landaeta <nomadium@debian.org>  Tue, 16 Sep 2014 19:07:48 -0430

httpcomponents-client (4.3.5-1) unstable; urgency=medium

  * New upstream release

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 08 Aug 2014 22:42:54 +0200

httpcomponents-client (4.3.4-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 09 Jun 2014 23:52:01 +0200

httpcomponents-client (4.3.3-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
  * Removed the unused build dependency on libmaven-assembly-plugin-java

  [ Jakub Adam ]
  * Fix OSGi metadata
    - prevent org.apache.http.impl.execchain to appear in package imports.

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 08 Mar 2014 11:38:26 +0100

httpcomponents-client (4.3.2-1) unstable; urgency=low

  * New upstream release
    - Refreshed the patches
    - New build dependency on libbuild-helper-maven-plugin-java
  * Removed the unused dependency on libapache-mime4j-java
  * Switch to debhelper level 9
  * Standards-Version updated to 3.9.5 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 29 Jan 2014 18:47:37 +0100

httpcomponents-client (4.2.5-2) unstable; urgency=low

  [ Jakub Adam ]
  * Fix OSGi metadata generation.

  [ Niels Thykier ]
  * Fix problem with the clean target.

 -- Jakub Adam <jakub.adam@ktknet.cz>  Mon, 08 Jul 2013 21:48:32 +0200

httpcomponents-client (4.2.5-1) unstable; urgency=low

  * New upstream release.
  * d/rules: Add get-orig-source target.
  * d/patches/02-700268.patch: Drop, included in upstream release.
  * d/control: Update Homepage field.
  * d/control: Use canonical URL for Vcs-* fields.

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 07 May 2013 23:58:33 +0200

httpcomponents-client (4.2.1-2) experimental; urgency=low

  * Team upload.
  * Apply upstream patch for wildcard certificate match security bug.
    (Closes: #700268)
  * Remove duplicate Copyright: in d/copyright (lintian warning).
  * Bump Standards-Version to 3.9.4 (no changes).
  * Update Vcs-Git field to be "/git/pkg-java"

 -- tony mancill <tmancill@debian.org>  Sun, 10 Feb 2013 16:28:27 -0800

httpcomponents-client (4.2.1-1) experimental; urgency=low

  [ James Page ]
  * Transition package to default java implementation:
    - d/control: Drop preferred BD on openjdk-6-jdk. (Closes: #683534)

  [ Damien Raude-Morvan ]
  * New upstream release.
  * Add myself as Uploaders.
  * Refresh all patches.
  * Depends and B-D on libhttpcore-java (>= 4.2.1).
  * Also install fluent-hc API.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 19 Aug 2012 15:39:42 +0200

httpcomponents-client (4.1.1-2) unstable; urgency=low

  * Add OSGi metadata to JAR manifest.
  * Add Jakub Adam to Uploaders.
  * Bump Standards-Version to 3.9.3. No changes were required.
  * Updated copyright file format.
  * Add httpcore.jar and httpclient.jar to httpmime.jar Class-Path.

 -- Jakub Adam <jakub.adam@ktknet.cz>  Tue, 27 Mar 2012 21:33:50 +0200

httpcomponents-client (4.1.1-1) unstable; urgency=high

  * New upstream release:
    Fixed critical bug causing Proxy-Authorization header to be
    sent to the target host when tunneling requests through a proxy
    server that requires authentication: CVE-2011-1498. (Closes: #628727).
  * New maintainer. (Closes: #628731).
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Add Build-Depends on libmockito-java.
  * Update Vcs-* fields.

 -- Miguel Landaeta <miguel@miguel.cc>  Wed, 29 Jun 2011 00:13:18 -0430

httpcomponents-client (4.0.3-2) unstable; urgency=low

  * Upload to unstable
  * Package orphaned
  * Tests disabled, they make the package FTBFS

 -- David Paleino <dapal@debian.org>  Tue, 31 May 2011 21:56:38 +0200

httpcomponents-client (4.0.3-1) experimental; urgency=low

  * New upstream version

 -- David Paleino <dapal@debian.org>  Wed, 22 Sep 2010 08:50:04 +0200

httpcomponents-client (4.0.2-1) experimental; urgency=low

  * New upstream version
  * debian/control:
    - Standards-Version bumped to 3.9.1, no changes needed

 -- David Paleino <dapal@debian.org>  Thu, 16 Sep 2010 11:52:49 +0200

httpcomponents-client (4.0.1-1) unstable; urgency=low

  * Initial release (Closes: #575327)

 -- David Paleino <dapal@debian.org>  Wed, 14 Jul 2010 17:57:40 +0200
