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

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


Branch: pkgsrc-2014Q2, Version: 3.3.5nb4, Package name: python33-3.3.5nb4, 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.

This package provides Python version 3.3.x.

MESSAGE.SunOS [+/-]

Required to run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: 6683b26dd2cfd23af852abfcf1aedf25bbd44839
RMD160: 77398ecd76824983ad92c859f633e26675bacb4b
Filesize: 11832.332 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-05 13:21:49 by Matthias Scheler | Files touched by this commit (5)
Log message:
Pullup ticket #4441 - requested by he
lang/python33: security patch

Revisions pulled up:
- lang/python33/Makefile                                        1.26
- lang/python33/distinfo                                        1.18
- lang/python33/patches/patch-Lib_http_server.py                1.1
- lang/python33/patches/patch-Lib_test_test__httpservers.py     1.1
- lang/python33/patches/patch-Misc_NEWS                         1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Wed Jul  2 12:53:52 UTC 2014

   Modified Files:
   	pkgsrc/lang/python33: Makefile distinfo
   Added Files:
   	pkgsrc/lang/python33/patches: patch-Lib_http_server.py
   	    patch-Lib_test_test__httpservers.py patch-Misc_NEWS

   Log message:
   Add a fix, test-case and note for directory traversal vulnerability, ref.
   http://bugs.python.org/issue21766
   Bump PKGREVISION.