diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-05-31 21:56:09 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-05-31 21:56:09 +0000 |
commit | e26436dd53fb6c26ac4c2c650bd5f7e2904ad607 (patch) | |
tree | 70013a0d87ca107d0508f3e2ad6ccdde86a06550 | |
parent | f474e5deed4a5852fff1177494a49a7fcce41151 (diff) | |
download | freebsd-ports-e26436dd53fb6c26ac4c2c650bd5f7e2904ad607.zip |
lang/php71: Update from 7.1.29 to 7.1.30
Changelog:
EXIF:
Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16) (CVE-2019-11040).
GD:
Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm) (CVE-2019-11038).
Iconv:
Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow) (CVE-2019-11039).
SQLite:
Fixed bug #77967 (Bypassing open_basedir restrictions via file uris).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.30
MFH: 2019Q2
-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 3b7b31deb9a1..baf4c3aaa5c7 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.29 +PORTVERSION= 7.1.30 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php71/distinfo b/lang/php71/distinfo index bb885dec5645..30a6bfb42303 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1557308735 -SHA256 (php-7.1.29.tar.xz) = b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb -SIZE (php-7.1.29.tar.xz) = 12221984 +TIMESTAMP = 1559316094 +SHA256 (php-7.1.30.tar.xz) = 6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c +SIZE (php-7.1.30.tar.xz) = 12221980 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 |