Path to this page:
./
lang/python26,
Interpreted, interactive, object-oriented programming language
Branch: pkgsrc-2013Q4,
Version: 2.6.9nb1,
Package name: python26-2.6.9nb1,
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: 2fc159946dfcceffbe4a8638de32d0cd8059c2f8
RMD160: 42edf7c9f2f64b77ab173de30ea453257c2c06b3
Filesize: 9114.906 KB
Version history: (Expand)
- (2014-02-15) Updated to version: python26-2.6.9nb1
- (2014-01-01) Package has been reborn
- (2013-12-31) Package added to pkgsrc.se, version python26-2.6.9 (created)
CVS history: (Expand)
2014-02-15 15:33:33 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4327 - requested by drochner
lang/python26: security patch
Revisions pulled up:
- lang/python26/Makefile 1.57
- lang/python26/distinfo 1.53
- lang/python26/patches/patch-ap 1.4
---
Module Name: pkgsrc
Committed By: drochner
Date: Sun Feb 9 13:47:10 UTC 2014
Modified Files:
pkgsrc/lang/python26: Makefile distinfo
pkgsrc/lang/python26/patches: patch-ap
Log message:
adopt the socket.recvfrom_into() security fix from Python-2.7
bump PKGREV
|