Change logs for python-crypto source package in Precise

  • python-crypto (2.4.1-1ubuntu0.3) precise-security; urgency=medium
    
      [ Marc Deslauriers ]
      * 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
    
     -- <email address hidden> (Leonidas S. Barbosa)  Fri, 06 Apr 2018 11:23:43 -0300
  • python-crypto (2.4.1-1ubuntu0.1) precise-security; urgency=low
    
      * SECURITY UPDATE: incorrect ElGamal key generation
        - debian/patches/CVE-2012-2417.patch: generate safe prime numbers in
          lib/Crypto/PublicKey/ElGamal.py.
        - CVE-2012-2417
     -- Marc Deslauriers <email address hidden>   Wed, 27 Jun 2012 15:14:23 -0400
  • 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
  • python-crypto (2.4-1) unstable; urgency=low
    
      [ Sebastian Ramacher ]
      * New upstream release.
      * debian/rules: export CFLAGS and LDFLAGS to build with hardening flags.
      * debian/patches:
        - Add dont-drop-g.patch to compile non debug builds with -g.
        - Remove epydoc-exclude-introspect.patch, fix-RSA-generate-exception.patch
          and no-usr-local.patch: all applied upstream.
        - Remove setup-dont-check-gmp.patch: not needed anymore.
      * Add python3-crypto and python3-crypto-dbg packages.
        - debian/rules: build, install and test for all available versions of
          Python 2 and Python 3.
        - debian/control: add Build-Dep on python3-all-dev and python3-all-dbg.
    
      [ Jan Dittberner ]
      * add debian/control: DM-Upload-Allowed: yes
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  07 Nov 2011 10:05:00 +0000
  • python-crypto (2.3-3) unstable; urgency=low
    
      * Add patch setup-dont-check-gmp.patch to build _fastmath.so even with
        multiarch-ified versions of libgmp.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:47:14 +0000
  • python-crypto (2.3-2) unstable; urgency=low
    
      * Add Vcs-* entries.
      * Add patch fix-RSA-generate-exception.patch to fix exception message in
        Crypto.PublicKey.RSA.generate (Closes: #627959).
    
    python-crypto (2.3-1) unstable; urgency=low
    
      * New maintainer (Closes: #532121).
      * New upstream release (Closes: #625238).
      * Switch format to 3.0 (quilt).
      * Use dh instead of cdbs:
        - Switch to dh_python2 (Closes: #617001).
        - Drop Build-Depends on quilt, cdbs, ed, python-central.
        - Raise required debhelper version to 8.1.0.
        - Drop XB-Python-Version and depend on python:Depends.
        - Replace XS-Python-Version by X-Python-Version.
        - Drop Depends on python-dbg in python-crypto-dbg as dh_python2 will add
          these dependencies anyway.
        - Remove unused files patch-mangle.sh and pycompat.
      * Build-Depend on libgmp-dev.
      * Build-Depend on python-docutils since the documentation uses reST.
      * Ship documentation in extra package to satisfy lintian
        (arch-dep-package-has-big-usr-share).
      * Bump Standards-Version to 3.9.2.
      * Convert patches to DEP3.
      * Remove unused patch m68k-no-O3.patch and doc.patch.
      * Add patch epydoc-exclude-introspect.patch to update the exclude-introspect
        field in epydoc to the new module locations.
      * Convert changelog to DEP5.
      * Run upstream's test suite.
      * Add DPMT to Uploaders.
     -- Stefano Rivera <email address hidden>   Mon,  06 Jun 2011 11:07:24 +0000