Package: python-urllib3 / 1.26.5-1~exp1
Metadata
Package | Version | Patches format |
---|---|---|
python-urllib3 | 1.26.5-1~exp1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_do not use embedded python six.patch | (download) |
dummyserver/handlers.py |
6 3 + 3 - 0 ! |
do not use embedded copy of python-six. |
02_require cert verification.patch | (download) |
src/urllib3/connectionpool.py |
6 4 + 2 - 0 ! |
require ssl certificate validation by default by using CERT_REQUIRED and using the system /etc/ssl/certs/ca-certificates.crt Bug-Ubuntu: https://launchpad.net/bugs/1047054 Bug-Debian: http://bugs.debian.org/686872 |
05_avoid embedded ssl match hostname.patch | (download) |
src/urllib3/packages/__init__.py |
10 8 + 2 - 0 ! |
do not use embedded copy of ssl.match_hostname, when possible The system python has the necessary features backported, since 2.7.8-7 (and 221a1f9155e2, releasing in 2.7.9, upstream). However, alternative python implementations don't, yet, and urllib3 is used by pip in virtualenvs. |