<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python24/distinfo, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-09-19T09:30:41Z</updated>
<entry>
<title>Fixes module names in disabled_module_list</title>
<updated>2009-09-19T09:30:41Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-09-19T09:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=34c29a226d35d1777c821bddcb209c47ce2a2c41'/>
<id>urn:sha1:34c29a226d35d1777c821bddcb209c47ce2a2c41</id>
<content type='text'>
 * "bsddb" does not exists, probably removed/renamed before/in Python24.
 * "mpz" was removed in Python24.
</content>
</entry>
<entry>
<title>Fix a possibly long-standing issue, but also possibly fallout from the db4</title>
<updated>2009-09-09T05:59:37Z</updated>
<author>
<name>dsainty</name>
<email>dsainty</email>
</author>
<published>2009-09-09T05:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b2375802c0ddafe8600e7c71cf915f131add5f8'/>
<id>urn:sha1:1b2375802c0ddafe8600e7c71cf915f131add5f8</id>
<content type='text'>
changes.  The "dbm" module could fail to build correctly, erroring out with:

*** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.4/dbm.so: undefined symbol: dbm_firstkey

In this case, the "dbm" module has accidentally linked with "databases/gdbm",
which happens to be installed, but was never buildlinked in.  It may be
relevant that /usr/include/gdbm/ndbm.h is installed on this system.

Remove the "gdbm" test from the "dbm" module configuration, leaving the "ndbm"
support, and the fall-back "bdb" support (which will likely fall back to db4).

Bump PKGREVISION - the package would still install, but with missing
functionality.
</content>
</entry>
<entry>
<title>Add a patch from the upstream 2.5 branch (svn rev.63883) to fix an</title>
<updated>2008-08-07T11:20:18Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-08-07T11:20:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1ab76caa599f74aec2af9e96c6c5702b3085c9c1'/>
<id>urn:sha1:1ab76caa599f74aec2af9e96c6c5702b3085c9c1</id>
<content type='text'>
integer overflow in the vsnprintf replacement function.
This is likely not a real problem, and the patch wasn't pulled to
the upstream 2.4 branch, but so we can formally declare our 2.4
as not vulnerable now.
</content>
</entry>
<entry>
<title>also apply upstream svn rev.65262, fixes overflow checks in memory</title>
<updated>2008-08-05T10:45:45Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-08-05T10:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=26b10ff3c1261d32a102db4188bd72d0609b4cac'/>
<id>urn:sha1:26b10ff3c1261d32a102db4188bd72d0609b4cac</id>
<content type='text'>
allocation (CVE-2008-3142), ride on PKGREVISION bump some minutes ago
</content>
</entry>
<entry>
<title>add patches from upstream svn rev.65333, fix integer overflows in</title>
<updated>2008-08-05T10:13:34Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-08-05T10:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ad1c107cb33582885229e6394e308474e5f4c7fd'/>
<id>urn:sha1:ad1c107cb33582885229e6394e308474e5f4c7fd</id>
<content type='text'>
memory allocation (CVE-2008-2315)
</content>
</entry>
<entry>
<title>update to 2.4.5</title>
<updated>2008-04-11T10:44:08Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-04-11T10:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=798171e8ea0428e296e68b0849aa3d4dee37e0ee'/>
<id>urn:sha1:798171e8ea0428e296e68b0849aa3d4dee37e0ee</id>
<content type='text'>
This release includes just a small number of fixes, primarily preventing
crashes of the interpreter in certain boundary cases.
</content>
</entry>
<entry>
<title>fix possible buffer overflow by negative atguments to zlib.flush(),</title>
<updated>2008-04-11T10:32:33Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-04-11T10:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6cb4995039ec5ac1e8560e7a885d34d69d2949f8'/>
<id>urn:sha1:6cb4995039ec5ac1e8560e7a885d34d69d2949f8</id>
<content type='text'>
from upstream CVS, bump PKGREVISION
</content>
</entry>
<entry>
<title>Don't use FreeBSD's bluetooth define on DragonFly as well.</title>
<updated>2008-02-22T13:03:25Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-02-22T13:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b37b2f40ef1c226eca22668e48067ddc03a4ac9'/>
<id>urn:sha1:3b37b2f40ef1c226eca22668e48067ddc03a4ac9</id>
<content type='text'>
From PR 37821.
</content>
</entry>
<entry>
<title>NetBSD has a 4-argument mremap, so adjust for that.</title>
<updated>2007-07-17T21:08:52Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-07-17T21:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f234c436b58d0f00112bca201542b37f2bfe38e7'/>
<id>urn:sha1:f234c436b58d0f00112bca201542b37f2bfe38e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.4.4:</title>
<updated>2007-06-08T14:16:15Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-06-08T14:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d7abb0730127671a01673358c34ce3915379bc9'/>
<id>urn:sha1:8d7abb0730127671a01673358c34ce3915379bc9</id>
<content type='text'>
We are pleased to announce the release of Python 2.4.4 (FINAL), a
bugfix release of Python 2.4, on October 18, 2006.

Important: 2.4.4 includes a security fix (PSF-2006-001) for the
repr() of unicode strings in wide unicode builds (UCS-4) [does not
affect pkgsrc]

Python 2.4 is now in bugfix-only mode; no new features are being
added. At least 80 bugs have been squished since Python 2.4.3,
including a number of bugs and potential bugs found by with the
Coverity and Klocwork static analysis tools. We'd like to offer
our thanks to both these firms for making this available for open
source projects - see their websites if you're interested.
</content>
</entry>
</feed>
