This update for python-httplib2 contains the following fixes:
Security fixes included in this update: - CVE-2021-21240: Fixed a regular expression denial of service via malicious header (bsc#1182053). - CVE-2020-11078: Fixed an issue where an attacker could change request headers and body (bsc#1171998).
Non-security fixes included in this update: - Update in SLE to 0.19.0 (bsc#1182053, CVE-2021-21240)
update to 0.19.0:
update to 0.18.1: (bsc#1171998, CVE-2020-11078)
update to 0.17.3:
Update to 0.17.1
Update to 0.14.0:
version update to 0.13.1 0.13.1
deleted patches httplib2 started to use certifi and this is already bent to use system certificate bundle.
handle the case when validation is disabled correctly. The 'checkhostname' context attribute has to be set first, othewise a 'ValueError: Cannot set verifymode to CERTNONE when checkhostname is enabled.' exception is raised.
handle the case with ssl_version being None correctly
Use ssl.createdefaultcontext in the python2 case so that the system wide certificates are loaded as trusted again.
Source url must be https.
Spec file cleanups
Update to 0.10.3
Remove httplib2-bnc-818100.patch, merged upstream.
Project moved from code.google.com to GitHub, fix the url accordingly
attempt to build multi-python
update and cleanup of httplib2-use-system-certs.patch, so that the passthrough is clean for python2 and so that it does the right thing in python3