summaryrefslogtreecommitdiff
path: root/lang/python27/patches/patch-Lib_test_test__urllib2.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-23Fix build on darwin20 and macOS arm64, via MacPorts. For otherschmonz1-21/+23
platforms, NFCI.
2020-09-20lang/python27: Add comments to patchesmgorny1-1/+6
Add comments explaining bugs fixed and patch source to patches. Requested by Leonardo Taccari.
2020-09-20lang/python27: backport vulnerability fixes from Gentoomgorny1-0/+97
Backport 3 vulnerability fixes from Python 3.6 using rebased patches from Gentoo. These are: bpo-39017 (CVE-2019-20907): infinite loop in tarfile.py bpo-39503 (CVE-2020-8492): ReDoS on AbstractBasicAuthHandler bpo-39603 (no CVE): header injection via HTTP method