Date: Sun, 24 Nov 2019 21:52:20 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518365 - branches/2019Q4/lang/php72 Message-ID: <201911242152.xAOLqK1Y087404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Sun Nov 24 21:52:20 2019 New Revision: 518365 URL: https://svnweb.freebsd.org/changeset/ports/518365 Log: MFH: r518169 lang/php72: Update from 7.2.24 to 7.2.25 Changelog: Core: Fixed bug #78656 (Parse errors classified as highest log-level). Fixed bug #78752 (Segfault if GC triggered while generator stack frame is being destroyed). Fixed bug #78689 (Closure::fromCallable() doesn't handle [Closure, '__invoke']). COM: Fixed bug #78694 (Appending to a variant array causes segfault). Date: Fixed bug #70153 (\DateInterval incorrectly unserialized). Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable). Iconv: Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas, cmb). OpCache: Fixed bug #78654 (Incorrectly computed opcache checksum on files with non-ascii characters). Fixed bug #78747 (OpCache corrupts custom extension result). OpenSSL: Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections). Reflection: Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error message with traits). Sockets: Fixed bug #78665 (Multicasting may leak memory). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.25 Approved by: ports-secteam (joneum) Modified: branches/2019Q4/lang/php72/Makefile branches/2019Q4/lang/php72/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/lang/php72/Makefile ============================================================================== --- branches/2019Q4/lang/php72/Makefile Sun Nov 24 21:51:11 2019 (r518364) +++ branches/2019Q4/lang/php72/Makefile Sun Nov 24 21:52:20 2019 (r518365) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.24 +DISTVERSION= 7.2.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q4/lang/php72/distinfo ============================================================================== --- branches/2019Q4/lang/php72/distinfo Sun Nov 24 21:51:11 2019 (r518364) +++ branches/2019Q4/lang/php72/distinfo Sun Nov 24 21:52:20 2019 (r518365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571995585 -SHA256 (php-7.2.24.tar.xz) = a6a6cc03388060aa5f8f9e45799b72bce1c7ed7b9d7b3f1187787202aad91d25 -SIZE (php-7.2.24.tar.xz) = 12302284 +TIMESTAMP = 1574409107 +SHA256 (php-7.2.25.tar.xz) = 746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9 +SIZE (php-7.2.25.tar.xz) = 12278980
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911242152.xAOLqK1Y087404>