Date: Fri, 8 Mar 2019 15:46:35 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495045 - head/lang/php71 Message-ID: <201903081546.x28FkZ8p057406@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Mar 8 15:46:35 2019 New Revision: 495045 URL: https://svnweb.freebsd.org/changeset/ports/495045 Log: 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 MFH: 2019Q1 Modified: head/lang/php71/Makefile head/lang/php71/distinfo Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Fri Mar 8 14:49:46 2019 (r495044) +++ head/lang/php71/Makefile Fri Mar 8 15:46:35 2019 (r495045) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.26 -PORTREVISION?= 1 +PORTVERSION= 7.1.27 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Fri Mar 8 14:49:46 2019 (r495044) +++ head/lang/php71/distinfo Fri Mar 8 15:46:35 2019 (r495045) @@ -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?201903081546.x28FkZ8p057406>