[Python-modules-commits] r34419 - in packages/python-cryptography/trunk/debian (3 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Wed Sep 30 02:57:53 UTC 2015


    Date: Wednesday, September 30, 2015 @ 02:57:51
  Author: mithrandi
Revision: 34419

* New upstream release.
  - Fix a potential security issue when running Python in -O mode.

Modified:
  packages/python-cryptography/trunk/debian/changelog
  packages/python-cryptography/trunk/debian/control
  packages/python-cryptography/trunk/debian/rules

Modified: packages/python-cryptography/trunk/debian/changelog
===================================================================
--- packages/python-cryptography/trunk/debian/changelog	2015-09-30 02:56:47 UTC (rev 34418)
+++ packages/python-cryptography/trunk/debian/changelog	2015-09-30 02:57:51 UTC (rev 34419)
@@ -1,3 +1,10 @@
+python-cryptography (1.0.2-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Fix a potential security issue when running Python in -O mode.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 28 Sep 2015 06:36:07 +0200
+
 python-cryptography (1.0.1-4) unstable; urgency=medium
 
   * Remove cffi from requires.txt after dh_python[23] runs

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2015-09-30 02:56:47 UTC (rev 34418)
+++ packages/python-cryptography/trunk/debian/control	2015-09-30 02:57:51 UTC (rev 34419)
@@ -8,8 +8,8 @@
  libssl-dev,
  python-all-dev,
  python-cffi (>= 1.1.0~),
- python-cryptography-vectors (<< 1.0.2~),
- python-cryptography-vectors (>= 1.0.1~),
+ python-cryptography-vectors (<< 1.0.3~),
+ python-cryptography-vectors (>= 1.0.2~),
  python-enum34,
  python-idna (>= 2.0~),
  python-ipaddress,
@@ -21,8 +21,8 @@
  python-six (>= 1.4.1~),
  python3-all-dev,
  python3-cffi (>= 1.1.0~),
- python3-cryptography-vectors (<< 1.0.2~),
- python3-cryptography-vectors (>= 1.0.1~),
+ python3-cryptography-vectors (<< 1.0.3~),
+ python3-cryptography-vectors (>= 1.0.2~),
  python3-idna (>= 2.0~),
  python3-iso8601,
  python3-pretend,

Modified: packages/python-cryptography/trunk/debian/rules
===================================================================
--- packages/python-cryptography/trunk/debian/rules	2015-09-30 02:56:47 UTC (rev 34418)
+++ packages/python-cryptography/trunk/debian/rules	2015-09-30 02:57:51 UTC (rev 34419)
@@ -21,7 +21,7 @@
 	# Remove "cffi" from requires after dh_python has seen it (so that the
 	# pydist file takes effect), because it is not actually needed at
 	# runtime.
-	sed -i '/^cffi$$/d' \
+	sed -i '/^cffi/d' \
 	    debian/python-cryptography/usr/lib/python*/dist-packages/cryptography*.egg-info/requires.txt
 
 
@@ -29,5 +29,5 @@
 	dh_python3
 	rm -rf debian/python3-cryptography/usr/lib/python3.?
 	# See comment in override_dh_python2
-	sed -i '/^cffi$$/d' \
+	sed -i '/^cffi/d' \
 	    debian/python3-cryptography/usr/lib/python3/dist-packages/cryptography*.egg-info/requires.txt




More information about the Python-modules-commits mailing list