diff options
author | tz <tz@FreeBSD.org> | 2019-01-14 19:00:50 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-01-14 19:00:50 +0800 |
commit | 09873cf07e83e1b740a14baf043cee7a375c36d6 (patch) | |
tree | bdb5bc58af1fa2a345865f528b9dfeb94e7239c2 /lang/php71 | |
parent | 1693f5e263fe02e5cb3ad1294a0294b3f574165b (diff) | |
download | freebsd-ports-gnome-09873cf07e83e1b740a14baf043cee7a375c36d6.tar.gz freebsd-ports-gnome-09873cf07e83e1b740a14baf043cee7a375c36d6.tar.zst freebsd-ports-gnome-09873cf07e83e1b740a14baf043cee7a375c36d6.zip |
Update PHP 7.1 from 7.1.25 to 7.1.26
Changelog:
Core:
Fixed bug #77369 (memcpy with negative length via crafted DNS response).
GD:
Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
IMAP:
Fixed bug #77020 (null pointer dereference in imap_mail).
Mbstring:
Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
Fixed bug #77381 (heap buffer overflow in multibyte match_at).
Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
Fixed bug #77385 (buffer overflow in fetch_token).
Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
Phar:
Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
Xmlrpc:
Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).
Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.26
MFH: 2019Q1
Diffstat (limited to 'lang/php71')
-rw-r--r-- | lang/php71/Makefile | 2 | ||||
-rw-r--r-- | lang/php71/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 5ad45d665350..a4198249b601 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.25 +PORTVERSION= 7.1.26 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 39d18cf88337..eec8d6a5ddee 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1544005139 -SHA256 (php-7.1.25.tar.xz) = 0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 -SIZE (php-7.1.25.tar.xz) = 12205972 +TIMESTAMP = 1547458240 +SHA256 (php-7.1.26.tar.xz) = 10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31 +SIZE (php-7.1.26.tar.xz) = 12206956 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 |