Path to this page:
Subject: CVS commit: [pkgsrc-2021Q3] pkgsrc/lang/python27
From: Thomas Merkel
Date: 2021-10-13 23:04:01
Message id: 20211013210401.71FF3FA97@cvs.NetBSD.org
Log Message:
Pullup ticket #6513 - requested by gutteridge
lang/python27: security fix
Revisions pulled up:
- lang/python27/Makefile 1.94
- lang/python27/distinfo 1.85
- lang/python27/patches/patch-Doc_library_cgi.rst 1.1
- lang/python27/patches/patch-Doc_library_urlparse.rst 1.1
- lang/python27/patches/patch-Lib_cgi.py 1.1
- lang/python27/patches/patch-Lib_ctypes_test_test__parameters.py 1.1
- lang/python27/patches/patch-Lib_httplib.py 1.4
- lang/python27/patches/patch-Lib_test_multibytecodec__support.py 1.1
- lang/python27/patches/patch-Lib_test_test__cgi.py 1.1
- lang/python27/patches/patch-Lib_test_test__httplib.py 1.4
- lang/python27/patches/patch-Lib_test_test__urlparse.py 1.1
- lang/python27/patches/patch-Lib_urllib2.py 1.3
- lang/python27/patches/patch-Lib_urlparse.py 1.1
- lang/python27/patches/patch-Modules___ctypes_callproc.c 1.2
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Oct 10 03:00:59 UTC 2021
Modified Files:
pkgsrc/lang/python27: Makefile distinfo
pkgsrc/lang/python27/patches: patch-Lib_httplib.py
patch-Lib_test_test__httplib.py patch-Lib_urllib2.py
patch-Modules___ctypes_callproc.c
Added Files:
pkgsrc/lang/python27/patches: patch-Doc_library_cgi.rst
patch-Doc_library_urlparse.rst patch-Lib_cgi.py
patch-Lib_ctypes_test_test__parameters.py
patch-Lib_test_multibytecodec__support.py
patch-Lib_test_test__cgi.py patch-Lib_test_test__urlparse.py
patch-Lib_urlparse.py
Log Message:
python27: fix various security issues
Addresses CVE-2020-27619, CVE-2021-3177, CVE-2021-3733, CVE-2021-3737
and CVE-2021-23336. Patches mostly sourced via Fedora.
Files: