Date: Mon, 11 Mar 2019 10:25:24 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r495344 - branches/2019Q1/lang/php71 Message-ID: <201903111025.x2BAPOTe073925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Mon Mar 11 10:25:24 2019 New Revision: 495344 URL: https://svnweb.freebsd.org/changeset/ports/495344 Log: MFH: r495045 Update PHP 7.1 from 7.1.26 to 7.1.27 Changelog: Core: Fixed bug #77630 (rename() across the device may allow unwanted access during processing). EXIF: Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). Fixed bug #77540 (Invalid Read on exif_process_SOFn). Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). PHAR: Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename). Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). SPL: Fixed bug #77431 (openFile() silently truncates after a null byte). Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.27 Approved by: ports-secteam (delphij) Modified: branches/2019Q1/lang/php71/Makefile branches/2019Q1/lang/php71/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/lang/php71/Makefile ============================================================================== --- branches/2019Q1/lang/php71/Makefile Mon Mar 11 10:23:59 2019 (r495343) +++ branches/2019Q1/lang/php71/Makefile Mon Mar 11 10:25:24 2019 (r495344) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.26 +PORTVERSION= 7.1.27 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q1/lang/php71/distinfo ============================================================================== --- branches/2019Q1/lang/php71/distinfo Mon Mar 11 10:23:59 2019 (r495343) +++ branches/2019Q1/lang/php71/distinfo Mon Mar 11 10:25:24 2019 (r495344) @@ -1,5 +1,5 @@ -TIMESTAMP = 1547458240 -SHA256 (php-7.1.26.tar.xz) = 10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31 -SIZE (php-7.1.26.tar.xz) = 12206956 +TIMESTAMP = 1552055901 +SHA256 (php-7.1.27.tar.xz) = 25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8 +SIZE (php-7.1.27.tar.xz) = 12219868 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903111025.x2BAPOTe073925>