Change logs for python-crypto source package in Quantal

  • python-crypto (2.6-2) unstable; urgency=low
    
    
      * debian/patches:
        - fix-cipher-iv-documentation.patch: Add patch from Stefano Rivera to
          document the actual behavior of the ciphers' new method with respect to
          the IV.
        - fix-epydoc-ignore.patch: Mark as forwarded.
        - reenable-redefined-tests.patch: Re-enable tests that have been redefined.
          Thanks to Jakub Wilk's lintian4python.
        - fix-py3-errors.patch: Fix Python 3 compatibility issues revealed by the
          re-enabled tests.
        - fix-except-shadows-builtin.patch: Fix 'except shadows builtin' error
          found by lintian4python.
      * debian/compat: Bump to 9.
      * debian/control: Bump Build-Dep on debhelper to >= 9.
      * debian/rules:
        - Run loops with set -ex.
        - Merge Python 2 and Python 3 loops. This can be done at once.
        - Don't call dh_install twice.
        - Build documentation in override_dh_auto_build.
        - Drop the *FLAGS exports.
    
     -- Sebastian Ramacher <email address hidden>  Thu, 31 May 2012 11:46:10 +0200
  • python-crypto (2.6-1) unstable; urgency=high
    
    
      * New upstream release.
        - Fixes CVE-2012-2417: insecure ElGamal key generation.
      * Set urgency to high since this fixes a security issue.
      * debian/copyright:
        - Fix formatting.
        - Update Format URL.
      * debian/control:
        - Bump Standards-Version to 3.9.3 (no changes required).
        - Drop qNEW from Description since qNEW has been removed.
      * debian/patches: Remove posixread.patch (not needed anymore).
    
     -- Sebastian Ramacher <email address hidden>  Thu, 24 May 2012 20:16:34 +0200
  • python-crypto (2.5-2) unstable; urgency=low
    
    
      * debian/patches: add posixread.patch to fix incorrect assumption on data
        returned from read. (Closes: #654160)
    
     -- Sebastian Ramacher <email address hidden>  Sat, 21 Jan 2012 13:09:09 +0100
  • python-crypto (2.4.1-1) unstable; urgency=low
    
      * New upstream release.
      * debian/rules: also export CPPFLAGS to honor all hardening flags.
      * Support noopt.
        - debian/patches:
          + dont-drop-g.patch: update to don't drop optimization flags and to
            don't append -O3.
          + Add fix-unresolved-reference-size.patch to fix an unresolved reference
            in _fastmath when built without optimization.
        - debian/rules: if noopt is not set, append -O3 to CFLAGS (as upstream
          does).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  27 Nov 2011 16:12:51 +0000