proxytunnel (1.10.20210604-2) unstable; urgency=medium

  * Build-Depends: Drop versioned constraint on libssl-dev.
  * Bump years in d/copyright where required.
  * Bump Standards-Version to 4.6.1; no more changes necessary.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Wed, 26 Oct 2022 14:49:37 +0200

proxytunnel (1.10.20210604-1) unstable; urgency=medium

  * New upstream release.
  * Adapt d/patches/* to new release.
    - Remove patches meanwhile applied upstream:
      add_CPPFLAGS.patch,
      fix_Makefile_FTBFS.patch.
  * Bump Standards-Version to 4.6.0; no more changes necessary.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Sat, 28 Aug 2021 14:17:21 +0200

proxytunnel (1.10.20210128-2) unstable; urgency=medium

  * Generalize d/watch to deal with occasional changes to the tarball link.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Sat, 14 Aug 2021 21:26:56 +0200

proxytunnel (1.10.20210128-1) unstable; urgency=medium

  * New upstream release.
  * Adapt watch file to recent changes to uscan.
  * Bump years in d/copyright.
  * Bump Standards-Version to 4.5.1; no more changes necessary.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Sat, 30 Jan 2021 16:22:30 +0100

proxytunnel (1.10.20200907-2) unstable; urgency=medium

  * Don't force CC to anything by default in d/rules as this breaks
    cross-building. Instead, keep the option commented out.
    (Closes: #970703)

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Tue, 22 Sep 2020 19:51:31 +0200

proxytunnel (1.10.20200907-1) unstable; urgency=medium

  * New upstream release
  * Adapt d/docs to README been replaced by README.md.
  * Prepare d/rules to run in verbose mode if needed.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Sat, 19 Sep 2020 20:39:44 +0200

proxytunnel (1.10.20200507-1) unstable; urgency=medium

  * New upstream release
  * Adapt d/patches/* to new release
    - Remove patches meanwhile applied upstream:
      001_apache_bug_29744_workaround.patch,
      003_socket_write_loop.patch,
      004_fix_spelling_error_in_manpage.patch.
    - Drop numeric prefix from remaining patches:
      000_add_CPPFLAGS.patch -> add_CPPFLAGS.patch
      002_fix_Makefile_FTBFS.patch -> fix_Makefile_FTBFS.patch.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Fri, 22 May 2020 18:12:23 +0200

proxytunnel (1.9.1+git20200123.eff4d41-1) unstable; urgency=medium

  * New upstream release + latest git snapshot.
    (Closes: #957712, #958177)
  * New maintainer + add myself as uploader.
    - Update d/control.
  * Add d/gbp.conf made-up according to the team standard.
  * Introduce autopkgtest per d/test/*.
    - The test covers tunneling of a SSH connection through HTTP, HTTPS, HTTPS
      forced to use TLS1.2 and HTTPS forced to use TLS 1.3, by only using the
      loopback interface.
  * Update d/watch.
    - Bump to version 4.
    - Switch over to recent upstream on Github.
  * Adapt d/patches/* to new release
    - Split off 000_add_CPPFLAGS from 002_fix_Makefile_FTBFS.
    - Update 001_apache_bug_29744_workaround, 002_fix_Makefile_FTBFS and
      003_socket_write_loop.
    - Remove patches dispensable due to upstream changes:
      004_remove_warnings, 005_sni, 006_migrate_from_SSLv3 and
      007_fix_Makefile_ssl_FTBFS.
    - Add DEP3 compliant headers to the remaining patches.
    - Add .patch suffix to the remaining patches.
    - Add 004_fix_spelling_error_in_manpage.patch.
  * Switch to DH compat format and raise level
    - Replace Build-Depends debhelper (>> 9) by debhelper-compat (= 13)
      in d/control.
    - Remove file d/compat.
  * Update d/control in general.
    - Add fields Rules-Requires-Root, Vcs-Browser, Vcs-Git and Homepage.
    - Revise Description.
  * Update d/rules.
    - Add a switch to change compilers easily. This helped to verify #957712
      had been fixed upstream.
    - Enable all hardening options available for ELF binaries.
  * Make sure the source is compiled for use with OpenSSL 1.1.0 and above.
    - Update Build-Depends in d/control.
    - Update d/rules to pass -DOPENSSL11 to Makefile.
  * Add d/upstream/metadata according to DEP12.
  * Revise and update d/copyright.
  * Introduce d/NEWS.
  * Add d/salsa-ci.yml made-up according to the team standard.
  * Bump Standards-Version to 4.5.0; no more changes necessary.
    - Update d/control.

 -- Sven Geuer <debmaint@g-e-u-e-r.de>  Tue, 19 May 2020 20:52:07 +0200

proxytunnel (1.9.0+svn250-6) unstable; urgency=medium

  * Remove libssl pkg-config check in Makefile, as we're not using libssl
    (closes: #788773)

 -- Julian Gilbey <jdg@debian.org>  Mon, 15 Jun 2015 00:12:22 +0100

proxytunnel (1.9.0+svn250-5) unstable; urgency=medium

  * Improved fix to bug#767301: Replace SSLv3_client_method with
    SSLv23_client_method so that any of the TLS versions can be used
    following negotiation with the client (thanks to Peter Meiser for
    pointing out my error with the previous patch) (Closes: #767301)

 -- Julian Gilbey <jdg@debian.org>  Sun, 09 Nov 2014 10:54:14 +0000

proxytunnel (1.9.0+svn250-4) unstable; urgency=medium

  * Replace SSLv3 usage with TLSv1 to respond to CVE-2014-3566 removal of
    SSLv3 from openssl package (Closes: #767301)

 -- Julian Gilbey <jdg@debian.org>  Fri, 07 Nov 2014 10:06:38 +0000

proxytunnel (1.9.0+svn250-3) unstable; urgency=low

  * Fix regression: FTBFS on some systems (Closes: #664470)

 -- Julian Gilbey <jdg@debian.org>  Tue, 28 Jan 2014 20:13:50 +0000

proxytunnel (1.9.0+svn250-2) unstable; urgency=low

  * Add support for TLS SNI (Closes: #725830)

 -- Julian Gilbey <jdg@debian.org>  Sun, 26 Jan 2014 23:08:39 +0000

proxytunnel (1.9.0+svn250-1) unstable; urgency=medium

  * New upstream release
  * Revert to using OpenSSL following licensing change to allow this
  * Convert copyright file to DEP-5 format
  * Remove build dependency on hardening-includes; this is now dealt with
    by debhelper

 -- Julian Gilbey <jdg@debian.org>  Sun, 26 Jan 2014 20:13:49 +0000

proxytunnel (1.9.0-6) unstable; urgency=low

  * Apply new Apache bug workaround patch from Thomas Hilber
    <Thomas.Hilber@enxio.de>, modified to allow -B as a backwards
    compatibility option (Closes: #691884)
  * Attempt to write to the socket multiple times until all data has been
    written; patch by Ludovico Cavedon <cavedon@debian.org> (Closes:
    #717771)

 -- Julian Gilbey <jdg@debian.org>  Mon, 09 Sep 2013 18:26:59 +0100

proxytunnel (1.9.0-5) unstable; urgency=low

  * Improve documentation about the --buggy-encrypt-proxy option
  * Apply hardening flags (build-depend on hardening-includes)

 -- Julian Gilbey <jdg@debian.org>  Sun, 10 Jun 2012 10:23:14 +0100

proxytunnel (1.9.0-4) unstable; urgency=low

  * Add patch to support buggy Apache servers via the
    --buggy-encrypt-proxy option (for more info on the bug, see
    https://issues.apache.org/bugzilla/show_bug.cgi?id=29744)
    - with thanks to Jim Paris <jim@jtan.com> for this patch (Closes:
    #618698)
  * Don't install changelog twice (Closes: #614689)
  * Update Standards-Version and debhelper compat level
  * Fix FTBFS on GNU/kFreeBSD. Thanks to Steven Chamberlain.  (Closes:
    #664470)

 -- Julian Gilbey <jdg@debian.org>  Sun, 29 Apr 2012 16:38:21 +0100

proxytunnel (1.9.0-3) unstable; urgency=low

  * Provide more useful error messages from GNUTLS
  * Provide a watch file

 -- Julian Gilbey <jdg@debian.org>  Mon, 29 Mar 2010 19:05:47 +0100

proxytunnel (1.9.0-2) unstable; urgency=low

  * Remove defunct debian/dirs file
  * Update manpage

 -- Julian Gilbey <jdg@debian.org>  Sun, 30 Aug 2009 22:00:43 +0100

proxytunnel (1.9.0-1) unstable; urgency=high

  * New upstream version
  * Initial official Debian release (Closes: #166180)
  * Rewrite encryption code to use GNUTLS instead of OpenSSL to avoid
    licence clash issues (code is GPL, which conflicts with OpenSSL
    licence)

 -- Julian Gilbey <jdg@debian.org>  Thu, 20 Aug 2009 02:10:11 +0100

proxytunnel (1.7.0-1) unstable; urgency=high

  * New upstream version

 -- Mark Janssen <maniac@maniac.nl>  Mon, 19 Mar 2007 13:50:32 +0100

proxytunnel (1.5.2-1) unstable; urgency=high

  * New version
  * NTLM Cleanups, removed md[45] code in favour of using libssl

 -- Mark Janssen <maniac@maniac.nl>  Fri, 16 Dec 2005 10:00:00 +0200

proxytunnel (1.5.0-1) unstable; urgency=high

  * New version
  * NTLM support

 -- Mark Janssen <maniac@maniac.nl>  Mon, 15 Aug 2005 12:24:00 +0200

proxytunnel (1.2.3-1) unstable; urgency=high

  * Added security-patch from gentoo security team, fix buffer overflow

 -- Mark Janssen <maniac@maniac.nl>  Wed, 20 Nov 2002 15:12:10 +0200

proxytunnel (1.2.0-1) unstable; urgency=low

  * Added patch by Fred Donck <fd0 at donck dot com> to store proxy username
    and password in environment variables.

 -- Mark Janssen <maniac@maniac.nl>  Thu, 30 Sep 2004 11:22:03 +0200

proxytunnel (1.1.2-1) unstable; urgency=low

  * More cleaning up, added manpage.
  * Added patches/suggestions by Loic Le Guyader <loic.leguyader@laposte.net>

 -- Mark Janssen <maniac@maniac.nl>  Wed, 20 Nov 2002 15:12:10 +0200

proxytunnel (1.1-2) unstable; urgency=low

  * Some more cleaning up build-environment
  * Added Suggests: ssh

 -- Mark Janssen <maniac@maniac.nl>  Wed,  4 Sep 2002 14:46:20 +0200

proxytunnel (1.1-1) unstable; urgency=low

  * Initial Release.

 -- Mark Janssen <maniac@maniac.nl>  Wed,  4 Sep 2002 13:55:15 +0200