svn commit: r408783 - in branches/2016Q1/graphics/py-pillow: . files

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 13 10:54:53 UTC 2016


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


More information about the svn-ports-branches mailing list