The NetBSD Project

CVS log for pkgsrc/lang/python24/Attic/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / python24

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40, Sun Apr 8 19:09:02 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, HEAD
Changes since 1.39: +1 -1 lines
FILE REMOVED

Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Dec 16 17:04:17 2011 UTC (11 years, 11 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

On SunOS, don't ever override _XOPEN_SOURCE if it is already set.
Fixes build on SunOS with gcc>=4.6.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Nov 8 07:30:08 2011 UTC (12 years ago) by sbd
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Change a unused variable referacne to a fixed string that I missed when
coping the Mac OS X sdk filename handling.

Thank to Matthias Rampke in PR#45581 for catching this.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Oct 31 06:50:53 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Improve the gdbm_compat handling by searching any ndbm.h found for the
string 'This file is part of GDBM' and ignoring it if it dose.

Thanks to obache@ for the idea.

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Thu Oct 20 03:59:44 2011 UTC (12 years, 1 month ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Pullup ticket #3572 - requested by sbd
lang/python24: build fix
lang/python25: build fix
lang/python26: build fix
lang/python27: build fix
lang/python31: build fix
security/cyrus-sasl: build fix

Revisions pulled up:
- lang/python24/distinfo                                        1.36
- lang/python24/patches/patch-am                                1.7
- lang/python25/distinfo                                        1.18
- lang/python25/patches/patch-am                                1.8
- lang/python26/distinfo                                        1.39
- lang/python26/patches/patch-am                                1.17
- lang/python27/distinfo                                        1.10
- lang/python27/patches/patch-am                                1.4
- lang/python31/distinfo                                        1.4
- lang/python31/patches/patch-am                                1.3
- security/cyrus-sasl/Makefile                                  1.58

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Tue Oct 18 21:59:19 UTC 2011

   Modified Files:
   	pkgsrc/lang/python24: distinfo
   	pkgsrc/lang/python24/patches: patch-am
   	pkgsrc/lang/python25: distinfo
   	pkgsrc/lang/python25/patches: patch-am
   	pkgsrc/lang/python26: distinfo
   	pkgsrc/lang/python26/patches: patch-am
   	pkgsrc/lang/python27: distinfo
   	pkgsrc/lang/python27/patches: patch-am
   	pkgsrc/lang/python31: distinfo
   	pkgsrc/lang/python31/patches: patch-am
   	pkgsrc/security/cyrus-sasl: Makefile

   Log Message:
   Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
   belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Oct 18 21:59:17 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 14 17:00:20 2011 UTC (12 years, 2 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base
Branch point for: pkgsrc-2011Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Fix build on SunOS. Teach configure about SunOS 5.11, preventing some
pyconfig.h weirdness.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Apr 23 08:53:53 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.33: +5 -19 lines
Diff to previous 1.33 (colored)

Update python24 to 2.4.6.

What's New in Python 2.4.6?
===========================

*Release date: 19-Dec-2008*



What's New in Python 2.4.6c1?
=============================

*Release date: 13-Dec-2008*

Core and builtins
-----------------

- Issue #4469: Prevent expandtabs() on string and unicode
  objects from causing a segfault when a large width is passed
  on 32-bit platforms. CVE-2008-5031.

- Issue #4317: Fixed a crash in the imageop.rgb2rgb8() function.

- Issue #4230: Fix a crash when a class has a custom __getattr__ and an
  __getattribute__ method that deletes the __getattr__ attribute.

- Apply security patches from Apple. CVE-2008-2315.

- Issue #2620: Overflow checking when allocating or reallocating memory
  was not always being done properly in some python types and extension
  modules.  PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have
  all been updated to perform better checks and places in the code that
  would previously leak memory on the error path when such an allocation
  failed have been fixed.

- Issue #1179: Fix CVE-2007-4965 and CVE-2008-1679, multiple integer
  overflows in the imageop and rgbimgmodule modules.

- Issue #2586: Fix CVE-2008-1721, zlib crash from
  zlib.decompressobj().flush(val) when val is not positive.

- Issues #2588, #2589: Fix potential integer underflow and overflow
  conditions in the PyOS_vsnprintf C API function. CVE-2008-3144.

- Issue #2587: In the C API, PyString_FromStringAndSize() takes a signed size
  parameter but was not verifying that it was greater than zero.  Values
  less than zero will now raise a SystemError and return NULL to indicate a
  bug in the calling C code. CVE-2008-1887.

- Security Issue #2: imageop did not validate arguments correctly and could
  segfault as a result. CVE-2008-4864.

Extension Modules
-----------------

Library
-------

Tests
-----

Build
-----

Tools/Demos
-----------

- Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Sep 19 09:30:41 2009 UTC (14 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Fixes module names in disabled_module_list
 * "bsddb" does not exists, probably removed/renamed before/in Python24.
 * "mpz" was removed in Python24.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Sep 9 05:59:37 2009 UTC (14 years, 2 months ago) by dsainty
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Fix a possibly long-standing issue, but also possibly fallout from the db4
changes.  The "dbm" module could fail to build correctly, erroring out with:

*** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.4/dbm.so: undefined symbol: dbm_firstkey

In this case, the "dbm" module has accidentally linked with "databases/gdbm",
which happens to be installed, but was never buildlinked in.  It may be
relevant that /usr/include/gdbm/ndbm.h is installed on this system.

Remove the "gdbm" test from the "dbm" module configuration, leaving the "ndbm"
support, and the fall-back "bdb" support (which will likely fall back to db4).

Bump PKGREVISION - the package would still install, but with missing
functionality.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Sun Aug 10 17:02:25 2008 UTC (15 years, 3 months ago) by tron
Branch: pkgsrc-2008Q2
Changes since 1.28: +14 -1 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

Pullup ticket 2480 - requested by drochner
Security patches for python24

Revisions pulled up:
- lang/python24/Makefile		1.44-1.45
- lang/python24/distinfo		1.29-1.31
- lang/python24/patches/patch-ba	1.1
- lang/python24/patches/patch-bb	1.1
- lang/python24/patches/patch-bc	1.1
- lang/python24/patches/patch-bd	1.1
- lang/python24/patches/patch-be	1.1
- lang/python24/patches/patch-bf	1.1
- lang/python24/patches/patch-bg	1.1
- lang/python24/patches/patch-bh	1.1
- lang/python24/patches/patch-bi	1.1
- lang/python24/patches/patch-bj	1.1
- lang/python24/patches/patch-bk	1.1
- lang/python24/patches/patch-bl	1.1
- lang/python24/patches/patch-bm	1.1
---
    Module Name:    pkgsrc
    Committed By:   joerg
    Date:           Mon Jul 14 14:42:51 UTC 2008

    Modified Files:
        pkgsrc/lang/python24: 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:   drochner
    Date:           Tue Aug  5 10:13:34 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: Makefile distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-ba patch-bb patch-bc patch-bd
                patch-be patch-bf patch-bg

    Log Message:
    add patches from upstream svn rev.65333, fix integer overflows in
    memory allocation (CVE-2008-2315)
---
    Module Name:    pkgsrc
    Committed By:   drochner
    Date:           Tue Aug  5 10:45:46 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-bh patch-bi patch-bj patch-bk
                patch-bl

    Log Message:
    also apply upstream svn rev.65262, fixes overflow checks in memory
    allocation (CVE-2008-3142), ride on PKGREVISION bump some minutes ago
---
    Module Name:    pkgsrc
    Committed By:   drochner
    Date:           Thu Aug  7 11:20:18 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-bm

    Log Message:
    Add a patch from the upstream 2.5 branch (svn rev.63883) to fix an
    integer overflow in the vsnprintf replacement function.
    This is likely not a real problem, and the patch wasn't pulled to
    the upstream 2.4 branch, but so we can formally declare our 2.4
    as not vulnerable now.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Aug 7 11:20:18 2008 UTC (15 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

Add a patch from the upstream 2.5 branch (svn rev.63883) to fix an
integer overflow in the vsnprintf replacement function.
This is likely not a real problem, and the patch wasn't pulled to
the upstream 2.4 branch, but so we can formally declare our 2.4
as not vulnerable now.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Aug 5 10:45:45 2008 UTC (15 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.29: +6 -1 lines
Diff to previous 1.29 (colored)

also apply upstream svn rev.65262, fixes overflow checks in memory
allocation (CVE-2008-3142), ride on PKGREVISION bump some minutes ago

Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 5 10:13:34 2008 UTC (15 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored)

add patches from upstream svn rev.65333, fix integer overflows in
memory allocation (CVE-2008-2315)

Revision 1.26.2.1 / (download) - annotate - [select for diffs], Sun Apr 20 15:56:44 2008 UTC (15 years, 7 months ago) by spz
Branch: pkgsrc-2008Q1
Changes since 1.26: +5 -4 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Pullup ticket 2334 - requested by drochner
security updates for python24

Revisions pulled up:
- pkgsrc/lang/python24/Makefile           1.41,1.42
- pkgsrc/lang/python24/distinfo           1.27,1.28
- pkgsrc/lang/python24/PLIST.common       1.9
- pkgsrc/lang/python24/patches/patch-au   1.1
- pkgsrc/lang/python/srcdist.mk           1.20

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Apr 11 10:32:33 UTC 2008

   Modified Files:
           pkgsrc/lang/python24: Makefile distinfo
   Added Files:
           pkgsrc/lang/python24/patches: patch-au

   Log Message:
   fix possible buffer overflow by negative atguments to zlib.flush(),
   from upstream CVS, bump PKGREVISION

   To generate a diff of this commit:
   cvs rdiff -r1.40 -r1.41 pkgsrc/lang/python24/Makefile
   cvs rdiff -r1.26 -r1.27 pkgsrc/lang/python24/distinfo
   cvs rdiff -r0 -r1.1 pkgsrc/lang/python24/patches/patch-au

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Apr 11 10:44:09 UTC 2008

   Modified Files:
           pkgsrc/lang/python24: Makefile PLIST.common distinfo

   Log Message:
   update to 2.4.5
   This release includes just a small number of fixes, primarily preventing
   crashes of the interpreter in certain boundary cases.

   To generate a diff of this commit:
   cvs rdiff -r1.41 -r1.42 pkgsrc/lang/python24/Makefile
   cvs rdiff -r1.8 -r1.9 pkgsrc/lang/python24/PLIST.common
   cvs rdiff -r1.27 -r1.28 pkgsrc/lang/python24/distinfo

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Apr 11 10:44:48 UTC 2008

   Modified Files:
           pkgsrc/lang/python: srcdist.mk

   Log Message:
   update for 2.4.5

   To generate a diff of this commit:
   cvs rdiff -r1.19 -r1.20 pkgsrc/lang/python/srcdist.mk

Revision 1.28 / (download) - annotate - [select for diffs], Fri Apr 11 10:44:08 2008 UTC (15 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

update to 2.4.5
This release includes just a small number of fixes, primarily preventing
crashes of the interpreter in certain boundary cases.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 11 10:32:33 2008 UTC (15 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

fix possible buffer overflow by negative atguments to zlib.flush(),
from upstream CVS, bump PKGREVISION

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 22 13:03:25 2008 UTC (15 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base
Branch point for: pkgsrc-2008Q1
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Don't use FreeBSD's bluetooth define on DragonFly as well.
From PR 37821.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jul 17 21:08:52 2007 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

NetBSD has a 4-argument mremap, so adjust for that.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 8 14:16:15 2007 UTC (16 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.23: +15 -14 lines
Diff to previous 1.23 (colored)

Update to 2.4.4:

We are pleased to announce the release of Python 2.4.4 (FINAL), a
bugfix release of Python 2.4, on October 18, 2006.

Important: 2.4.4 includes a security fix (PSF-2006-001) for the
repr() of unicode strings in wide unicode builds (UCS-4) [does not
affect pkgsrc]

Python 2.4 is now in bugfix-only mode; no new features are being
added. At least 80 bugs have been squished since Python 2.4.3,
including a number of bugs and potential bugs found by with the
Coverity and Klocwork static analysis tools. We'd like to offer
our thanks to both these firms for making this available for open
source projects - see their websites if you're interested.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 27 20:49:04 2006 UTC (16 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Fix build on FreeBSD.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Nov 3 07:15:41 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.
The NIS module is not available in that case.
Call the regen script with RUNSHARED, so that it finds libpython.so,
even in the DESTDIR case.

XXX The call to regen should be moved to the build phase.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 11 18:20:37 2006 UTC (17 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Fixed "test ==" and improved the randomness of $RANDOM.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Sep 20 12:07:19 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

libpython needs the pkgsrc-provided LDFLAGS to resolve all dependencies
at runtime. Fixes PR 34565.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 20 13:29:01 2006 UTC (17 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Don't try to compile in Bluetooth support under NetBSD(-current).
The stub code is not compatible with the API presented by NetBSD.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 13 02:26:54 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 12 20:21:48 2006 UTC (17 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.16: +8 -8 lines
Diff to previous 1.16 (colored)

update python24 to 2.4.3
Python 2.4 is now in bugfix-only mode, no new features are being added. At
least 50 bugs have been squashed since Python 2.4.2, including a number of
bugs and potential bugs found by Coverity.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 23 08:00:02 2006 UTC (17 years, 10 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Fix module compilation / libpython build on Darwin. This enables modules
not part of the std. Python install to work again.
Secondly, add a patch from Christoph Ludwig (
http://sourceforge.net/tracker/?func=detail&aid=1324762&group_id=5470&atid=305470
)
which contains the following changes (from the SourceForge post):

1) The configure option --with-cxx is renamed
--with-cxx-main. This was done to avoid surprising the user
by the changed meaning. Furthermore, it is now possible
that CXX has a different value than provided by
--with-cxx-main, so the old name would have been
confusing.

2) The compiler used to translate python's main() function is
stored in the configure / Makefile variable MAINCC. By
default, MAINCC=$(CC). If --with-cxx-main is given (without
an appended compiler name), then MAINCC=$(CXX). If
--with-cxx-main=<compiler> is on the configure command
line, then MAINCC=<compiler>. Additionally, configure sets
CXX=<compiler> unless CXX was already set on the
configure command line.

3) The command used to link the python executable is (as
before) stored in LINKCC. By default, LINKCC='$(PURIFY)
$(MAINCC)', i.e. the linker front-end is the compiler used to
translate main(). If necessary, LINKCC can be set on the
configure command line in which case it won't be altered.

4) If CXX is not set by the user (on the command line or via
--with-cxx-main), then configure tries several likely C++
compiler names. CXX is assigned the first name that refers
to a callable program in the system. (CXX is set even if
python is built with a C compiler only, so distutils can build
C++ extensions.)

5) Modules/ccpython.cc is no longer used and can be
removed.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Nov 16 19:18:59 2005 UTC (18 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Fix Python's makesetup script to treat -pthread as linker flag.
This is needed for databases/py-psycopg at least to compile properly.
Since the installed version changed, bump revision.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 1 21:12:05 2005 UTC (18 years, 2 months ago) by recht
Branch: MAIN
Changes since 1.13: +8 -9 lines
Diff to previous 1.13 (colored)

Update to Python 2.4.2

Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.

For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Thu Sep 1 14:24:06 2005 UTC (18 years, 3 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.9.2.1: +2 -2 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

Pullup ticket 727 - requested by D'Arcy J.M. Cain
build fix for python24 modules

Revisions pulled up:
- pkgsrc/lang/python24/Makefile			1.11
- pkgsrc/lang/python24/distinfo			1.13
- pkgsrc/lang/python24/patches/patch-al		1.7

   Module Name:		pkgsrc
   Committed By:	darcy
   Date:		Wed Aug 31 12:13:03 UTC 2005

   Modified Files:
   	pkgsrc/lang/python24: distinfo
   	pkgsrc/lang/python24/patches: patch-al

   Log Message:
   Fix problem where LDFLAGS is not being expanded on the command line.
   Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what )
   dd.iij4u.or.jp> Closes PR 31027
---
   Module Name:		pkgsrc
   Committed By:	darcy
   Date:		Thu Sep  1 13:14:35 UTC 2005

   Modified Files:
   	pkgsrc/lang/python24: Makefile

   Log Message:
   Bump PKGREVISION for change made to patches/patch-al in revision 1.7 as
   suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup
   request 727.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 31 12:13:02 2005 UTC (18 years, 3 months ago) by darcy
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix problem where LDFLAGS is not being expanded on the command line.
Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what ) dd.iij4u.or.jp>
Closes PR 31027

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 23 20:55:46 2005 UTC (18 years, 3 months ago) by darcy
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

There was a bug in Python that was supposed to be fixed but it seems to have
regressed in the latest version.  I have contacted a Python developer to
have this fixed properly.  In the meantime I have created a patch to fix
it in our tree.  See
http://sourceforge.net/tracker/index.php?func=detail&aid=1196315&group_id=5470&atid=105470
for details of the bug.

Bumped PKGREVISION.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Sat Aug 20 16:01:13 2005 UTC (18 years, 3 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Pullup ticket 697 - requested by Grant Beattie
portability fix for python24

Revisions pulled up:
- pkgsrc/lang/python24/distinfo			1.11
- pkgsrc/lang/python24/patches/patch-af		1.3

   Module Name:		pkgsrc
   Committed By:	grant
   Date:		Fri Aug 19 05:22:04 UTC 2005

   Modified Files:
   	pkgsrc/lang/python24: distinfo
   	pkgsrc/lang/python24/patches: patch-af

   Log Message:
   include LDFLAGS when linking shared libraries, so they can find their
   prerequisite libraries at runtime.

   fixes build on Solaris (and probably others).

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 19 05:22:04 2005 UTC (18 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

include LDFLAGS when linking shared libraries, so they can find their
prerequisite libraries at runtime.

fixes build on Solaris (and probably others).

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 29 13:27:26 2005 UTC (18 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

make the fcntl selftest recognize "netbsd3" so that the right
structure padding is used
not application relevant, so I abstain from bumping PKGREVISION

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 29 00:51:17 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Remove an entry for a nonexistent file.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 9 20:37:51 2005 UTC (18 years, 6 months ago) by recht
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7 (colored)

update to Python 2.4.1

Highlights of this new release include:
  - Bug fixes. According to the release notes, several dozen bugs
    have been fixed, including a fix for the SimpleXMLRPCServer
    security issue (PSF-2005-001).

Also add a patch by Joerg Sonnenberger to add basic support
for DragonFly BSD.

For a detailed list of changes see:
http://python.org/2.4.1/NEWS.html

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 24 09:03:11 2005 UTC (18 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Add RMD160 digests

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Wed Feb 16 14:00:09 2005 UTC (18 years, 9 months ago) by salo
Branch: pkgsrc-2004Q4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pullup ticket 289 - requested by Matthias Drochner
security fix for python

Patches hand-rolled, based on the following commit:

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Feb  4 15:39:04 UTC 2005

   Modified Files:
           pkgsrc/lang/python22: Makefile distinfo
           pkgsrc/lang/python23: Makefile distinfo
           pkgsrc/lang/python23-nth: Makefile
           pkgsrc/lang/python24: Makefile distinfo
   Added Files:
           pkgsrc/lang/python22/patches: patch-an
           pkgsrc/lang/python23/patches: patch-an
           pkgsrc/lang/python24/patches: patch-an

   Log Message:
   apply the security fix from
   http://www.python.org/security/PSF-2005-001/
   This disables hierarchical object lookups in SimpleXMLRPCServer.
   Unfortunately, this breaks some applications (eg kenosis). Don't
   shoot me for this.
   bump PKGREVISION

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 4 15:39:04 2005 UTC (18 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

apply the security fix from
http://www.python.org/security/PSF-2005-001/
This disables hierarchical object lookups in SimpleXMLRPCServer.
Unfortunately, this breaks some applications (eg kenosis). Don't
shoot me for this.
bump PKGREVISION

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 24 21:46:33 2005 UTC (18 years, 10 months ago) by tv
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Pull in first-stab Interix support from lang/python23.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 30 21:56:21 2004 UTC (18 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Honor LDFLAGS when building shared libraries on Linux.  Previously,
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was
used.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 19 05:45:39 2004 UTC (18 years, 11 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

fix missed from previous: Darwin 7.x doesn't appear to want the
"-u PyMac_Error" when linking the shared library.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 19 05:30:14 2004 UTC (18 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Darwin build fixes:

- ignore poll()
- needs dlopen.buildlink3.mk
- pass -fPIC -fno-common to CC for objects being linked into a shared
  library

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 5 23:27:45 2004 UTC (19 years ago) by recht
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of Python 2.4

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 has been compiled without support for threads.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 5 23:27:45 2004 UTC (19 years ago) by recht
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>