1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
python-crypto (2.0.1+dfsg1-1.2+etch0) oldstable-security; urgency=high
* Apply fix for CVE-2009-0544 (Buffer overflow in the ARC2 module), and
a stand-alone version of the associated testcase (see
http://www.openwall.com/lists/oss-security/2009/02/07/1).
-- Andreas Rottmann <rotty@debian.org> Mon, 23 Feb 2009 20:12:05 +0100
python-crypto (2.0.1+dfsg1-1.2) unstable; urgency=low
* Non-maintainer upload.
* Add missing Provides: ${python:Provides} to debian/control, completing
fix for #373524 from the previous NMU.
-- Adeodato Simó <dato@net.com.org.es> Mon, 19 Jun 2006 03:06:37 +0200
python-crypto (2.0.1+dfsg1-1.1) unstable; urgency=low
* Convert to the updated Python policy using python-central.
Closes: #373524.
* Support for python2.4 is provided. Closes: #313349.
-- Matthias Klose <doko@debian.org> Fri, 16 Jun 2006 01:28:51 +0000
python-crypto (2.0.1+dfsg1-1) unstable; urgency=low
* Acknowlegde NMUs (closes: #318055, #318012).
* Packaged new upstream version (closes: #325517).
- 2.0.1 includes fix for AMD64, presumingly also closes: #297516.
-- Andreas Rottmann <rotty@debian.org> Tue, 4 Oct 2005 00:10:40 +0200
python-crypto (2.0+dp1-2.3) unstable; urgency=low
* NMU.
* Add python2.4-crypto package, drop python2.1 and python2.2 packages
(closes: #313349).
-- Matthias Klose <doko@debian.org> Mon, 29 Aug 2005 07:18:38 +0000
python-crypto (2.0+dp1-2.2) unstable; urgency=low
* NMU to fix build failures on some architectures
* Remove -O3 gcc option on m68k architecture to fix FTBFS due to an
internal compiler error
* Standards version 3.6.2 (no changes required)
* Relax the versioned build dependency of libgmp3-dev to 4.1.4-8
instead of -9. Some architectures only have -8 at this point
which is sufficient.
-- Bastian Kleineidam <calvin@debian.org> Fri, 12 Aug 2005 11:04:21 +0200
python-crypto (2.0+dp1-2.1) unstable; urgency=low
* NMU to make package installable again
* Added missing build dependency on (versioned) libgmp3-dev, otherwise
the _fastmath module won't be compiled.
* Recompile against libgmp3c2 (Closes: #318055)
-- Bastian Kleineidam <calvin@debian.org> Tue, 9 Aug 2005 10:54:41 +0200
python-crypto (2.0+dp1-2) unstable; urgency=medium
* Added missing build-dependency on tetex-bin and tetex-extra (closes:
#288602).
-- Andreas Rottmann <rotty@debian.org> Tue, 4 Jan 2005 17:47:27 +0100
python-crypto (2.0+dp1-1) unstable; urgency=medium
* Again remove problematic code from orig tarball, which the NMU did
miss (not to mention that the orig tarball from the NMU wasn't
pristine and contained .pyc files). Urgency medium, so sarge won't end
up with problematic code.
* Include the manual in binary packages (closes: #273622).
* Switch to CDBS.
* Lowercase description synopsis, as suggested by lintian/developer's
reference.
* Advertice the newly-included (since 2.0) SHA256 module in the
description.
-- Andreas Rottmann <rotty@debian.org> Sat, 1 Jan 2005 14:47:12 +0100
python-crypto (2.0-1) unstable; urgency=medium
* NMU.
* New upstream version.
-- Matthias Klose <doko@debian.org> Tue, 17 Aug 2004 23:44:24 +0200
python-crypto (1.9a6+dp2-1) unstable; urgency=low
* Transitioned to Python 2.3.
* Removed accidential junk form .orig.tar.gz.
-- Andreas Rottmann <rotty@debian.org> Sat, 9 Aug 2003 12:41:23 +0200
python-crypto (1.9a6+dp1-2) unstable; urgency=low
* Fixed Section (python instead of interpreters).
-- Andreas Rottmann <rotty@debian.org> Sun, 20 Jul 2003 15:21:37 +0200
python-crypto (1.9a6+dp1-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.6.0 (no changes).
-- Andreas Rottmann <rotty@debian.org> Sun, 13 Jul 2003 18:26:54 +0200
python-crypto (1.9a4+dp1-4) unstable; urgency=low
* Use dh_python.
+ Build-depend on debhelper >= 4.1.29.
+ Build-depend on python.
* Bump Standards-Version to 3.5.8.
-- Andreas Rottmann <rotty@debian.org> Thu, 20 Feb 2003 14:55:12 +0100
python-crypto (1.9a4+dp1-3) unstable; urgency=low
* Cipher/__init__.py: Remove 'RC5' and 'IDEA' from __all__.
-- Andreas Rottmann <rotty@debian.org> Fri, 14 Feb 2003 01:10:26 +0100
python-crypto (1.9a4+dp1-2) unstable; urgency=low
* debian/control: Added python2.x dependencies to binary packages.
* debian/control: Fixed 'Cryptpgraphic' typo (closes: #162884).
-- Andreas Rottmann <rotty@debian.org> Thu, 7 Nov 2002 22:05:27 +0100
python-crypto (1.9a4+dp1-1) unstable; urgency=low
* Removed problematic algorithms from source code.
+ Added README.Debian with details.
+ Updated package descriptions.
* Include docs in all pythonX.Y-crypto packages.
-- Andreas Rottmann <rotty@debian.org> Wed, 11 Sep 2002 13:15:45 +0200
python-crypto (1.9a4-1) unstable; urgency=low
* Initial Release (closes: #159717)
-- Andreas Rottmann <rotty@debian.org> Thu, 5 Sep 2002 14:53:33 +0200
|