[Python-modules-commits] r26187 - in packages/python-crypto/trunk/debian (2 files)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Thu Oct 17 16:35:39 UTC 2013
Date: Thursday, October 17, 2013 @ 16:35:36
Author: sramacher
Revision: 26187
New upstream release to fix CVE-2013-1445
Modified:
packages/python-crypto/trunk/debian/changelog
packages/python-crypto/trunk/debian/python3-crypto.install
Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog 2013-10-17 14:11:16 UTC (rev 26186)
+++ packages/python-crypto/trunk/debian/changelog 2013-10-17 16:35:36 UTC (rev 26187)
@@ -1,10 +1,18 @@
-python-crypto (2.6-6) UNRELEASED; urgency=low
+python-crypto (2.6.1-1) unstable; urgency=high
+ [ Jakub Wilk ]
* Drop obsolete Conflicts/Replaces with python2.3-crypto and
python2.4-crypto.
- -- Jakub Wilk <jwilk at debian.org> Sat, 08 Jun 2013 18:08:17 +0200
+ [ Sebastian Ramacher ]
+ * New upstream release.
+ - Fixes CVE-2013-1445: PRNG not correctly reseeded in some situations.
+ * Set urgency to high since this upload fixes a security issue.
+ * debian/python3-crypto.install: Fix lintian warning
+ brace-expansion-in-debhelper-config-file.
+ -- Sebastian Ramacher <sramacher at debian.org> Thu, 17 Oct 2013 18:24:51 +0200
+
python-crypto (2.6-5) unstable; urgency=low
* debian/patches/dont-drop-g.patch: Fix Origin and add Author.
Modified: packages/python-crypto/trunk/debian/python3-crypto.install
===================================================================
--- packages/python-crypto/trunk/debian/python3-crypto.install 2013-10-17 14:11:16 UTC (rev 26186)
+++ packages/python-crypto/trunk/debian/python3-crypto.install 2013-10-17 16:35:36 UTC (rev 26187)
@@ -3,4 +3,4 @@
usr/lib/python3/*-packages/Crypto/*/*.py
usr/lib/python3/*-packages/Crypto/*/*/*.py
usr/lib/python3/*-packages/Crypto/SelfTest/*
-usr/lib/python3/*-packages/Crypto/*/*[!d]m{,u}.so
+usr/lib/python3/*-packages/Crypto/*/*.*[!d]m*.so
More information about the Python-modules-commits
mailing list