zurl (1.7.1-4) unstable; urgency=medium

  * Build-depend on libssl1.0-dev | libssl-dev (<< 1.1) and
    depend on libcurl3 (>> 7.51.0-1). (Closes: Bug#850881)
    The release team asked to revert the switch to OpenSSL 1.1
    for curl, and for packages depending on curl.
    The dependency on libcurl3 (>> 7.51.0-1) should make sure
    that the downgraded packages of both curl and zurl propagate
    to testing at the same time.

 -- Jan Niehusmann <jan@debian.org>  Wed, 11 Jan 2017 09:08:10 +0100

zurl (1.7.1-3) unstable; urgency=critical

  * Update Vcs-Browser URL
  * Build-depend on libssl-dev (>= 1.1) and depend on libcurl3 (>= 7.51.0).
    This fixes broken SSL support caused by an API incompatible change
    without SONAME change in libcurl3. (See #844018).
    Because curl 7.51.0-1 migrated to testing even though
    there was a new RC bug stating that it breaks other packages, zurl
    must be built with OpenSSL 1.1 as well.
  * Set urgency to critical because 1.7.1-2 gets broken by libcurl 7.51.0.

 -- Jan Niehusmann <jan@debian.org>  Sun, 01 Jan 2017 19:27:07 +0100

zurl (1.7.1-2) unstable; urgency=medium

  * Fix build on GNU Hurd.
    (GNU Hurd doesn't define PATH_MAX)

 -- Jan Niehusmann <jan@debian.org>  Thu, 17 Nov 2016 17:32:09 +0100

zurl (1.7.1-1) unstable; urgency=medium

  * New upstream version
  * Depend on lsb-base (>= 3.0-6) to fix lintian warning
    "init.d-script-needs-depends-on-lsb-base"
  * Switch dependency on libssl-dev to libssl1.0-dev.
    Must use the same version of OpenSSL as qt5.

 -- Jan Niehusmann <jan@debian.org>  Thu, 17 Nov 2016 14:53:20 +0100

zurl (1.7.0-1) unstable; urgency=medium

  * New upstream version
  * Set INSTALL_ROOT when calling dh_auto_install

 -- Jan Niehusmann <jan@debian.org>  Fri, 28 Oct 2016 18:26:05 +0200

zurl (1.6.0-1) unstable; urgency=medium

  * New upstream version
  * Set Standards-Version to 3.9.8 (no changes)
  * Build-Depend on libssl-dev

 -- Jan Niehusmann <jan@debian.org>  Mon, 05 Sep 2016 19:35:28 +0200

zurl (1.5.1-2) unstable; urgency=medium

  * Don't access the network during build. This disables a test
    for DNS error handling.
    (Closes: Bug#830283)

 -- Jan Niehusmann <jan@debian.org>  Thu, 07 Jul 2016 23:04:08 +0200

zurl (1.5.1-1) unstable; urgency=medium

  * New upstream version
  * Set Standards-Version to 3.9.7
  * Fix lintian warning "command-with-path-in-maintainer-script"

 -- Jan Niehusmann <jan@debian.org>  Thu, 03 Mar 2016 23:13:20 +0100

zurl (1.5.0-1) unstable; urgency=medium

  * New upstream version
  * Update build dependencies
  * Cherry-Pick upstream commit 6f727e9 to avoid installing unit test files

 -- Jan Niehusmann <jan@debian.org>  Tue, 16 Feb 2016 15:22:16 +0100

zurl (1.4.10-1) unstable; urgency=medium

  * New upstream version
  * Update watch file

 -- Jan Niehusmann <jan@debian.org>  Thu, 24 Sep 2015 13:37:40 +0200

zurl (1.4.9-1) unstable; urgency=medium

  * New upstream version.

 -- Jan Niehusmann <jan@debian.org>  Fri, 17 Jul 2015 16:24:18 +0200

zurl (1.4.8-1) unstable; urgency=medium

  * New upstream version. (Fixes build on 32bit architectures)

 -- Jan Niehusmann <jan@debian.org>  Tue, 07 Jul 2015 21:53:10 +0200

zurl (1.4.7-1) unstable; urgency=medium

  * New upstream version

 -- Jan Niehusmann <jan@debian.org>  Mon, 06 Jul 2015 22:42:15 +0200

zurl (1.4.2-1) unstable; urgency=medium

  * New upstream version

 -- Jan Niehusmann <jan@debian.org>  Mon, 22 Jun 2015 15:48:12 +0200

zurl (1.3.1-4) unstable; urgency=low

  * Disable failing test on kFreeBSD.
    The attempt to fix this in 1.3.1-3 failed. But as I can't reproduce
    the issue on the porter machines, I guess it's just an artifact
    of the network being unavailable on the buildds.

 -- Jan Niehusmann <jan@debian.org>  Sun, 12 Oct 2014 15:07:58 +0200

zurl (1.3.1-3) unstable; urgency=low

  * Set standards-version to 3.9.6 (no changes)
  * Use tcp port 2 instead of 1 to test 'connection refused' behaviour.
    (Maybe this fixes build error in kfreebsd buildds?)

 -- Jan Niehusmann <jan@debian.org>  Tue, 23 Sep 2014 22:21:21 +0200

zurl (1.3.1-2) unstable; urgency=low

  * Fix hardening flags (were not applied to all files)

 -- Jan Niehusmann <jan@debian.org>  Thu, 18 Sep 2014 20:31:18 +0200

zurl (1.3.1-1) unstable; urgency=low

  * New upstream release, 1.3.1

 -- Jan Niehusmann <jan@debian.org>  Tue, 16 Sep 2014 21:40:59 +0200

zurl (1.3.0-4) unstable; urgency=low

  * Fix setting of CPPFLAGS in debian/rules (typo)

 -- Jan Niehusmann <jan@debian.org>  Fri, 11 Jul 2014 18:28:03 +0200

zurl (1.3.0-3) unstable; urgency=low

  * Update Vcs URL
  * Implement hardening using buildflags instead of hardening-wrapper
  * Add watch file from sepwatch
  * Add postrm script to remove /var/log/zurl.log on purge
  * Add prerm script to stop service when removing the package

 -- Jan Niehusmann <jan@debian.org>  Thu, 10 Jul 2014 22:33:24 +0200

zurl (1.3.0-2) unstable; urgency=low

  * Add start script and config.
  * Add logrotate config

 -- Jan Niehusmann <jan@debian.org>  Wed, 18 Jun 2014 23:17:04 +0200

zurl (1.3.0-1) unstable; urgency=low

  * new upstream release
  * Build against libzmq3 (closes: Bug#740417)
  * Set standards-version to 3.9.5 (no changes)

 -- Jan Niehusmann <jan@debian.org>  Sat, 01 Mar 2014 18:45:13 +0100

zurl (1.0.0-1) unstable; urgency=low

  * New upstream release
    - Change in network protocol:
      prefix all packets with T to indicate tnetstring

 -- Jan Niehusmann <jan@debian.org>  Wed, 18 Sep 2013 14:51:23 +0200

zurl (1.0~20130725-1) unstable; urgency=low

  * Update upstream version.
    - use libcurl to do http requests
    - bugfixes
    - add openssl linking exception to license

 -- Jan Niehusmann <jan@debian.org>  Tue, 31 Jul 2013 08:26:14 +0200

zurl (1.0~20130704-1) unstable; urgency=low

  * Initial release (Closes: #715050)

 -- Jan Niehusmann <jan@debian.org>  Thu, 04 Jul 2013 22:17:39 +0200
