Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2016 10:54:52 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
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
Message-ID:  <201602131054.u1DAsq1Z077774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602131054.u1DAsq1Z077774>