Path to this page:
./
lang/python27,
Interpreted, interactive, object-oriented programming language
Branch: pkgsrc-2021Q3,
Version: 2.7.18nb5,
Package name: python27-2.7.18nb5,
Maintainer: pkgsrc-usersPython is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.
Package options: x11
Master sites:
SHA1: 678d4cf483a1c92efd347ee8e1e79326dc82810b
RMD160: 40a514bb05c9e631454ea8466e28f5bb229428ad
Filesize: 12553.453 KB
Version history: (Expand)
- (2021-11-02) Updated to version: python27-2.7.18nb5
- (2021-10-14) Updated to version: python27-2.7.18nb4
- (2021-09-28) Package has been reborn
- (2021-09-27) Package added to pkgsrc.se, version python27-2.7.18nb3 (created)
CVS history: (Expand)
2021-11-02 19:42:01 by Thomas Merkel | Files touched by this commit (3) |
Log message:
Pullup ticket #6523 - requested by david
lang/python27: bugfix
Revisions pulled up:
- lang/python27/Makefile 1.95
- lang/python27/distinfo 1.87
- lang/python27/patches/patch-Lib_urlparse.py 1.2
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Wed Oct 27 23:58:55 UTC 2021
Modified Files:
pkgsrc/lang/python27: Makefile distinfo
pkgsrc/lang/python27/patches: patch-Lib_urlparse.py
Log message:
python27: fix definition of variable added in security patch
Correct a merge botch introduced in a previous commit. It was intended
that a variable be redefined, but it was committed in an incomplete
testing state.
|
2021-10-13 23:04:01 by Thomas Merkel | Files touched by this commit (14) |
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.
|