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

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


Branch: pkgsrc-2013Q4, Version: 2.7.6nb1, Package name: python27-2.7.6nb1, 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: 8321636af2acbeaa68fc635d7dda7369ed446a80
RMD160: 8efc73a01a466d8fa16c5c1734c89be79c2c538a
Filesize: 10186.805 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-10 19:13:44 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #4319 - requested by tron
lang/python27: security fix

Revisions pulled up:
- lang/python27/Makefile                                        1.34
- lang/python27/distinfo                                        1.30
- lang/python27/patches/patch-Modules_socketmodule.c            1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sun Feb  9 09:02:50 UTC 2014

   Modified Files:
   	pkgsrc/lang/python27: Makefile distinfo
   Added Files:
   	pkgsrc/lang/python27/patches: patch-Modules_socketmodule.c

   Log message:
   Add fix for security vulnerability reported in SA56624.
   Patch taken from Python Mercurial repository.

   To generate a diff of this commit:
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/python27/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/python27/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/lang/python27/patches/patch-Modules_socketmodule.c