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

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


Branch: pkgsrc-2010Q4, Version: 2.6.6nb6, Package name: python26-2.6.6nb6, 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: a1daf2c2c7cffe0939c015260447572fe75c7e50
RMD160: 2d63f4f0ad3c124a8e62215ca94bd0231350e912
Filesize: 10821.164 KB

Version history: (Expand)


CVS history: (Expand)


   2011-03-01 11:04:22 by Steven Drake | Files touched by this commit (3)
Log message:
Pullup ticket #3369 - requested by tron
Security patch for "python26" package

Revisions pulled up:
- lang/python26/Makefile                                        1.34
- lang/python26/distinfo                                        1.32
- lang/python26/patches/patch-SA43463                           1.1
---
Module Name:	pkgsrc
Module Name:	pkgsrc
Committed By:	tron
Date:		Mon Feb 28 22:35:53 UTC 2011

Modified Files:
	pkgsrc/lang/python26: Makefile distinfo
Added Files:
	pkgsrc/lang/python26/patches: patch-SA43463

Log message:
Add fix for the information disclosure vulnerability reported in SA43463
taken from the Python SVN repository.