Up to [cvs.NetBSD.org] / pkgsrc / lang / python31
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12, Mon Apr 29 10:49:39 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
HEAD
Changes since 1.11: +1 -1
lines
FILE REMOVED
Remove python31. There are three python3 versions in pkgsrc, python31, python32 and python33. The last published update for python was only released for python27, python32 and python33 -- not for python31. No reason for keeping python31 was brought up in two weeks on pkgsrc-users, so remove it.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 14 11:22:07 2012 UTC (11 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update python31 to 3.1.5. (CVE-2012-0845 is already fixed in pkgsrc) What's New in Python 3.1.5? =========================== *Release date: 2012-04-08* Core and Builtins ----------------- - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner. Library ------- - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. - Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request. - Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. - Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by Andreas Stührk.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 22 09:20:43 2012 UTC (11 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Don't install idle3.1. It requires _tkinter which is split out to a separate package. We have a separate package for idle (py-idle).
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 4 08:11:51 2012 UTC (11 years, 9 months ago) by obache
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
* change ALTERNATIVES for pydoc3.1 to pydoc3, match to original name. * also rename idle3 with version suffix to avoid conflict with future python3. * stop to rename smtpd.py, it will not be installed as script in python3. Bump PKGREVISION.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 23:35:28 2012 UTC (11 years, 9 months ago) by tron
Branch: pkgsrc-2011Q4
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Pullup ticket #3685 - requested by drochner lang/python25: security patch lang/python26: security patch lang/python27: security patch lang/python31: security patch Revisions pulled up: - lang/python25/Makefile 1.37 via patch - lang/python25/distinfo 1.22 - lang/python25/patches/patch-CVE-2012-0845 1.1 - lang/python26/Makefile 1.45 via patch - lang/python26/distinfo 1.43 - lang/python26/patches/patch-CVE-2012-0845 1.1 - lang/python27/Makefile 1.11 via patch - lang/python27/distinfo 1.15 - lang/python27/patches/patch-CVE-2012-0845 1.1 - lang/python31/Makefile 1.6 via patch - lang/python31/distinfo 1.8 - lang/python31/patches/patch-CVE-2012-0845 1.1 --- Module Name: pkgsrc Committed By: drochner Date: Wed Feb 15 12:21:41 UTC 2012 Modified Files: pkgsrc/lang/python26: Makefile distinfo Added Files: pkgsrc/lang/python26/patches: patch-CVE-2012-0845 Log Message: add patch from Python issue#14001 to fix xmlrpc server endless loop by malformed request bump PKGREV --- Module Name: pkgsrc Committed By: drochner Date: Wed Feb 15 16:08:26 UTC 2012 Modified Files: pkgsrc/lang/python25: Makefile distinfo pkgsrc/lang/python27: Makefile distinfo pkgsrc/lang/python31: Makefile distinfo Added Files: pkgsrc/lang/python25/patches: patch-CVE-2012-0845 pkgsrc/lang/python27/patches: patch-CVE-2012-0845 pkgsrc/lang/python31/patches: patch-CVE-2012-0845 Log Message: apply fix for CVE-2012-0845 to other Python versions too (2.4 is not affected)
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 15 16:08:26 2012 UTC (11 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
apply fix for CVE-2012-0845 to other Python versions too (2.4 is not affected)
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 16 17:04:18 2011 UTC (11 years, 11 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base
Branch point for: pkgsrc-2011Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
On SunOS, don't ever override _XOPEN_SOURCE if it is already set. Fixes build on SunOS with gcc>=4.6.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 8 07:30:08 2011 UTC (12 years ago) by sbd
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon Oct 31 06:50:54 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (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.3.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.3: +2 -2
lines
Diff to previous 1.3 (colored) next main 1.4 (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.4 / (download) - annotate - [select for diffs], Tue Oct 18 21:59:18 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Sat Sep 10 11:23:12 2011 UTC (12 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base
Branch point for: pkgsrc-2011Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fixes disabling pyexpat module. PR pkg/45345 by Pierre Allegraud. Bump PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 17 00:59:25 2011 UTC (12 years, 5 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Add missing custom PLIST entries for _sha256.so and _sha512.so for some systems that have older openssl. (The Makefile part was already there but was unused.) Also replace interpreter for all scripts. This caused the build attempt to rebuild opcode_targets.h. But that uses "python" which does not exist yet.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 17 00:10:19 2011 UTC (12 years, 5 months ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Add python3.1 version 3.1.4. I will commit some additional changes for this separately.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 17 00:10:19 2011 UTC (12 years, 5 months ago) by reed
Branch: MAIN
Initial revision