tag 863474 pending
thanks
Hello,
Bug #863474 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
https://anonscm.debian.org/cgit/python-modules/packages/python-cryptography.git/commit/?id=91c769d
---
commit 91c769d0df8513d7579bdb90a665b03e15e8c2a6
Merge: 207be72 f23a0e2
Author: Tristan Seligmann <[email protected]>
Date: Fri Jun 9 23:14:23 2017 +0200
Merge branch 'master' into jessie-backports
diff --cc debian/changelog
index badccce,227faa5..c43add2
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,15 -1,70 +1,82 @@@
+ python-cryptography (1.7.1-3) unstable; urgency=medium
+
+ * Apply patch 6e7ea2e7 from upstream to fix compilation against OpenSSL
+ 1.1.0f (closes: #863474).
+
+ -- Tristan Seligmann <[email protected]> Sun, 28 May 2017 04:20:33 +0200
+
+ python-cryptography (1.7.1-2) unstable; urgency=medium
+
+ * Apply upstream patch from #3328 to fix test suite on 32-bit arches.
+
+ -- Tristan Seligmann <[email protected]> Mon, 19 Dec 2016 19:49:14 +0200
+
+ python-cryptography (1.7.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <[email protected]> Wed, 14 Dec 2016 07:59:21 +0200
+
+ python-cryptography (1.5.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fixes a security issue where HKDF would generate a 0-length key when
+ asked for a short length key. Urgency medium, because no software in
+ Debian appears to be affected.
+
+ -- Tristan Seligmann <[email protected]> Tue, 08 Nov 2016 05:36:00 +0200
+
+ python-cryptography (1.5.2-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fixes failure on OpenSSL 1.0.2j (closes: #839369)
+
+ -- Tristan Seligmann <[email protected]> Sat, 01 Oct 2016 17:26:32 +0200
+
+ python-cryptography (1.5-2) unstable; urgency=medium
+
+ * Add missing test dependency on python{,3}-tz.
+
+ -- Tristan Seligmann <[email protected]> Sat, 10 Sep 2016 15:40:13 +0200
+
+ python-cryptography (1.5-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Compatible with OpenSSL 1.1.0 (closes: #828518).
+ * Version setuptools dependency.
+
+ -- Tristan Seligmann <[email protected]> Fri, 26 Aug 2016 18:25:12 +0200
+
+ python-cryptography (1.4-2) unstable; urgency=medium
+
+ * Fix typo in overrides file.
+ * Add Breaks: on python{,3}-openssl because of incompatibilities between
+ older PyOpenSSL and Cryptography (see
+ https://github.com/pyca/pyopenssl/pull/406 for details).
+
+ -- Tristan Seligmann <[email protected]> Sat, 16 Jul 2016 07:12:08 +0200
+
+ python-cryptography (1.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Depend on a new enough dh-python (necessary to handle the python-cffi
+ mapping correctly) (closes: #827925; technically not present in
+ testing/unstable anyway).
+
+ -- Tristan Seligmann <[email protected]> Thu, 23 Jun 2016 00:26:35 +0200
+
+python-cryptography (1.3.4-1~bpo8+2) jessie-backports; urgency=medium
+
+ * Restore cffi workaround that is still necessary.
+
+ -- Tristan Seligmann <[email protected]> Wed, 22 Jun 2016 23:22:02 +0200
+
+python-cryptography (1.3.4-1~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+
+ -- Tristan Seligmann <[email protected]> Mon, 20 Jun 2016 18:06:58 +0200
+
python-cryptography (1.3.4-1) unstable; urgency=medium
* New upstream release.