Path to this page:
./
lang/python31,
Interpreted, interactive, object-oriented programming language
Branch: pkgsrc-2011Q4,
Version: 3.1.4nb3,
Package name: python31-3.1.4nb3,
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.
This package provides Python version 3.1.x.
MESSAGE.SunOS [+/-]===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.1.1.1 2011/06/17 00:10:18 reed Exp $
In order for the Python installation to successfuly compile the
"sunaudiodev" module you must install the SUNWaudh package to have
the necessary headers installed.
===========================================================================
Required to run:[
devel/libffi]
Required to build:[
devel/readline]
Master sites:
SHA1: 043d0240247f289205deeb0e620d799005202b3c
RMD160: d537706808b00989a636418b6b6a06357b6bb94b
Filesize: 9656.123 KB
Version history: (Expand)
- (2012-02-19) Updated to version: python31-3.1.4nb3
- (2012-01-08) Package added to pkgsrc.se, version python31-3.1.4nb1 (created)
CVS history: (Expand)
2012-02-19 00:35:29 by Matthias Scheler | Files touched by this commit (12) |
Log message:
Pullup ticket #3685 - requested by drochner
lang/python25: security patch
lang/python26: security patch
lang/python27: security patch
lang/python31: security patch
Revisions pulled up:
- lang/python25/Makefile 1.37 via patch
- lang/python25/distinfo 1.22
- lang/python25/patches/patch-CVE-2012-0845 1.1
- lang/python26/Makefile 1.45 via patch
- lang/python26/distinfo 1.43
- lang/python26/patches/patch-CVE-2012-0845 1.1
- lang/python27/Makefile 1.11 via patch
- lang/python27/distinfo 1.15
- lang/python27/patches/patch-CVE-2012-0845 1.1
- lang/python31/Makefile 1.6 via patch
- lang/python31/distinfo 1.8
- lang/python31/patches/patch-CVE-2012-0845 1.1
---
Module Name: pkgsrc
Committed By: drochner
Date: Wed Feb 15 12:21:41 UTC 2012
Modified Files:
pkgsrc/lang/python26: Makefile distinfo
Added Files:
pkgsrc/lang/python26/patches: patch-CVE-2012-0845
Log message:
add patch from Python issue#14001 to fix xmlrpc server endless loop
by malformed request
bump PKGREV
---
Module Name: pkgsrc
Committed By: drochner
Date: Wed Feb 15 16:08:26 UTC 2012
Modified Files:
pkgsrc/lang/python25: Makefile distinfo
pkgsrc/lang/python27: Makefile distinfo
pkgsrc/lang/python31: Makefile distinfo
Added Files:
pkgsrc/lang/python25/patches: patch-CVE-2012-0845
pkgsrc/lang/python27/patches: patch-CVE-2012-0845
pkgsrc/lang/python31/patches: patch-CVE-2012-0845
Log message:
apply fix for CVE-2012-0845 to other Python versions too
(2.4 is not affected)
|