Change logs for python-crypto source package in Natty

  • python-crypto (2.1.0-2ubuntu1.1) natty-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, backport getRandomRange() to
          lib/Crypto/Util/number.py.
        - CVE-2012-2417
     -- Marc Deslauriers <email address hidden>   Wed, 27 Jun 2012 15:24:10 -0400
  • python-crypto (2.1.0-2ubuntu1) natty; urgency=low
    
      * Merge from Debian unstable (LP: #662883). Remaining changes:
        - Install the -dbg build using --install-layout=deb.
      * Droppped changes, superseded in Debian:
        - The md5 module is deprecated in Python 2.6, use hashlib when possible.
        - Explicitly use python2.5 to build the docs; the old doc tools are not
          included in python2.6 anymore.
    
    python-crypto (2.1.0-2) unstable; urgency=low
    
      * Added missing .install file (closes: #576478)
      * Added myself to Uploaders.
    
    python-crypto (2.1.0-1) unstable; urgency=low
    
      * New upstream version. (closes: #561306).
        - 2.1.0 includes fix for 160-bit DSS key issue (closes: #433563).
        - The following patches have been obsoleted (fixed by upstream):
          errata-2.0.1.patch
          dfsg-adjust.patch
          aes256-55bytes.patch
          arc2-buffer-overflow.patch
          run-tests.patch
        - The following patches have been updated:
          no-usr-local.patch:
            Remove #!/usr/local/bin/python shebang line.
      * New patches:
        - doc.patch:
            Build doc with local source directory.
    
    python-crypto (2.0.1+dfsg1-5) unstable; urgency=low
    
      * Added python-old-doctools to Build-Depends (closes: #568047).
      * Bumped Standards-Version to 3.8.4 (no changes).
     -- Stefano Rivera <email address hidden>   Sun, 24 Oct 2010 23:12:48 +0200
  • python-crypto (2.0.1+dfsg1-4ubuntu2) lucid; urgency=low
    
      * Build-depend on python-old-doctools instead of python2.5-dev.
     -- Matthias Klose <email address hidden>   Mon, 01 Feb 2010 18:38:00 +0100