From owner-svn-ports-all@freebsd.org Sat Feb 13 10:54:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC509AA7110; Sat, 13 Feb 2016 10:54:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CB5217D1; Sat, 13 Feb 2016 10:54:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DAsqx5077775; Sat, 13 Feb 2016 10:54:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DAsq1Z077774; Sat, 13 Feb 2016 10:54:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602131054.u1DAsq1Z077774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 13 Feb 2016 10:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408783 - in branches/2016Q1/graphics/py-pillow: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 10:54:53 -0000 Author: koobs Date: Sat Feb 13 10:54:52 2016 New Revision: 408783 URL: https://svnweb.freebsd.org/changeset/ports/408783 Log: MFH: r408782 graphics/py-pillow: Backport security fixes Backport security fixes from 3.1.1 release, resolving the following vulnerabilities: * CVE-2016-0775: Buffer overflow in FLI decoding code * CVE-2016-0740: Buffer overflow in TIFF decoding code * Integer overflow in Resample.c [1] * Buffer overflow in PCD decoder [2] [1] https://github.com/python-pillow/Pillow/issues/1710 [2] https://github.com/python-pillow/Pillow/issues/568 PR: 207053 Submitted by: rakuco Security: a8de962a-cf15-11e5-805c-5453ed2e2b49 Approved by: ports-secteam (security) Added: branches/2016Q1/graphics/py-pillow/files/ - copied from r408782, head/graphics/py-pillow/files/ Modified: branches/2016Q1/graphics/py-pillow/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/py-pillow/Makefile ============================================================================== --- branches/2016Q1/graphics/py-pillow/Makefile Sat Feb 13 10:51:08 2016 (r408782) +++ branches/2016Q1/graphics/py-pillow/Makefile Sat Feb 13 10:54:52 2016 (r408783) @@ -3,6 +3,7 @@ PORTNAME= pillow PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -96,7 +97,7 @@ do-install: ${PYDISTUTILS_SETUP} ${PYDISTUTILS_BUILD_TARGET} ${PYDISTUTILS_BUILDARGS} \ ${PYDISTUTILS_INSTALL_TARGET} ${PYDISTUTILS_INSTALLARGS}) -regression-test: extract +do-test: extract @cd ${WRKSRC} && \ ${PYTHON_CMD} ${PYSETUP} build_ext -i && \ ${PYTHON_CMD} selftest.py