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

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


Branch: pkgsrc-2010Q3, Version: 2.6.6nb4, Package name: python26-2.6.6nb4, 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)


   2010-11-23 22:50:06 by S.P.Zeidler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket 3279 - requested by tron
security fixes

Revisions pulled up:
- pkgsrc/lang/python26/Makefile		1.31
- pkgsrc/lang/python26/distinfo		1.29

Files added:
pkgsrc/lang/python26/patches/patch-ba
pkgsrc/lang/python26/patches/patch-bb
pkgsrc/lang/python26/patches/patch-bc

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tez
   Date:           Wed Nov 17 18:44:07 UTC 2010

   Modified Files:
           pkgsrc/lang/python26: Makefile distinfo

   Log message:
   Add fix for SA41968 (CVE-2010-3493) from the 2.7 branch repo
   \ 
http://svn.python.org/view/python/branches/release27-maint/Lib/smtpd.py?r1=86084&r2=82503&view=patch

   To generate a diff of this commit:
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/python26/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/python26/distinfo

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Tue Nov 23 08:24:05 UTC 2010

   Modified Files:
           pkgsrc/lang/python26: Makefile distinfo
   Added Files:
           pkgsrc/lang/python26/patches: patch-ba patch-bb patch-bc

   Log message:
   Add fix for CVE-2010-3492 and update the fix for CVE-2010-3493. Both
   fixes taken from the Python 2.7 branch in the Python SVN repository.

   To generate a diff of this commit:
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/python26/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/python26/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/lang/python26/patches/patch-ba \
       pkgsrc/lang/python26/patches/patch-bb \
       pkgsrc/lang/python26/patches/patch-bc