<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python/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>2006-10-09T14:29:18Z</updated>
<entry>
<title>- Update the main python version to 2.5.</title>
<updated>2006-10-09T14:29:18Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2006-10-09T14:29:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f'/>
<id>urn:sha1:1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f</id>
<content type='text'>
  - 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 &amp;&amp; make upgrade-site-packages

- Give maintainership of Python ports to the new python@ group which
  includes me, alexbl@ and others.
</content>
</entry>
<entry>
<title>Fix buffer overrun when performing repr() on a unicode string in a build</title>
<updated>2006-10-08T06:48:01Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2006-10-08T06:48:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a1560e82eb3eba77c99e24d5f3fb29a9f7b048f7'/>
<id>urn:sha1:a1560e82eb3eba77c99e24d5f3fb29a9f7b048f7</id>
<content type='text'>
with wide unicode (UCS-4) support.

Obtained from:	Python SVN (#51466)
Security:	CVE-2006-4980
With hat:	secteam
</content>
</entry>
<entry>
<title>Avoid to use "ncursesw" which causes segfault when the system has</title>
<updated>2006-08-12T03:57:46Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2006-08-12T03:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=773ced5fafb2801decdb7ed2b8330e371f2a9deb'/>
<id>urn:sha1:773ced5fafb2801decdb7ed2b8330e371f2a9deb</id>
<content type='text'>
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 &lt;rachid@in.nl&gt;,
		Xiao-Yong Jin &lt;xj2106@columbia.edu&gt;
</content>
</entry>
<entry>
<title>Update to Python 2.4.3.</title>
<updated>2006-03-30T09:40:13Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2006-03-30T09:40:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5c0873479ebed0cfd3c8f5b1ccce0b78c661c618'/>
<id>urn:sha1:5c0873479ebed0cfd3c8f5b1ccce0b78c661c618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring a bugfix enabling WITHOUT_THREADS build again.</title>
<updated>2005-10-04T13:50:02Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2005-10-04T13:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b9805fae01a16ac5ba945825f67b68781f857f40'/>
<id>urn:sha1:b9805fae01a16ac5ba945825f67b68781f857f40</id>
<content type='text'>
Requested by:	Mike Harding &lt;mvh@ix.netcom.com&gt;
Obtained from:	Python CVS
</content>
</entry>
<entry>
<title>- Update to Python 2.4.2. [1]</title>
<updated>2005-10-02T14:31:39Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2005-10-02T14:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=08a19a2887dde504c10617fa8eaf8ac476c9c51c'/>
<id>urn:sha1:08a19a2887dde504c10617fa8eaf8ac476c9c51c</id>
<content type='text'>
- 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 &lt;xride@x12.dk&gt; [1],
		lioux [2], vsevolod [3], sobomax [4]
Obtained from:	Python CVS [4]
</content>
</entry>
<entry>
<title>Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.</title>
<updated>2005-07-28T06:23:56Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2005-07-28T06:23:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b185b497ae5719f7b9f8c0419fbb643399e8060c'/>
<id>urn:sha1:b185b497ae5719f7b9f8c0419fbb643399e8060c</id>
<content type='text'>
Submitted by:	jkim
Obtained from:	Python CVS
</content>
</entry>
<entry>
<title>Backport support for FreeBSD 7 and drop support for FreeBSD 3.</title>
<updated>2005-07-18T12:44:08Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2005-07-18T12:44:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ecd685d3d657f3521b18d5107dffe948dc41c540'/>
<id>urn:sha1:ecd685d3d657f3521b18d5107dffe948dc41c540</id>
<content type='text'>
Fixes for other versions of python will be followed tomorrow.

Submitted by:	nork
Obtained from:	Python CVS
</content>
</entry>
<entry>
<title>Update to Python 2.4.1</title>
<updated>2005-04-03T13:55:44Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2005-04-03T13:55:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=88c5d79c025a935e077a2f496c3edeeeea14dda6'/>
<id>urn:sha1:88c5d79c025a935e077a2f496c3edeeeea14dda6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer</title>
<updated>2005-02-04T04:13:41Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2005-02-04T04:13:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d19bc113cfd16071370c9f044233b211190d5924'/>
<id>urn:sha1:d19bc113cfd16071370c9f044233b211190d5924</id>
<content type='text'>
vulnerability.

PR:		77078
Submitted by:	Marcus Grando &lt;marcus@corp.grupos.com.br&gt;
Security:	CAN-2005-0089
Security:	http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html
Security:	SimpleXMLRPCServer.py allows unrestricted traversal
</content>
</entry>
</feed>
