Date: Mon, 28 Apr 2008 07:39:59 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python23 Makefile ports/lang/python23/files patch-Lib-test-test_zlib.py patch-Modules-zlibmodule.c ports/lang/python24 Makefile ports/lang/python24/files patch-Lib-test-test_zlib.py patch-Modules-zlibmodule.c Message-ID: <200804280739.m3S7dxI7076940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-04-28 07:39:59 UTC FreeBSD ports repository Modified files: lang/python23 Makefile lang/python24 Makefile Added files: lang/python23/files patch-Lib-test-test_zlib.py patch-Modules-zlibmodule.c lang/python24/files patch-Lib-test-test_zlib.py patch-Modules-zlibmodule.c Log: - Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. It tried to allocate negative or zero memory. That fails. - Bump PORTREVISION PR: 123153 Submitted by: Nick Barkas <snb@threerings.net> Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html Revision Changes Path 1.152 +1 -0 ports/lang/python23/Makefile 1.1 +14 -0 ports/lang/python23/files/patch-Lib-test-test_zlib.py (new) 1.1 +13 -0 ports/lang/python23/files/patch-Modules-zlibmodule.c (new) 1.162 +1 -0 ports/lang/python24/Makefile 1.1 +14 -0 ports/lang/python24/files/patch-Lib-test-test_zlib.py (new) 1.1 +13 -0 ports/lang/python24/files/patch-Modules-zlibmodule.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804280739.m3S7dxI7076940>