| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Jan 2007 03:38:41
2.2.3_9
|
tmclaugh  |
Remove python21 and python22. These version lines are long deprecated and
no ports require them.
Approved by: python@ |
08 Nov 2006 04:34:13
2.2.3_9
|
tmclaugh  |
Deprecate these old python versions and schedual for expiration on
2007-01-07. These version branches are no longer developed upstream and are
rarely seen these days.
Approved by: alexbl (python@) |
21 Oct 2006 11:47:59
2.2.3_9
|
jkoshy  |
Fix `make fetch'.
Reported by: fenner's portssurvey tool
Approved by: portmgr (erwin) |
09 Oct 2006 14:29:18
2.2.3_9
|
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. |
12 Aug 2006 04:24:42
2.2.3_9
|
perky  |
Remove a wrong patch which doesn't apply to Python 2.2.
PR: 90829
Submitted by: Mike Brown <mike@skew.org> |
09 May 2006 20:52:24
2.2.3_8
|
edwin  |
Remove USE_REINPLACE from the categories starting with L |
22 Jan 2006 12:42:24
2.2.3_8
|
edwin  |
SHA256ify
Approved by: krion@ |
28 Jul 2005 07:19:11
2.2.3_8
|
perky  |
- Add support for FreeBSD 7
- Drop support for FreeBSD 3
- Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1]
Submitted by: jkim [1]
Obtained from: Python CVS |
04 Feb 2005 04:16:47
2.2.3_7
|
perky  |
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability.
PR: 77079
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 |
15 Nov 2004 05:19:30
2.2.3_6
|
sf  |
farewell to libxpg4. |
21 Aug 2004 03:48:20
2.2.3_6
|
perky  |
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS |
09 Jul 2004 17:18:00
2.2.3_5
|
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 |
14 Apr 2004 06:49:21
2.2.3_4
|
perky  |
Fixed a bug where the configure script couldn't detect getaddrinfo()
properly if the KAME stack had SCTP support.
Submitted by: suz |
18 Mar 2004 07:38:48
2.2.3_3
|
perky  |
Add SIZE data.
Submitted by: trevor |
18 Mar 2004 07:00:08
2.2.3_3
|
perky  |
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX.
Submitted by: marcel |
27 Feb 2004 13:12:13
2.2.3_3
|
perky  |
Set NO_LATEST_LINK to avoid confliction against lang/python.
Spotted by: kris |
29 Oct 2003 21:31:13
2.2.3_3
|
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] |
21 Oct 2003 17:17:45
2.2.3_3
|
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 09:24:01
2.2.3_3
|
perky  |
Utilize PYTHON_SITE_SUBDIR. |
31 Jul 2003 19:38:54
2.2.3_3
|
perky  |
- Add python22 as an alternative version.
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] |