Path to this page:
./
lang/python34,
Interpreted, interactive, object-oriented programming language
Branch: pkgsrc-2014Q2,
Version: 3.4.1nb1,
Package name: python34-3.4.1nb1,
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.4.x.
Required to run:[
devel/libffi]
Required to build:[
devel/readline]
Master sites:
SHA1: 143e098efe7ee7bec8a4904ec4b322f28a067a03
RMD160: 276fda8bd4ef515da83645ddd5f01eb0f68522a5
Filesize: 13794.715 KB
Version history: (Expand)
- (2014-07-11) Package added to pkgsrc.se, version python34-3.4.1nb1 (created)
CVS history: (Expand)
2014-07-05 13:30:58 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Pullup ticket #4441 - requested by he
lang/python34: security patch
Revisions pulled up:
- lang/python34/Makefile 1.6
- lang/python34/distinfo 1.13
- lang/python34/patches/patch-Lib_http_server.py 1.1
- lang/python34/patches/patch-Lib_test_test__httpservers.py 1.1
- lang/python34/patches/patch-Misc_NEWS 1.1
---
Module Name: pkgsrc
Committed By: he
Date: Fri Jul 4 11:37:13 UTC 2014
Modified Files:
pkgsrc/lang/python34: Makefile distinfo
Added Files:
pkgsrc/lang/python34/patches: patch-Lib_http_server.py
patch-Lib_test_test__httpservers.py patch-Misc_NEWS
Log message:
Apply fix for directory traversal vulnerability, ref.
http://bugs.python.org/issue21766
Bump PKGREVISION.
|