dkimpy (0.9.6-0+deb10u1~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Scott Kitterman <scott@kitterman.com>  Sat, 08 Feb 2020 22:09:39 -0500

dkimpy (0.9.6-0+deb10u1) buster; urgency=medium

  * Update debian/watch to only see 0.9 versions for stable updates
  * Update debian/gbp.conf to use buster branches
  * New upstream bugfix releases:
  * 0.9.6
    - Follow CNAMES when looking up key records when using DNS (pydns)
      (LP: #1856421)
    - Provide specialized error message when signing or verifying ed25519
      signatures and pynacl is not installed (LP: #1854475)
    - Catch binascii related key format errors (LP: #1854477)
  * 0.9.5
    - Ignore unknown service types in key records (LP: #1847020)
      - This is required by RFC 6376 and predecessors.  It becomes important
        now that RFC 8460, which defines a new DKIM service type exists.  This
        change is required to avoid processing tlsrpt keys like regular email
        keys, which is incorrect, they have different requirements.
  * 0.9.4
    - Add LICENSE to MANIFEST.in so it is included in the tarball (LP:
      #1845318)
  * 0.9.3
    - Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham
      Gopalakrishnan for the report and the patch)
    - Fix default canonicalization for DKIM signature verification to be
      simple/simple per RFC 6376 (LP: #1839299) (Thanks to Cyril Nicodème for
      the report and a suggested fix)
  * 0.9.2
    - Fix the arcsign script so it works with the current API (Note: the new
      srv_id option is the authserv_id to use in the ARC signatures - Only AR
      fields with an authserv-id that matches srv_id will be considered for
      ARC signing)
    - Fix cv=none processing for initial signature in chain
    - Add additional text documenting use of srv_id for ARC signing to
      docstrings and man 1 arcsign (LP: #1808301)
    - Use same line seperator for output as input in dkimsign/arcsign
      (LP: #1808686)
    - Refactor canonicalization.py strip_trailing_lines to avoid using re for
      more consistent processing across python versions (Thanks to Jonathan
      Bastien-Filiatrault for the change)
    - Refactor header folding for more consistent results, including reduced
      stray whitespace (Also Jonathan Bastien-Filiatrault)
    - Don't log message headers and body unless explicitely requested. This
      should also reduce memory usage on large messages. (Jonathan
      Bastien-Filiatrault)
    - Clarify the crlf does not count towards line length in fold
    - Adjust fold maxlen to one shorter for lines after the first, since they
      already have a leading space (LP: #1823008)

 -- Scott Kitterman <scott@kitterman.com>  Tue, 24 Dec 2019 10:41:22 -0500

dkimpy (0.9.1-1) unstable; urgency=medium

  * New upstream release
  * Update debian/watch to check upstream signature

 -- Scott Kitterman <scott@kitterman.com>  Sun, 09 Dec 2018 15:33:28 -0500

dkimpy (0.9.0-1) unstable; urgency=medium

  * New upstream release
  * Bump standards-version to 4.2.1 without further change

 -- Scott Kitterman <scott@kitterman.com>  Tue, 30 Oct 2018 12:42:01 -0400

dkimpy (0.8.1-2) unstable; urgency=medium

  * Add autopkgtest using upstream test suite
  * Set buildsystem to pybuild
  * Remove obsolete fields from debian/control
  * Add suggests python/python3-authres (needed only for ARC)
  * Drop hard coded DNS depends since they are correctly generated
    during substitution variable expansion

 -- Scott Kitterman <scott@kitterman.com>  Fri, 22 Jun 2018 16:04:19 -0400

dkimpy (0.8.1-1) unstable; urgency=medium

  * Add missing depends on python/python3-pkg-resources
  * New upstream release
  * Add missing Breaks on python-dkim for python3-dkim (Closes: #901210)

 -- Scott Kitterman <scott@kitterman.com>  Sat, 16 Jun 2018 21:56:04 -0400

dkimpy (0.8.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field

  [ Scott Kitterman ]
  * New upstream release
    - Switches to setuptools, add python-setuptools and python3-setuptools to
      build-depends (Closes: #896753)
    - Clean up debian/rules since moving scripts to language neutral name is
      now done upstream
  * Bump standards-version to 4.1.4 without further change
  * Provide /usr/bin scripts from python3-dkim rather than python-dkim
    - Update package descriptions
    - Python3-dkim Replaces previous versions of python-dkim

 -- Scott Kitterman <scott@kitterman.com>  Fri, 18 May 2018 20:38:37 -0400

dkimpy (0.7.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Scott Kitterman ]
  * New upstream release

 -- Scott Kitterman <scott@kitterman.com>  Sat, 17 Feb 2018 14:22:20 -0500

dkimpy (0.7.0-2) unstable; urgency=medium

  * Add missing depends on python/python3-nacl (Ed25519 verification support
    will be an RFC MUST requirement)
  * Update package descriptions to mention both RSA and Ed25519

 -- Scott Kitterman <scott@kitterman.com>  Thu, 08 Feb 2018 00:17:28 -0500

dkimpy (0.7.0-1) unstable; urgency=medium

  * New upstream release
    - Includes experimental support for new Ed25519 signatures
  * Update debian/watch to use secure URI
  * Fixup trailing whitespace
  * Bump standards-version to 4.1.3 without further change

 -- Scott Kitterman <scott@kitterman.com>  Wed, 07 Feb 2018 01:31:25 -0500

dkimpy (0.6.2-1) unstable; urgency=medium

  * New upstream release
    - Bug fixes, including Closes: #863690

 -- Scott Kitterman <scott@kitterman.com>  Sat, 10 Jun 2017 16:44:45 -0400

dkimpy (0.6.1-1) unstable; urgency=medium

  * New upstream release: (Closes: #856609, #856611, #856613)

 -- Scott Kitterman <scott@kitterman.com>  Thu, 02 Mar 2017 17:16:36 -0500

dkimpy (0.6.0-1) unstable; urgency=medium

  * New upstream release
  * Updated debian/copyright
  * Updated debian/rules to install new scripts
  * Adjusted required python versions
  * Updated package descriptions
  * Bumped debhelper version requirement and compat to 9

 -- Scott Kitterman <scott@kitterman.com>  Mon, 23 Jan 2017 14:39:08 -0500

dkimpy (0.5.6-2) unstable; urgency=medium

  [ Scott Kitterman ]
  * Clean up clean rule to fix FTBFS on second build
  * Don't install test data in pyshared for python-dkim
  * Bump standards version to 3.9.8 without further change

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)

 -- Scott Kitterman <scott@kitterman.com>  Wed, 29 Jun 2016 00:08:51 -0400

dkimpy (0.5.6-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * New upstream release (LP: #1350141)
  * Remove uupdate from debian/watch, no longer relevant when using git-dpm
  * Bump standards version to 3.9.6 without further change
  * Add dh-python to build-depends

  [ SVN-Git Migration ]
  * Migrate packaging to git with git-dpm

 -- Scott Kitterman <scott@kitterman.com>  Mon, 07 Dec 2015 17:59:05 -0500

dkimpy (0.5.4-1) unstable; urgency=medium

  * Urgency medium for important bug fix

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Scott Kitterman ]
  * New upstream release
    - Fixes Gmail signature verification failures due to improper FWS regular
      expression - Thanks to Peter Palfrader (weasel) for the patch
      (Closes: #711751)
  * Drop --no-compile from debian/rules so byte compilation gets tested during
    build
  * Bump minimum dephelper version to 8.1 and debian/compat to 8 for
    build-{arch,indep} support
  * Bump standards version to 3.9.4 without further change

 -- Scott Kitterman <scott@kitterman.com>  Sun, 09 Jun 2013 22:51:55 -0400

dkimpy (0.5.3-1) unstable; urgency=medium

  * Urgency medium for multiple RC bug fixes
  * New upstream release:
  * Fix header unfolding and body hash calculation errors that cause
    correct DKIM signatures to fail to verify in many cases
    (Closes: #691663)
  * Add minimum key length requirement to prevent validation of signatures
    generated with insecure keys (Closes: #691662)

 -- Scott Kitterman <scott@kitterman.com>  Sun, 28 Oct 2012 10:32:13 +0100

dkimpy (0.5.2-1) unstable; urgency=low

  * New upstream release
    - Change canonicalization defaults to work around issues with different
      verification implementations <https://launchpad.net/bugs/939128>
    - Fully fold DKIM-Signature on sign, and ignore FWS in b= value on verify
    - Fix hashing problem while signing using sha1
  * Add alternate depends on python3-dnspython for python3-dkim since it will
    enter the archive shortly
  * Install tests directory, including test data
  * Drop obsolete breaks on Lenny dkimproxy
  * Fix debian watch to work with package rename and  Launchpad changes
  * Bump standards version to 3.9.3 without further change

 -- Scott Kitterman <scott@kitterman.com>  Wed, 13 Jun 2012 01:10:28 -0400

dkimpy (0.5.1-1) unstable; urgency=low

  * New upstream release
    - Rename source to match new upstream name
    - Updated debian/copyright
  * Remove no longer used quilt patch system artifacts

 -- Scott Kitterman <scott@kitterman.com>  Fri, 03 Feb 2012 19:35:05 -0500

pydkim (0.5-1) unstable; urgency=low

  * New upstream release
    - Drop debian/patches/adjust-setup.py.patch, essential parts incorporated
      upstream
    - Remove the no longer existing (and never very useful) dkimsend.sh from
      debian/docs

 -- Scott Kitterman <scott@kitterman.com>  Wed, 26 Oct 2011 17:39:45 -0400

pydkim (0.4.2-1) unstable; urgency=low

  * New upstream release
    - Drop debian/patches/dns-namespace.patch, incorporated upstream

 -- Scott Kitterman <scott@kitterman.com>  Fri, 17 Jun 2011 08:36:05 -0500

pydkim (0.4.1-1) unstable; urgency=low

  * New upstream release
    - Drop debian/patches/fix-key-record-validation.patch and
      relaxed-canonicalization.patch, incorporated upstream
    - Update debian/patches/adjust-setup.py.patch to match upstream setup.py
      versions
    - Add debian/patches/dns-namespace.patch to deconflict dns (python-
      dnspython) and dkim/dns.py namespaces so the package works with either
      python-dns (DNS) or python-dnspython (dns)
    - Drop debian/dkimsign.1 and dkimverify.1, provided in the upstream
      tarball now
    - Drop debian/manpages, installed using upstream setup.py
    - Add depends on python-dns and use python-dnspython as an alternate
    - Increase minimum python version to 2.6 (X-P-V) and add X-Python3-Version
      >= 3.1 for python3 support
    - Add python3-dkim to debian/control for python3 support
      - Only python3-dns is available for python3, so use this
      - Add python3 to build-depends
      - Rework debian/rules to build for python3
    - Update debian/copyright
  * Update debian/watch and debian/control Homepage: to point at the new
    upstream location
  * python-dkim Breaks instead of Conflicts dkimproxy

 -- Scott Kitterman <scott@kitterman.com>  Thu, 16 Jun 2011 15:01:59 -0500

pydkim (0.3-6) unstable; urgency=low

  * Rebuild for python transition
  * Bump Standards-Version to 3.9.2 without futher change
  * Drop Breaks: ${python:Breaks} since it is no longer used

 -- Scott Kitterman <scott@kitterman.com>  Wed, 20 Apr 2011 00:12:53 -0400

pydkim (0.3-5) unstable; urgency=low

  * Add debian/patches/relaxed-canonicalization.patch to fix body hash
    verification failures due to out of sequence operations.  Thanks to
    Martin Pool for the patch
  * Add debian/patches/fix-key-record-validation.patch to fix incorrect key
    record validation failures due to invalid assumptions about public key
    record requirements
  * Bump standards version to 3.9.1 without further change
  * Change XS-Python-Version to X-Python-Version
  * Add Breaks: ${python:Breaks}
  * Drop XB-Python-Version

 -- Scott Kitterman <scott@kitterman.com>  Mon, 07 Mar 2011 00:09:56 -0500

pydkim (0.3-4) unstable; urgency=low

  * Convert from CDBS to Debhelper 7:
    - Drop cdbs from build-depends and bump required debhelper verion
    - Change compat to 7
    - Change debian/rules to DH 7 tiny --with quilt
    - Add quilt to build-depends
    - Update README.source for quilt
    - Remove autogenerated pycompat
  * Convert from python-central to dh_python2
    - Drop python-central from build-depends
    - Build --with python2
    - Bump python version requirement to 2.6.5-2~
  * Bump standards version to 3.8.4 without further change
  * Remove DM-Upload-Allowed (no longer needed)
  * Update debian/dkimsign.1 and debian/dkimverify.1 to specify their license
  * Use correct © symbol in debian/copyright
  * Remove pointless debian/examples file
  * Fix typo in previous debian/changelog entry to make lintian happy

 -- Scott Kitterman <scott@kitterman.com>  Mon, 21 Jun 2010 23:20:36 -0400

pydkim (0.3-3) unstable; urgency=low

  * Adjust dkimproxy conflict to << 1.0.1-8.1 due to filename collision
    (Closes: #511037)
  * Add ${misc:Depends}

 -- Scott Kitterman <scott@kitterman.com>  Mon, 12 Jan 2009 23:17:26 -0500

pydkim (0.3-2) unstable; urgency=low

  * Conflict dkimproxy << 1.0.1-8 due to filename collision
    (Closes: #509045)

 -- Scott Kitterman <scott@kitterman.com>  Fri, 19 Dec 2008 14:34:10 -0500

pydkim (0.3-1) unstable; urgency=low

  * Initial Debian package (Closes: #502264)
  * Add adjust-setup.py.patch to correct shebang in setup.py and to
    not install dkimsend.sh in /usr/bin (at best it's an example and not
    suitable for actual use - will install with docs)

 -- Scott Kitterman <scott@kitterman.com>  Thu, 06 Nov 2008 23:53:21 -0500
