<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python24, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-08-10T17:02:25Z</updated>
<entry>
<title>Pullup ticket 2480 - requested by drochner</title>
<updated>2008-08-10T17:02:25Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2008-08-10T17:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a1824d076751431a446702a544e0660562b406dd'/>
<id>urn:sha1:a1824d076751431a446702a544e0660562b406dd</id>
<content type='text'>
Security patches for python24

Revisions pulled up:
- lang/python24/Makefile		1.44-1.45
- lang/python24/distinfo		1.29-1.31
- lang/python24/patches/patch-ba	1.1
- lang/python24/patches/patch-bb	1.1
- lang/python24/patches/patch-bc	1.1
- lang/python24/patches/patch-bd	1.1
- lang/python24/patches/patch-be	1.1
- lang/python24/patches/patch-bf	1.1
- lang/python24/patches/patch-bg	1.1
- lang/python24/patches/patch-bh	1.1
- lang/python24/patches/patch-bi	1.1
- lang/python24/patches/patch-bj	1.1
- lang/python24/patches/patch-bk	1.1
- lang/python24/patches/patch-bl	1.1
- lang/python24/patches/patch-bm	1.1
---
    Module Name:    pkgsrc
    Committed By:   joerg
    Date:           Mon Jul 14 14:42:51 UTC 2008

    Modified Files:
        pkgsrc/lang/python24: Makefile

    Log Message:
    Always build depend on readline, so that devel/py-readline can pick up
    the right config. Bump revision.
---
    Module Name:    pkgsrc
    Committed By:   drochner
    Date:           Tue Aug  5 10:13:34 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: Makefile distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-ba patch-bb patch-bc patch-bd
                patch-be patch-bf patch-bg

    Log Message:
    add patches from upstream svn rev.65333, fix integer overflows in
    memory allocation (CVE-2008-2315)
---
    Module Name:    pkgsrc
    Committed By:   drochner
    Date:           Tue Aug  5 10:45:46 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-bh patch-bi patch-bj patch-bk
                patch-bl

    Log Message:
    also apply upstream svn rev.65262, fixes overflow checks in memory
    allocation (CVE-2008-3142), ride on PKGREVISION bump some minutes ago
---
    Module Name:    pkgsrc
    Committed By:   drochner
    Date:           Thu Aug  7 11:20:18 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-bm

    Log Message:
    Add a patch from the upstream 2.5 branch (svn rev.63883) to fix an
    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>Fix botched PLIST_VARS conversion.</title>
<updated>2008-04-13T11:03:33Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-04-13T11:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ddf93cab5be7a27b04331de279cbe5528bdae0fd'/>
<id>urn:sha1:ddf93cab5be7a27b04331de279cbe5528bdae0fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84db467ec7c8386066718011f8d47775d5608811'/>
<id>urn:sha1:84db467ec7c8386066718011f8d47775d5608811</id>
<content type='text'>
through PLIST_SUBST to the plist module.
</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>Per the process outlined in revbump(1), perform a recursive revbump</title>
<updated>2008-01-18T05:06:18Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-01-18T05:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c8e24b168b5909ecc586bdbb660570b490d92ef'/>
<id>urn:sha1:1c8e24b168b5909ecc586bdbb660570b490d92ef</id>
<content type='text'>
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
</content>
</entry>
<entry>
<title>Fix builds on Darwin</title>
<updated>2007-12-16T16:44:51Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-12-16T16:44:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=095118707f79e96e0a0b1115324074c9f55b9676'/>
<id>urn:sha1:095118707f79e96e0a0b1115324074c9f55b9676</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build problems under Mac OS X Leopard.</title>
<updated>2007-12-15T18:43:31Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2007-12-15T18:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ebd8c3542832753721b8bbb09454f6a08b55ca2b'/>
<id>urn:sha1:ebd8c3542832753721b8bbb09454f6a08b55ca2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Ex-MASTER_SITE. From Zafer Aydogan.</title>
<updated>2007-12-02T11:17:22Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-12-02T11:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=49de71ef2974588b2fe8411a25b39c1e5cd1898e'/>
<id>urn:sha1:49de71ef2974588b2fe8411a25b39c1e5cd1898e</id>
<content type='text'>
</content>
</entry>
</feed>
