./lang/python27, Interpreted, interactive, object-oriented programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q4, Version: 2.7.18nb8, Package name: python27-2.7.18nb8, Maintainer: pkgsrc-users

Python 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:

Filesize: 12553.453 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-03 20:33:58 by Benny Siegert | Files touched by this commit (7)
Log message:
Pullup ticket #6595 - requested by gutteridge
lang/python27: security fix (CVE-2021-4189, CVE-2022-0391)

Revisions pulled up:
- lang/python27/Makefile                                        1.99
- lang/python27/distinfo                                        1.89
- lang/python27/patches/patch-Doc_library_urlparse.rst          1.2
- lang/python27/patches/patch-Lib_ftplib.py                     1.1
- lang/python27/patches/patch-Lib_test_test__ftplib.py          1.1
- lang/python27/patches/patch-Lib_test_test__urlparse.py        1.2
- lang/python27/patches/patch-Lib_urlparse.py                   1.3

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Fri Feb 25 22:41:32 UTC 2022

   Modified Files:
           pkgsrc/lang/python27: Makefile distinfo
           pkgsrc/lang/python27/patches: patch-Doc_library_urlparse.rst
               patch-Lib_test_test__urlparse.py patch-Lib_urlparse.py
   Added Files:
           pkgsrc/lang/python27/patches: patch-Lib_ftplib.py
               patch-Lib_test_test__ftplib.py

   Log message:
   python27: fix two security issues

   Addresses CVE-2021-4189 and CVE-2022-0391. Patches sourced via Fedora.