non port: lang/python25/Makefile |
SVNWeb
|
Number of commits found: 33 |
Wed, 20 Jun 2012
|
[ 22:35 mva ]
- Fix builds, if the NLS option switch is set. In some cases
expat-related modules are not built correctly.
PR: ports/169276
Submitted by: Greg Byshenk <freebsd@byshenk.net>
|
Tue, 19 Jun 2012
|
[ 17:48 mva ]
- Fix gettext detection for the locale module
- Explicitly enable/disable gettext support via a new NLS OPTION switch.
PR: ports/168684 ports/136917
On behalf of: python@
|
Wed, 30 May 2012
|
[ 10:15 miwi ]
- Mark Deprecated (1 month from now)
- Upstream drop support since 2008
|
Sat, 18 Feb 2012
|
[ 17:53 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Mark Python as Secure
- Fix DoS via malformed XML-RPC / HTTP POST
Submitted by: rm@
Reported by: many
Obtained from: python hg
Security:
http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html
|
Sat, 5 Nov 2011
|
[ 13:18 sunpoet ]
- Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags)
- Bump PORTREVISION for package change
PR: ports/161564
Submitted by: Nali Toja <nalitoja@gmail.com>
|
Fri, 28 Oct 2011
|
[ 10:42 beat ] (Only the first 10 of 23 ports in this commit are shown above. )
- Fix build on FreeBSD 10
Approved by: miwi (implicit)
|
Sun, 25 Sep 2011
|
[ 15:05 lwhsu ]
- Remove the HUGE_STACK_SIZE option, now Python will use default
thread stack size of the system.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 18 Sep 2011
|
[ 08:33 crees ]
Handle built world without NIS more gracefully; detect missing ypcat and
disable NIS module.
PR: ports/115940
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
Reviewed by: bf
|
Mon, 30 May 2011
|
[ 12:08 wen ]
- Update to 2.5.6
|
Thu, 24 Feb 2011
|
[ 23:50 linimon ]
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
yet tested).
Tested on: powerpc, i386
Hat: portmgr
PR: ports/153657 (partial)
Submitted by: andreast
|
Mon, 19 Jul 2010
|
[ 21:59 jkim ] (Only the first 10 of 15 ports in this commit are shown above. )
Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).
Although POSIX says the type is 'int', all BSD variants (including Mac OS X)
have been using 'unsigned long' type for very long time and its use predates
the standard long enough. For certain commands (e.g., TIOCSWINSZ, FIONBIO),
the Python value may get sign-extended on 64-bit platforms (by implicit type
promotion) and it causes annoying warnings from kernel such as this:
WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e
Approved by: python (maintainer timeout)
|
Tue, 2 Feb 2010
|
[ 22:00 miwi ]
- Update to 2.5.5
Changelog:
http://python.org/download/releases/2.5.5/NEWS.txt
|
Thu, 26 Nov 2009
|
[ 14:04 miwi ]
- Add support for FreeBSD 9
|
Tue, 14 Jul 2009
|
[ 09:29 lwhsu ]
- Ask the first Python installed to install the bin/python link,
and be the default Python version
PR: ports/109550
Submitted by: David Yeske <dyeske AT yahoo.com>
Obtained from: tmclaugh
|
Sun, 12 Jul 2009
|
[ 17:17 lwhsu ]
- Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATA
|
Mon, 8 Jun 2009
|
[ 22:30 miwi ] (Only the first 10 of 97 ports in this commit are shown above. )
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
|
Fri, 27 Feb 2009
|
[ 01:25 sobomax ]
Make sure the singal is delivered to the main thread, where python
runs its signal handlers, not to a random thread that happens to be
executing at the time when signal arrives. This functionality has been
lost since Python 2.3, possible cause is that the linux implementation
of POSIX threads always delivered signal to the main thread. This
bug results in rather annoying inability to terminate threading script
with ^C for example and there could be other issues as well.
Bump PORTREVISION.
PR: ports/131080
Submitted by: Andriy Pylypenko <bamby@sippysoft.com>
Approved by: MAINTAINER's timeout
|
Mon, 16 Feb 2009
|
[ 23:32 miwi ] (Only the first 10 of 29 ports in this commit are shown above. )
- Update to python 2.5.4 and python 2.6.1
Reviewed by: perky | lwhsu
Tested with: exp-run via pav
|
Mon, 8 Sep 2008
|
[ 00:14 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Security fixes
Multiple vulnerabilities:
1) Various integer overflow errors exist in core modules e.g.
stringobject,
unicodeobject, bufferobject, longobject, tupleobject, stropmodule,
gcmodule, mmapmodule.
2) An integer overflow in the hashlib module can lead to an unreliable
cryptographic digest results.
3) Integer overflow errors in the processing of unicode strings can be
exploited to cause
buffer overflows on 32-bit systems.
4) An integer overflow exists in the PyOS_vsnprintf() function on
architectures that do not
have a "vsnprintf()" function.
5) An integer underflow error in the PyOS_vsnprintf() function when
passing zero-length strings
can lead to memory corruption.
PR: 127172 (based on)
Submitted by: bf <bf2006a@yahoo.com>
Obtained from: python svn
Security: CVE-2008-2315, CVE-2008-2316, CVE-2008-3142, CVE-2008-3144,
CVE-2008-3143. (vuxml come later)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Fri, 25 Apr 2008
|
[ 08:16 miwi ]
- Fix zlib crash from zlib.decompressobj().flush(val)
when val was not positive. It tried to allocate negative
or zero memory. That fails.
- Bump PORTREVISION
Reviewed by: alexbl
Obtained from: python svn
Security:
http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Mon, 25 Feb 2008
|
[ 16:39 pav ]
- Fix plist
Reported by: pointyhat
|
Sun, 24 Feb 2008
|
[ 13:42 perky ]
Update to Python 2.5.2.
|
Mon, 29 Oct 2007
|
[ 00:06 perky ]
Add support for FreeBSD 8.
Obtained from: Python SVN (r58697, r58698)
|
Wed, 3 Oct 2007
|
[ 23:22 edwin ] (Only the first 10 of 13 ports in this commit are shown above. )
Remove support for OSVERSION < 5
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
Fri, 13 Oct 2006
|
[ 07:16 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)
|
Tue, 10 Oct 2006
|
[ 05:31 perky ]
Fix build with WITH_FPECTL=yes on i386.
PR: 104243
Submitted by: S Roberts <stacey@vickiandstacey.com>
|
Mon, 9 Oct 2006
|
[ 15:51 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.
|
[ 15:40 perky ]
Simple portupgrade doesn't upgrade python correctly, so add a check
and an instruction.
|
[ 14:29 perky ] (Only the first 10 of 28 ports in this commit are shown above. )
- 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.
|
Number of commits found: 33 |