svn commit: r503193 - head/lang/php71
Torsten Zuehlsdorff
tz at FreeBSD.org
Fri May 31 21:56:11 UTC 2019
Author: tz
Date: Fri May 31 21:56:09 2019
New Revision: 503193
URL: https://svnweb.freebsd.org/changeset/ports/503193
Log:
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
Modified:
head/lang/php71/Makefile
head/lang/php71/distinfo
Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile Fri May 31 19:32:00 2019 (r503192)
+++ head/lang/php71/Makefile Fri May 31 21:56:09 2019 (r503193)
@@ -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
Modified: head/lang/php71/distinfo
==============================================================================
--- head/lang/php71/distinfo Fri May 31 19:32:00 2019 (r503192)
+++ head/lang/php71/distinfo Fri May 31 21:56:09 2019 (r503193)
@@ -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
More information about the svn-ports-all
mailing list