Change logs for python-crypto source package in Trusty

  • python-crypto (2.6.1-4ubuntu0.3) trusty-security; urgency=medium
    
      * SECURITY UPDATE: weak ElGamal key parameters
        - debian/patches/CVE-2018-6594.patch: use backported fix from
          pycryptodome in lib/Crypto/PublicKey/ElGamal.py.
        - CVE-2018-6594
    
     -- Marc Deslauriers <email address hidden>  Fri, 30 Mar 2018 11:19:08 -0400
  • python-crypto (2.6.1-4ubuntu0.2) trusty-security; urgency=medium
    
      * Update CVE-2013-7459: Print a warning, rather than raise an exception.
        Thanks to Sebastian Ramacher. (Closes: #1665598)
    
     -- Emily Ratliff <email address hidden>  Fri, 17 Feb 2017 10:07:46 -0600
  • python-crypto (2.6.1-4ubuntu0.1) trusty-security; urgency=medium
    
      * SECURITY UPDATE: throw exception when IV used with ECB or CTR
        - debian/patches/CVE-2013-7459.patch: force exception when IV used ECB/CTR
        - CVE-2013-7459.patch
    
     -- Emily Ratliff <email address hidden>  Tue, 14 Feb 2017 14:16:47 -0600
  • python-crypto (2.6.1-4build1) trusty; urgency=medium
    
      * No-change rebuild to drop Python 3.3 support.
     -- Matthias Klose <email address hidden>   Sun, 23 Mar 2014 15:28:18 +0000
  • python-crypto (2.6.1-4) unstable; urgency=medium
    
    
      * debian/python3-crypto{,-dbg}.install: Fix wildcards to not include debug
        extensions with arm in the name in python3-crypto. (Closes: #740086)
        - Extensions built for Python 3.2 are no longer handled, so this requires
          python3-all-dev >= 3.3.2-5.
      * Use pybuild buildsystem:
        - debian/control: Add dh-python to Build-Depends.
        - debian/rules:
          + Pass --buildsystem=pybuild to dh.
          + Remove dh_auto_clean, dh_auto_build and dh_auto_install overrides.
          + Adapt dh_auto_test override for pybuild.
      * Build documention in -indep targets:
        - debian/control: Move python-docutils and python-epydoc to
          Build-Depends-Indep.
        - debian/rules: Build documentation in override_dh_auto_build-indep.
      * debian/patches/deprecated-test-methods.patch: Replace deprecated unittest
        methods. Python 3.3's and 3.4's 2to3 generate different files otherwise.
    
     -- Sebastian Ramacher <email address hidden>  Tue, 25 Feb 2014 23:16:33 +0100
  • python-crypto (2.6.1-3) unstable; urgency=low
    
    
      * debian/control:
        - Fix some mistakes in Description. (Closes: #729241)
        - Bump Standards-Version to 3.9.5.
      * debian/watch: Only honor stable releases.
      * debian/{watch,upstream-signing-key.pgp}: Check signature of the orig
        tarball.
      * debian/patches/unittest-stream.patch: Fix stream handling in SelfTest.
        Otherwise the actual error won't get printed and an unrelated exception
        will be thrown.
    
     -- Sebastian Ramacher <email address hidden>  Fri, 24 Jan 2014 00:20:53 +0100
  • python-crypto (2.6.1-2build1) trusty; urgency=medium
    
      * Rebuild for python3.4 as a supported python version.
     -- Matthias Klose <email address hidden>   Sat, 04 Jan 2014 18:32:19 +0000
  • python-crypto (2.6.1-2) unstable; urgency=low
    
    
      * debian/patches/multiprocessing-test.patch: Check if
        multiprocessing.synchronize is working before running tests that use it.
        Fixes build failures on kfreebsd-*.
    
     -- Sebastian Ramacher <email address hidden>  Thu, 17 Oct 2013 22:02:39 +0200
  • python-crypto (2.6-5) unstable; urgency=low
    
    
      * debian/patches/dont-drop-g.patch: Fix Origin and add Author.
      * Install extensions for Python 3.3 to the correct packages. (Closes:
        #707654)
        * debian/rules: Drop override_dh_install.
        * debian/python{,3}-crypto{,-dbg}.install: Add proper .install files.
      * debian/control:
        - Bump Standards-Version to 3.9.4, no changes needed.
        - Use anonscm.debian.org in Vcs-Svn too.
      * debian/python{,3}-crypto.pydist: Help dh_python2 to translate pycrypto in
        requirements.txt to the correct Debian package.
      * debian/tests: Add DEP-8 tests.
      * debian/copyright: Update copyright years.
      * debian/python{,3}-crypto.docs: Don't install TODO as it's not useful.
    
     -- Sebastian Ramacher <email address hidden>  Fri, 10 May 2013 01:32:46 +0200