Path to this page:
./
lang/python27,
Interpreted, interactive, object-oriented programming language
Branch: pkgsrc-2013Q2,
Version: 2.7.5nb1,
Package name: python27-2.7.5nb1,
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.
Required to run:[
devel/libffi]
Required to build:[
devel/readline]
Master sites:
SHA1: b7389791f789625c2ba9d897aa324008ff482daf
RMD160: baa7ad7d82cb4dc0a70b6a7aded43b7b78b0067e
Filesize: 10011.863 KB
Version history: (Expand)
- (2013-08-21) Updated to version: python27-2.7.5nb1
- (2013-07-08) Package added to pkgsrc.se, version python27-2.7.5 (created)
CVS history: (Expand)
2013-08-21 13:47:14 by Matthias Scheler | Files touched by this commit (7) |
Log message:
Pullup ticket #4213 - requested by spz
lang/python27: security patch
Revisions pulled up:
- lang/python27/Makefile 1.27
- lang/python27/PLIST.common 1.6
- lang/python27/distinfo 1.25
- lang/python27/patches/patch-Lib_test_nullbytecert.pem 1.1
- lang/python27/patches/patch-Lib_test_test__ssl.py 1.1
- lang/python27/patches/patch-Misc_NEWS 1.1
- lang/python27/patches/patch-Modules___ssl.c 1.2
---
Module Name: pkgsrc
Committed By: spz
Date: Sun Aug 18 13:42:14 UTC 2013
Modified Files:
pkgsrc/lang/python27: Makefile PLIST.common distinfo
pkgsrc/lang/python27/patches: patch-Modules___ssl.c
Added Files:
pkgsrc/lang/python27/patches: patch-Lib_test_nullbytecert.pem
patch-Lib_test_test__ssl.py patch-Misc_NEWS
Log message:
patch for CVE-2013-4238 taken from
http://hg.python.org/cpython/rev/bd2360476bdb
|