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

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


Branch: pkgsrc-2014Q2, Version: 2.7.7nb2, Package name: python27-2.7.7nb2, 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.


Required to run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: 5f82557cac5abf18d1df6f8bb2029aa335b321f4
RMD160: 988da9490e8d66a2456accdce5dbe9ba875d5a18
Filesize: 10250.488 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-05 13:13:52 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #4441 - requested by he
lang/python27: security patch

Revisions pulled up:
- lang/python27/distinfo                                        1.43
- lang/python27/patches/patch-Lib_CGIHTTPServer.py              1.1
- lang/python27/patches/patch-Lib_test_test__httpservers.py     1.1
- lang/python27/patches/patch-Misc_NEWS                         1.4

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Wed Jul  2 08:22:02 UTC 2014

   Modified Files:
   	pkgsrc/lang/python27: distinfo
   	pkgsrc/lang/python27/patches: patch-Misc_NEWS
   Added Files:
   	pkgsrc/lang/python27/patches: patch-Lib_CGIHTTPServer.py
   	    patch-Lib_test_test__httpservers.py

   Log message:
   Apply a fix for directory-traversal vulnerability, ref.
   http://bugs.python.org/issue21766
   Bump PKGREVISION.