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

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


Branch: pkgsrc-2008Q2, Version: 2.5.2nb3, Package name: python25-2.5.2nb3, Maintainer: recht

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 build:
[devel/readline]

Master sites: (Expand)

SHA1: 4755d212f50af704c20224a6966e23acc5aea60f
RMD160: b23b02739833e6730799c5866e2b77aae884b63f
Filesize: 9577.731 KB

Version history: (Expand)


CVS history: (Expand)


   2008-09-02 16:13:34 by Tyler R. Retzlaff | Files touched by this commit (22) | Package updated
Log message:
pullup ticket #2511 - requested by tron
python25: update for security fixes

revisions pulled up:
pkgsrc/lang/python25/Makefile		1.7,1.8
pkgsrc/lang/python25/distinfo		1.6
pkgsrc/lang/python25/patches/patch-at	1.2
pkgsrc/lang/python25/patches/patch-ba	1.1
pkgsrc/lang/python25/patches/patch-bb	1.1
pkgsrc/lang/python25/patches/patch-bc	1.1
pkgsrc/lang/python25/patches/patch-bd	1.1
pkgsrc/lang/python25/patches/patch-be	1.1
pkgsrc/lang/python25/patches/patch-bf	1.1
pkgsrc/lang/python25/patches/patch-bg	1.1
pkgsrc/lang/python25/patches/patch-bh	1.1
pkgsrc/lang/python25/patches/patch-bi	1.1
pkgsrc/lang/python25/patches/patch-bj	1.1
pkgsrc/lang/python25/patches/patch-bk	1.1
pkgsrc/lang/python25/patches/patch-ca	1.1
pkgsrc/lang/python25/patches/patch-cb	1.1
pkgsrc/lang/python25/patches/patch-cc	1.1
pkgsrc/lang/python25/patches/patch-cd	1.1
pkgsrc/lang/python25/patches/patch-ce	1.1
pkgsrc/lang/python25/patches/patch-da	1.1
pkgsrc/lang/python25/patches/patch-db	1.1
pkgsrc/lang/python25/patches/patch-ea	1.1

   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Mon Jul 14 14:42:51 UTC 2008

   Modified Files:
           pkgsrc/lang/python25: Makefile

   Log message:
   Always build depend on readline, so that devel/py-readline can pick up
   the right config. Bump revision.
   ------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Aug 30 10:02:33 UTC 2008

   Modified Files:
           pkgsrc/lang/python25: Makefile distinfo
           pkgsrc/lang/python25/patches: patch-at
   Added Files:
           pkgsrc/lang/python25/patches: patch-ba patch-bb patch-bc patch-bd
               patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk
               patch-ca patch-cb patch-cc patch-cd patch-ce patch-da patch-db
               patch-ea

   Log message:
   Add security patches for CVE-2008-2315, CVE-2008-2316, CVE-2008-3142 and
   CVE-2008-3144 (this one shouldn't affect platforms supported by pkgsrc)
   all taken from Gentoo. Bump package revision.