<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python24/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2012-07-16T17:04:29Z</updated>
<entry>
<title>- remove expired ports</title>
<updated>2012-07-16T17:04:29Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-07-16T17:04:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=473f7fc2dc1cba782abaf6af536acb7a7799336e'/>
<id>urn:sha1:473f7fc2dc1cba782abaf6af536acb7a7799336e</id>
<content type='text'>
  * lang/python24 and lang/python25: unmaintained upstream
  * www/zope and www/zope211: unmaintained upstream (the only
    consumers of python24)
- clean-up python versions &lt; 2.6 from lang/python-doc-html
- clean-up python24/25 from Mk/bsd.ports.mk
- add www/zope213 glue to bsd.python.mk
- clean-up zope versions != 2.13 from bsd.python.mk

Submitted by:	miwi (based on)
Approved by:	portmgr (miwi)
</content>
</entry>
<entry>
<title>- Fix build on FreeBSD 10</title>
<updated>2011-10-28T10:42:24Z</updated>
<author>
<name>Beat Gaetzi</name>
<email>beat@FreeBSD.org</email>
</author>
<published>2011-10-28T10:42:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5bc148fb49f344096c1b58fc5cdea109d4171688'/>
<id>urn:sha1:5bc148fb49f344096c1b58fc5cdea109d4171688</id>
<content type='text'>
Approved by:	miwi (implicit)
</content>
</entry>
<entry>
<title>Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).</title>
<updated>2010-07-19T21:59:28Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-07-19T21:59:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5045cff4a059fb43d185e75ed1258eb9fbe4ca4b'/>
<id>urn:sha1:5045cff4a059fb43d185e75ed1258eb9fbe4ca4b</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>- Add support for FreeBSD 9</title>
<updated>2009-11-26T14:04:19Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-11-26T14:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e8252e4d6ba57fd86ca89a0bd02cbe8f1251099a'/>
<id>urn:sha1:e8252e4d6ba57fd86ca89a0bd02cbe8f1251099a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure the singal is delivered to the main thread, where python</title>
<updated>2009-02-27T01:25:32Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2009-02-27T01:25:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f4711ece62ae605030165a01431ea6a36f7ea096'/>
<id>urn:sha1:f4711ece62ae605030165a01431ea6a36f7ea096</id>
<content type='text'>
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 &lt;bamby@sippysoft.com&gt;
Approved by:	MAINTAINER's timeout
</content>
</entry>
<entry>
<title>- add patches from upstream svn rev.65333, fix integer overflows in</title>
<updated>2008-09-11T08:05:23Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-09-11T08:05:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d6556dc39098800e88d6345d23bd810c72d0b39'/>
<id>urn:sha1:5d6556dc39098800e88d6345d23bd810c72d0b39</id>
<content type='text'>
  memory allocation (CVE-2008-2315 and CVE-2008-2316)
- also apply upstream svn rev.65262, fixes overflow checks in memory
  allocation (CVE-2008-3142 and CVE-2008-3144)

Approved by:	portmgr (pav)
Security:	http://www.vuxml.org/freebsd/0dccaa28-7f3c-11dd-8de5-0030843d3802.html
</content>
</entry>
<entry>
<title>- Fix zlib crash from zlib.decompressobj().flush(val)</title>
<updated>2008-04-28T07:39:59Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-04-28T07:39:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a90aa21ef527ad71927e81c1021a17312215f08c'/>
<id>urn:sha1:a90aa21ef527ad71927e81c1021a17312215f08c</id>
<content type='text'>
  when val was not positive. It tried to allocate negative
  or zero memory.  That fails.
- Bump PORTREVISION

PR:		123153
Submitted by:	Nick Barkas &lt;snb@threerings.net&gt;
Security:	http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
</content>
</entry>
<entry>
<title>Add support for FreeBSD 8.</title>
<updated>2007-10-29T00:14:50Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2007-10-29T00:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e02f1db939e206766b572d490a63c5358ebdec1'/>
<id>urn:sha1:6e02f1db939e206766b572d490a63c5358ebdec1</id>
<content type='text'>
Obtained from:	Python SVN (r58697, r58698)
</content>
</entry>
<entry>
<title> - Make Python 2.5.1 the default Python version</title>
<updated>2007-07-30T09:42:28Z</updated>
<author>
<name>Alexander Botero-Lowry</name>
<email>alexbl@FreeBSD.org</email>
</author>
<published>2007-07-30T09:42:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4942ce5a7d8a3d0cbebaf4d202011850d1f7569f'/>
<id>urn:sha1:4942ce5a7d8a3d0cbebaf4d202011850d1f7569f</id>
<content type='text'>
 - 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
</content>
</entry>
<entry>
<title>- Force setup.py picks up readline and ncurses from base. This fixes build</title>
<updated>2007-02-27T19:00:23Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-02-27T19:00:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ec9c55f34b00ca163e92c0303eb81f2c0acb5bc3'/>
<id>urn:sha1:ec9c55f34b00ca163e92c0303eb81f2c0acb5bc3</id>
<content type='text'>
  when devel/ncurses installed.
- Similar to python24, don't pick up ncursesw in python25. This results
  in both ncurses are linked into _curses.so

Tested by:	krion
Approved by:	alexbl (python@)
</content>
</entry>
</feed>
