svn commit: r501023 - in branches/2019Q2: databases/php72-interbase/files lang/php72 lang/php72/files
Torsten Zuehlsdorff
tz at FreeBSD.org
Wed May 8 14:24:04 UTC 2019
Author: tz
Date: Wed May 8 14:24:02 2019
New Revision: 501023
URL: https://svnweb.freebsd.org/changeset/ports/501023
Log:
MFH: r501000
lang/php72: Upgrade from 7.2.17 to 7.2.18
Changelog:
CLI:
Fixed bug #77794 (Incorrect Date header format in built-in server).
EXIF:
Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
Interbase:
Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x).
Intl:
Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null).
litespeed:
LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request().
Mail:
Fixed bug #77821 (Potential heap corruption in TSendMail()).
PCRE:
Fixed bug #77827 (preg_match does not ignore \r in regex flags).
PDO:
Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
phpdbg:
Fixed bug #76801 (too many open files).
Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
Fixed bug #77805 (phpdbg build fails when readline is shared).
Reflection:
Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work).
Fixed bug #77882 (Different behavior: always calls destructor).
Standard:
Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect).
Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED).
Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.18
Approved by: ports-secteam (mivy)
Deleted:
branches/2019Q2/databases/php72-interbase/files/
Modified:
branches/2019Q2/lang/php72/Makefile
branches/2019Q2/lang/php72/distinfo
branches/2019Q2/lang/php72/files/patch-acinclude.m4
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/lang/php72/Makefile
==============================================================================
--- branches/2019Q2/lang/php72/Makefile Wed May 8 14:22:06 2019 (r501022)
+++ branches/2019Q2/lang/php72/Makefile Wed May 8 14:24:02 2019 (r501023)
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.17
-PORTREVISION?= 2
+DISTVERSION= 7.2.18
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
@@ -58,7 +58,7 @@ MYSQLND_DESC= Build with MySQL Native Driver
LINKTHR_DESC= Link thread lib (for threaded extensions)
ZTS_DESC= Force Zend Thread Safety (ZTS) build
-CONFLICTS= php56-* php70-* php71-* php73-*
+#CONFLICTS= php56-* php70-* php71-* php73-*
DESTDIRNAME= INSTALL_ROOT
Modified: branches/2019Q2/lang/php72/distinfo
==============================================================================
--- branches/2019Q2/lang/php72/distinfo Wed May 8 14:22:06 2019 (r501022)
+++ branches/2019Q2/lang/php72/distinfo Wed May 8 14:24:02 2019 (r501023)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554455753
-SHA256 (php-7.2.17.tar.xz) = a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84
-SIZE (php-7.2.17.tar.xz) = 12144120
+TIMESTAMP = 1557174681
+SHA256 (php-7.2.18.tar.xz) = 9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
+SIZE (php-7.2.18.tar.xz) = 12172696
Modified: branches/2019Q2/lang/php72/files/patch-acinclude.m4
==============================================================================
--- branches/2019Q2/lang/php72/files/patch-acinclude.m4 Wed May 8 14:22:06 2019 (r501022)
+++ branches/2019Q2/lang/php72/files/patch-acinclude.m4 Wed May 8 14:24:02 2019 (r501023)
@@ -5,7 +5,7 @@
dnl ---------------------------------------------- CLI static module
[PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
- case "$PHP_SAPI" in
-- cgi|embed[)]
+- cgi|embed|phpdbg[)]
- PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,)
- EXT_STATIC="$EXT_STATIC $1;$ext_dir"
- ;;
More information about the svn-ports-all
mailing list