<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python32/files/patch-Lib-test-test_ioctl.py, branch 7-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=7-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=7-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2012-04-11T12:52:17Z</updated>
<entry>
<title>- Update:</title>
<updated>2012-04-11T12:52:17Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2012-04-11T12:52:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=19425757a8e3a76d2ae6c145867d1e970ffba860'/>
<id>urn:sha1:19425757a8e3a76d2ae6c145867d1e970ffba860</id>
<content type='text'>
  * python26 -&gt; 2.6.8
  * python27 -&gt; 2.7.3
  * python31 -&gt; 3.1.5
  * python32 -&gt; 3.2.1

Security:	http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html
		CVE-2012-0845 CVE-2012-0876 CVE-2012-1150 CVE-2012-0845 CVE-2011-3389
</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>
</feed>
