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 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
|
python-crypto (2.1.0-2+squeeze2) squeeze-security; urgency=high
* Non-maintainer upload.
* debian/patches/CVE-2013-1445.patch: Apply upstream patch to fix
CVE-2013-1445: PRNG not correctly reseeded in some situations.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 15 Oct 2013 18:45:52 +0200
python-crypto (2.1.0-2+squeeze1) stable-security; urgency=high
* Non-maintainer upload.
* debian/patches/elgamal-keygen.patch: Backport patch from upstream to fix
CVE-2012-2417.
-- Sebastian Ramacher <s.ramacher@gmx.at> Fri, 25 May 2012 14:59:55 +0200
python-crypto (2.1.0-2) unstable; urgency=low
* Added missing .install file (closes: #576478)
* Added myself to Uploaders.
-- Andreas Rottmann <rotty@debian.org> Wed, 07 Apr 2010 17:24:11 +0200
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.
-- James Cook <zealcook@gmail.com> Sun, 28 Feb 2010 10:17:19 +0800
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).
-- Andreas Rottmann <rotty@debian.org> Thu, 11 Feb 2010 00:45:34 +0100
python-crypto (2.0.1+dfsg1-4) unstable; urgency=low
* Switched to quilt patches:
- errata-2.0.1.patch:
Syncs the source tree to the actually released 2.0.1 tarball.
- dfsg-adjust.patch:
Adjusts the build system to the DFSGified source, to deal with
the removed files.
- aes256-55bytes.patch:
Fixes the AES256 padding bug (Bug#474177).
- arc2-buffer-overflow.patch:
Fixes the ARC2 buffer overflow (Bug#516660).
- m68k-no-O3.patch:
Workaround GCC 4.0.1 ICE regarding -O3 on m68k. This patch is
deactived -- hopefully this is fixed in recent GCC.
* New patches:
- run-tests.patch:
Non-Debian part of the patch by Kees Cook <kees@debian.org>
to run test suite during build (closes: #518202).
- no-usr-local.patch:
Remove #!/usr/local/bin/python shebang line from Util/RFC1751.py.
* Run test suite during build.
* Added ${misc:Depends}.
* Added ${shlib:Depends} to python-crypto.
* Restored old changelog entries, which seem to got cut off between 2.
0.1+dfsg1-2.1 and 2.0.1+dfsg1-2.3 (by Matthias?).
* Typo fix for python-crypto-dbg description: python -> Python.
* Use ${binary:Version} instead of ${Source-Version}.
* Added debian/watch.
* Bump Standards-Version to 3.8.1:
- Added Homepage field to debian/control.
* Adjust copyright line in debian/copyright.
* Move python-crypto-dbg to section 'debug'.
* Add XB-Python-Version to python-crypto-dbg.
-- Andreas Rottmann <rotty@debian.org> Fri, 20 Mar 2009 20:16:38 +0100
python-crypto (2.0.1+dfsg1-3) unstable; urgency=low
* Acknowlege NMUs.
* 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).
Closes: #516660.
-- Andreas Rottmann <rotty@debian.org> Fri, 20 Mar 2009 17:10:55 +0100
python-crypto (2.0.1+dfsg1-2.3) unstable; urgency=low
* NMU.
* Fix build failure introduced in previous upload; add build dependency
on texlive-fonts-recommended.
-- Matthias Klose <doko@debian.org> Tue, 15 Jul 2008 18:10:57 +0200
python-crypto (2.0.1+dfsg1-2.2) unstable; urgency=low
* NMU.
* Fix padding bug in SHA256; this resulted in bad digests whenever
(the number of bytes hashed) mod 64 == 55. Closes: #474177. LP: #191683.
* Build-depend on texlive-latex-recommended instead of tetex.
-- Matthias Klose <doko@debian.org> Sat, 12 Jul 2008 12:44:34 +0200
python-crypto (2.0.1+dfsg1-2.1) unstable; urgency=low
* Non-Maintainer upload.
* Build the python-crypto-dbg binary package (patch from Matthias Klose).
(Closes: #437808)
-- Fabio Tranchitella <kobold@debian.org> Tue, 04 Sep 2007 20:42:37 +0200
python-crypto (2.0.1+dfsg1-2ubuntu1) gutsy; urgency=low
* Merge from Debian unstable.
* Remaining Ubuntu changes:
- Add -dbg package.
- Bump debhelper compat level to 5.
- Set Ubuntu maintainer address.
-- Steve Kowalik <stevenk@ubuntu.com> Tue, 29 May 2007 19:41:45 +1000
python-crypto (2.0.1+dfsg1-2) unstable; urgency=low
* Acknowledge NMUs (closes: #374807, #373524, #313349).
-- Andreas Rottmann <rotty@debian.org> Wed, 23 May 2007 14:43:13 +0200
python-crypto (2.0.1+dfsg1-1.2ubuntu1) feisty; urgency=low
* Build the extension for the python debug interpreter.
* Bump debhelper to v5.
* Set Ubuntu maintainer address.
-- Matthias Klose <doko@ubuntu.com> Sat, 17 Feb 2007 02:58:24 +0100
python-crypto (2.0.1+dfsg1-1.2build1) edgy; urgency=low
* Rebuild to add support for python2.5.
-- Matthias Klose <doko@ubuntu.com> Fri, 8 Sep 2006 13:33:18 +0000
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
|