mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
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
This commit is contained in:
parent
3ae5500526
commit
a09e0369dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495045
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user