[Python-modules-commits] r30433 - in packages/python-urllib3/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Sep 1 01:07:54 UTC 2014


    Date: Monday, September 1, 2014 @ 01:07:53
  Author: eriol-guest
Revision: 30433

* debian/control
  - Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
    python-urllib3's Recomends to ensure that SNI works as expected and to
    prevent CRIME attack
  - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
    python3-urllib3's Suggests since Python 3 already support SNI and
    and SSL compression can be disabled using OP_NO_COMPRESSION

Modified:
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/control

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2014-09-01 00:08:30 UTC (rev 30432)
+++ packages/python-urllib3/trunk/debian/changelog	2014-09-01 01:07:53 UTC (rev 30433)
@@ -1,6 +1,13 @@
 python-urllib3 (1.9-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
+      python-urllib3's Recomends to ensure that SNI works as expected and to
+      prevent CRIME attack
+    - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
+      python3-urllib3's Suggests since Python 3 already support SNI and
+      and SSL compression can be disabled using OP_NO_COMPRESSION
   * debian/patches/01_do-not-use-embedded-python-six.patch
     - Refresh
   * debian/patches/02_require-cert-verification.patch
@@ -13,7 +20,7 @@
   * debian/patches/06_add-test-init-py.patch
     - Add needed test/__init__.py file not shipped in sdist
 
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 01 Sep 2014 02:03:47 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 01 Sep 2014 02:56:44 +0200
 
 python-urllib3 (1.8.3-1) unstable; urgency=medium
 

Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	2014-09-01 00:08:30 UTC (rev 30432)
+++ packages/python-urllib3/trunk/debian/control	2014-09-01 01:07:53 UTC (rev 30433)
@@ -33,7 +33,10 @@
  ${python:Depends},
  python-six
 Recommends:
- ca-certificates
+ ca-certificates,
+ python-ndg-httpsclient,
+ python-openssl,
+ python-pyasn1
 Description: HTTP library with thread-safe connection pooling for Python
  urllib3 supports features left out of urllib and urllib2 libraries.
  .
@@ -55,6 +58,10 @@
  python3-six
 Recommends:
  ca-certificates
+Suggests:
+ python3-ndg-httpsclient,
+ python3-openssl,
+ python3-pyasn1
 Description: HTTP library with thread-safe connection pooling for Python3
  urllib3 supports features left out of urllib and urllib2 libraries.
  .




More information about the Python-modules-commits mailing list