diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-03-08 23:46:35 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-03-08 23:46:35 +0800 |
commit | a09e0369ddbb8903b4729b4f9752c6cc90f1eeca (patch) | |
tree | e2e0baebdc2f1c469ba8cb436ba7354505b21753 /lang | |
parent | 3ae5500526cf04168727aabcf60893519ef2c5be (diff) | |
download | freebsd-ports-gnome-a09e0369ddbb8903b4729b4f9752c6cc90f1eeca.tar.gz freebsd-ports-gnome-a09e0369ddbb8903b4729b4f9752c6cc90f1eeca.tar.zst freebsd-ports-gnome-a09e0369ddbb8903b4729b4f9752c6cc90f1eeca.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php71/Makefile | 4 | ||||
-rw-r--r-- | lang/php71/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile index dc4f60d9d1a9..73d65a8eb976 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -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} diff --git a/lang/php71/distinfo b/lang/php71/distinfo index eec8d6a5ddee..5a6a60fbe565 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -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 |