From owner-cvs-ports@FreeBSD.ORG Mon Apr 28 07:39:59 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E27A7106564A; Mon, 28 Apr 2008 07:39:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3D618FC19; Mon, 28 Apr 2008 07:39:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3S7dxZO076941; Mon, 28 Apr 2008 07:39:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3S7dxI7076940; Mon, 28 Apr 2008 07:39:59 GMT (envelope-from miwi) Message-Id: <200804280739.m3S7dxI7076940@repoman.freebsd.org> From: Martin Wilke Date: Mon, 28 Apr 2008 07:39:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 07:40:00 -0000 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 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)