~ubuntu-branches/ubuntu/saucy/python-crypto/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Sebastian Ramacher
  • Date: 2012-05-24 20:16:34 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120524201634-de6vxznjsdgekuwp
Tags: 2.6-1
* 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).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 python3-all-dev, python3-all-dbg
10
10
X-Python-Version: >= 2.1
11
11
X-Python3-Version: >= 3.0
12
 
Standards-Version: 3.9.2
 
12
Standards-Version: 3.9.3
13
13
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-crypto/trunk/
14
14
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-crypto/trunk/
15
15
Homepage: http://www.pycrypto.org/
29
29
  * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
30
30
  * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
31
31
  * Stream encryption algorithms: ARC4, simple XOR.
32
 
  * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
 
32
  * Public-key algorithms: RSA, DSA, ElGamal.
33
33
  * Protocols: All-or-nothing transforms, chaffing/winnowing.
34
34
  * Miscellaneous: RFC1751 module for converting 128-key keys
35
35
    into a set of English words, primality testing, random number gereration.
59
59
  * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
60
60
  * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
61
61
  * Stream encryption algorithms: ARC4, simple XOR.
62
 
  * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
 
62
  * Public-key algorithms: RSA, DSA, ElGamal.
63
63
  * Protocols: All-or-nothing transforms, chaffing/winnowing.
64
64
  * Miscellaneous: RFC1751 module for converting 128-key keys
65
65
    into a set of English words, primality testing, random number gereration.