Date: Thu, 11 Sep 2008 08:05:23 +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/python24 Makefile ports/lang/python24/files patch-include-pymem.h patch-module_arraymodule.c patch-module_obmalloc.c patch-module_selectmodule.c patch-modules_almodule.c patch-modules_gcmodule.c patch-modules_mmapmodule.c patch-modules_stropmodule.c patch-objects-bufferobject.c ... Message-ID: <200809110805.m8B85NN8093208@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-09-11 08:05:23 UTC FreeBSD ports repository Modified files: lang/python24 Makefile Added files: lang/python24/files patch-include-pymem.h patch-module_arraymodule.c patch-module_obmalloc.c patch-module_selectmodule.c patch-modules_almodule.c patch-modules_gcmodule.c patch-modules_mmapmodule.c patch-modules_stropmodule.c patch-objects-bufferobject.c patch-objects_stringobject.c patch-objects_tupleobject.c patch-objects_unicodeobject.c patch-python_mysnprintf.c Log: - add patches from upstream svn rev.65333, fix integer overflows in memory allocation (CVE-2008-2315 and CVE-2008-2316) - also apply upstream svn rev.65262, fixes overflow checks in memory allocation (CVE-2008-3142 and CVE-2008-3144) Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/0dccaa28-7f3c-11dd-8de5-0030843d3802.html Revision Changes Path 1.165 +1 -1 ports/lang/python24/Makefile 1.1 +58 -0 ports/lang/python24/files/patch-include-pymem.h (new) 1.1 +33 -0 ports/lang/python24/files/patch-module_arraymodule.c (new) 1.1 +34 -0 ports/lang/python24/files/patch-module_obmalloc.c (new) 1.1 +16 -0 ports/lang/python24/files/patch-module_selectmodule.c (new) 1.1 +14 -0 ports/lang/python24/files/patch-modules_almodule.c (new) 1.1 +23 -0 ports/lang/python24/files/patch-modules_gcmodule.c (new) 1.1 +11 -0 ports/lang/python24/files/patch-modules_mmapmodule.c (new) 1.1 +31 -0 ports/lang/python24/files/patch-modules_stropmodule.c (new) 1.1 +13 -0 ports/lang/python24/files/patch-objects-bufferobject.c (new) 1.1 +42 -0 ports/lang/python24/files/patch-objects_stringobject.c (new) 1.1 +17 -0 ports/lang/python24/files/patch-objects_tupleobject.c (new) 1.1 +112 -0 ports/lang/python24/files/patch-objects_unicodeobject.c (new) 1.1 +55 -0 ports/lang/python24/files/patch-python_mysnprintf.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809110805.m8B85NN8093208>