Change logs for dkimpy source package in Buster

  • 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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  Thu, 08 Feb 2018 00:17:28 -0500
  • dkimpy (0.6.2-1) unstable; urgency=medium
    
      * New upstream release
        - Bug fixes, including Closes: #863690 
    
     -- Scott Kitterman <email address hidden>  Sat, 10 Jun 2017 16:44:45 -0400