| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
13 Oct 2008 09:23:00
2.5,2
|
perky  |
Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)
Python 2.6 will be the next default python version when enough
testings of consumer ports are done. The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.
Repo-copied by: marcus |
30 May 2008 06:50:04
2.5,2
|
perky  |
Update python23 to 2.3.7. |
16 Mar 2008 10:25:08
2.5,2
|
perky  |
Update python23 to Python 2.3.6 and python24 to Python 2.4.5. |
24 Feb 2008 13:42:28
2.5,2
|
perky  |
Update to Python 2.5.2. |
31 Jul 2007 17:28:32
2.5,2
|
alexbl  |
- use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with the
portupgrade env variable
Pointed out by: Miroslav Lachman <000.fbsd@quip.cz> |
30 Jul 2007 10:42:28
2.5,2
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
14 Feb 2007 06:07:29
2.4.4,1
|
delphij  |
Update to Python 2.4.4.
Approved by: maintainer timeout, alexbl (python@)
Tested by: pointyhat
PR: ports/105901 |
05 Feb 2007 01:08:46
2.4.4
|
pav  |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
13 Oct 2006 08:16:45
2.4.3,1
|
perky  |
Revert the default version of Python to 2.4 for the ports freeze
period. Python 2.5 brought a vast range of incompatibility to a
large number of ports, so the python@ team will do more basic
compatibility work in a private repository and merge it later.
Sorry for the inconvenience.
Approved by: portmgr (kris) |
09 Oct 2006 16:51:28
2.5
|
perky  |
- Restrict a dependency to the real interpreter to _RUN only. This
allows portupgrade to upgrade lang/python from 2.4 flawlessly.
- So remove obsolete instruction. |
09 Oct 2006 15:53:36
2.5
|
perky  |
Fix version number to 2.5 even if 2.4 is in the system. |
09 Oct 2006 15:29:18
2.5
|
perky  |
- Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others. |
08 Oct 2006 07:48:01
2.4.3_1
|
simon  |
Fix buffer overrun when performing repr() on a unicode string in a build
with wide unicode (UCS-4) support.
Obtained from: Python SVN (#51466)
Security: CVE-2006-4980
With hat: secteam |
13 Sep 2006 17:29:31
2.4.3  |
perky  |
Add a checksum for 2.5c2 and remove checksums for old beta releases. |
12 Aug 2006 04:57:46
2.4.3  |
perky  |
Avoid to use "ncursesw" which causes segfault when the system has
devel/ncurses installed due to a shared library collision between
a base ncurses from libreadline dependency and a local ncurses from
libncursesw dependency.
PR: 99496
Submitted by: rachid achellal <rachid@in.nl>,
Xiao-Yong Jin <xj2106@columbia.edu> |
04 Aug 2006 07:39:10
2.4.3  |
perky  |
Add checksums for Python 2.5b3 and remove old checksums for pre-alpha
versions. |
23 Jun 2006 04:11:37
2.4.3  |
perky  |
Add a checksum for Python 2.5b1 |
14 May 2006 02:17:03
2.4.3  |
edwin  |
[PATCH] lang/python: Some portlint fixes
- Fix tab/space issues
PR: ports/95779
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout |
09 May 2006 21:52:24
2.4.3  |
edwin  |
Remove USE_REINPLACE from the categories starting with L |
30 Mar 2006 10:40:13
2.4.3  |
perky  |
Update to Python 2.4.3. |
26 Mar 2006 09:05:43
2.4.2  |
perky  |
Add a checksum for Python 2.5.a0.20060326 |
01 Feb 2006 03:47:20
2.4.2  |
edwin  |
SHA256ify (approved by krion@) |
02 Nov 2005 13:40:51
2.4.2  |
perky  |
Add a CONFLICT to lang/python-mode.el. |
04 Oct 2005 14:50:02
2.4.2  |
perky  |
Bring a bugfix enabling WITHOUT_THREADS build again.
Requested by: Mike Harding <mvh@ix.netcom.com>
Obtained from: Python CVS |
02 Oct 2005 15:31:39
2.4.2  |
perky  |
- Update to Python 2.4.2. [1]
- Allow to override a command passing to distutils using
PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.
PR: 86685 [1]
Submitted by: Soeren Straarup <xride@x12.dk> [1],
lioux [2], vsevolod [3], sobomax [4]
Obtained from: Python CVS [4] |
28 Jul 2005 09:30:36
2.4.1_3  |
perky  |
Add checksum for 2.5.a0.20050728 snapshot. |
28 Jul 2005 07:23:57
2.4.1_3  |
perky  |
Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.
Submitted by: jkim
Obtained from: Python CVS |
18 Jul 2005 13:44:08
2.4.1_2  |
perky  |
Backport support for FreeBSD 7 and drop support for FreeBSD 3.
Fixes for other versions of python will be followed tomorrow.
Submitted by: nork
Obtained from: Python CVS |
19 Jun 2005 12:34:56
2.4.1_1  |
perky  |
- Disable "fpectl" base module on non-i386 platforms to fix build
on the recent -CURRENT i386 base. [1]
- Fix package build on NO_NIS base. [2]
PR: 81806 [1]
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> [1],
ache [2] |
12 May 2005 02:49:54
2.4.1_1  |
perky  |
- Make FPECTL support optional and turn it off by default because
the feature brings huge overheads for floating point arithmetics
and integer divisions. [1]
- Fix plist
- Bump PORTREVISION
Requested by: Ewan Todd <ewan@mathcode.net> [1] |
12 Apr 2005 04:26:57
2.4.1  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
2.4.1  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
03 Apr 2005 14:55:44
2.4.1  |
perky  |
Update to Python 2.4.1 |
29 Mar 2005 00:11:44
2.4_1  |
perky  |
Fix package building on non-i386 platforms by unrestrict `audioop`
module for them in plist.
Approved by: portmgr (kris) |
23 Mar 2005 04:43:58
2.4_1  |
perky  |
Unbreak package building on ia64, alpha, amd64 and sparc64 by
adding ossaudiodev module to their plists, either.
Approved by: portmgr (kris) |
20 Mar 2005 16:20:11
2.4_1  |
perky  |
Add checksum info for Python 2.3.5. |
04 Feb 2005 04:13:41
2.4_1  |
perky  |
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability.
PR: 77078
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Security: CAN-2005-0089
Security:
http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html
Security: SimpleXMLRPCServer.py allows unrestricted traversal |
29 Jan 2005 05:01:02
2.4  |
perky  |
Resurrect lang/python-devel port with Python 2.5 development snapshot
as of today. |
06 Dec 2004 05:28:34
2.4  |
perky  |
Add new utility target named 'upgrade-site-packages' to upgrade
site-packages which was built on previous version of python. |
02 Dec 2004 05:22:15
2.4  |
perky  |
mpz module is deprecated since Python 2.2 and removed in Python 2.4. |
01 Dec 2004 15:04:05
2.4  |
perky  |
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4 |
20 Nov 2004 17:17:28
2.3.4_2  |
perky  |
- Update python-devel to 2.4c1 |
15 Nov 2004 05:19:30
2.3.4_2  |
sf  |
farewell to libxpg4. |
06 Nov 2004 19:50:06
2.3.4_2  |
perky  |
Add checksum for Python-2.4b2. |
03 Sep 2004 18:14:14
2.3.4_2  |
perky  |
Add distinfo for Python-2.4a3 |
21 Aug 2004 12:13:41
2.3.4_2  |
perky  |
Fix package build on 4-STABLE.
Submitted by: kstewart <kstewart@owt.com> |
21 Aug 2004 00:56:16
2.3.4_2  |
perky  |
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS |
07 Aug 2004 08:00:18
2.3.4_1  |
perky  |
- Allow to disable IPv6 support [1]
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
10 Jul 2004 02:53:37
2.3.4_1  |
perky  |
Make PORTREVISION overridable by slave ports.
Found by: eik's chkversion |
09 Jul 2004 18:18:00
2.3.4_1  |
perky  |
Allow to install and use 3rd party packages in X11BASE.
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.
Suggested by: marcus |
09 Jul 2004 17:53:03
2.3.4  |
perky  |
The tarball for Python 2.4a1 is renamed in the site. |
08 Jul 2004 16:58:53
2.3.4  |
perky  |
Add checksum info for 2.4a1. |
28 Jun 2004 07:02:39
2.3.4  |
perky  |
Fix comment.
Submitted by: fjoe |
04 Jun 2004 06:21:57
2.3.4  |
perky  |
Use ${CC} instead of cc on dynamic linkings.
PR: 67515
Submitted by: michael johnson <ahze@ahze.net> |
27 May 2004 16:58:02
2.3.4  |
perky  |
- Update to Python 2.3.4.
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly. |
07 May 2004 06:39:33
2.3.3_5  |
perky  |
Use OPTIONS.
Submitted by: Stephane E. Potvin <sepotvin@videotron.ca> |
18 Apr 2004 12:42:38
2.3.3_5  |
perky  |
Reduce configure warning.
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2] |
14 Apr 2004 07:49:21
2.3.3_5  |
perky  |
Fixed a bug where the configure script couldn't detect getaddrinfo()
properly if the KAME stack had SCTP support.
Submitted by: suz |
22 Mar 2004 08:59:52
2.3.3_4  |
perky  |
Fix stackless build broken by the recent shared-build commit.
Submitted by: Sven Petai <hadara@bsd.ee> |
18 Mar 2004 07:00:08
2.3.3_4  |
perky  |
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX.
Submitted by: marcel |
11 Mar 2004 15:55:38
2.3.3_4  |
perky  |
- Fix installation problem where PREFIX != LOCALBASE.
- Add checksum for Python-2.4.a0.20040311 |
09 Mar 2004 02:24:31
2.3.3_4  |
perky  |
Create a symbolic link to lib/python2.3.so on lib/python2.3/config/
for seamless upgrade from a static library.
Suggested by: dd |
08 Mar 2004 12:43:11
2.3.3_3  |
perky  |
Build and install a shared library and its frontend besides static one
by default.
[HEADS UP] The python executable and static library isn't built PIC
anymore even on amd64 and ia64. Please use a shared library instead.
Requested by: jhay, dd
Tested by: Charles Swiger <cswiger@mac.com>,
Tim Middleton <x@Vex.Net> |
27 Feb 2004 13:00:06
2.3.3_2  |
perky  |
- Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.
- Set mutually exclusive confliction for {,stackless_}python. |
24 Feb 2004 08:19:54
2.3.3_2  |
perky  |
- Add a workaround for the net/straw port installation problem
recently introduced by libpthread. The problem was that waitpid(2)
raised EINTR but python's distutils didn't catch it correctly.
- PORTREVISION is bumped to 2, subsequently. |
16 Feb 2004 19:03:00
2.3.3_1  |
marcel  |
On ia64, libpython2.3 must be built with -fPIC as well. This unbreaks
KDE (for example). |
09 Feb 2004 09:54:07
2.3.3_1  |
perky  |
- Use process scope threads instead of system scope to enable large
amount of threads on -CURRENT libpthread by default. [1]
- Merge bugfixes from python 2.3 maintenance branch: [2]
o weakref object's garbage collection problem.
o save unnecessary startup-time memory allocation of 100KB+ from
intobject.
- SIZEify.
- Bump PORTREVISION subsequently.
Advised by: eischen, julian [1]
Obtained from: Python CVS [2] |
09 Jan 2004 02:01:39
2.3.3  |
perky  |
Add checksum entry for Python 2.4 040106. |
28 Dec 2003 13:55:07
2.3.3  |
perky  |
Fix builds for whom has VPATH on his/her environment variables.
PR: 57731
Reported by: bms |
20 Dec 2003 07:13:43
2.3.3  |
perky  |
- Update to Python-2.3.3
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64. |
04 Dec 2003 10:41:46
2.3.2_3  |
demon  |
Add WWW.
Approved by: maintainer |
21 Nov 2003 03:15:02
2.3.2_3  |
perky  |
Add fix for a fatal bug in type's GC handling causes segfaults.
http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
Obtained from: Python CVS |
15 Nov 2003 19:22:37
2.3.2_2  |
perky  |
Ignore syntax errors on compiling 3rd party packages.
Tested by: Lee Harr <missive@hotmail.com> |
12 Nov 2003 20:58:38
2.3.2_2  |
perky  |
Clarify a sentence on pkg-message.
PR: 59196
Submitted by: Linh Pham <question@closedsrc.org> |
04 Nov 2003 18:00:37
2.3.2_2  |
perky  |
- Include pyexpat module in python base ports because python incorporated
expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.
Requested by: Mike Brown <mike@skew.org>
Jeremy Kloth <jeremy.kloth@fourthought.com> |
29 Oct 2003 21:31:13
2.3.2_1  |
perky  |
- Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
in same branch. [2]
- Enable installing separated standard modules for python-devel port.
Reported by: Filippo Natali <pitonat@libero.it> [1],
Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] |
29 Oct 2003 20:52:33
2.3.2_1  |
sobomax  |
Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't have
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB). |
21 Oct 2003 18:17:45
2.3.2  |
perky  |
Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports
because it does not point the most recent version of each from
ports/Mk/bsd.python.mk 1.38.
Reported by: Andy Fawcett <andy@athame.co.uk> |
19 Oct 2003 10:17:44
2.3.2  |
perky  |
- Add WITHOUT_PYMALLOC knob that disables pymalloc, the internal
optimized heap manager for Python 2.3. [1]
- Utilize PYTHON_SITE_SUBDIR.
Submitted by: kuriyama [1] |
16 Oct 2003 06:36:05
2.3.2  |
perky  |
Add alpha to list of 64bit architectures. (This fixes package
building on alpha)
Spotted by: kris |
04 Oct 2003 06:17:10
2.3.2  |
perky  |
Update to Python-2.3.2 |
29 Sep 2003 12:44:32
2.3.1_2  |
perky  |
- Install a 'real' shared object when BUILD_SHARED=yes. [1]
- Fix plist on 32bit architectures.
- Bump PORTREVISION.
PR: 57269 [1]
Submitted by: Tim Middleton <x@Vex.Net> [1],
Kostik I. Belousov <kostya@tessart.kiev.ua> [1] |
27 Sep 2003 19:29:04
2.3.1_1  |
perky  |
Use smaller recursion limits on amd64 and sparc64 to avoid
stack overflows.
Tested on: sledge, panther |
26 Sep 2003 17:44:13
2.3.1_1  |
perky  |
- Revive os.fsync function which is disabled by a typo of Python-2.3.1.
- Bump PORTREVISION
Obtained from: Python CVS |
26 Sep 2003 05:24:56
2.3.1  |
perky  |
Add notes about separated standard modules. |
24 Sep 2003 12:07:22
2.3.1  |
perky  |
- Update to Python-2.3.1, the lastest Bugfix release.
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
on linking their own dynamic library. |
22 Aug 2003 06:31:45
2.3_1  |
perky  |
BUILD_STATIC by default because it's better.
(See |