Date: Sat, 3 Aug 2019 19:15:49 +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: r507985 - branches/2019Q3/lang/php73 Message-ID: <201908031915.x73JFnjW023435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Sat Aug 3 19:15:48 2019 New Revision: 507985 URL: https://svnweb.freebsd.org/changeset/ports/507985 Log: MFH: r507979 Update PHP 7.3 from 7.3.7 to 7.3.8 Changelog: Core: Added syslog.filter=raw option. Fixed bug #78212 (Segfault in built-in webserver). Date: Fixed bug #69044 (discrepency between time and microtime). Updated timelib to 2018.02. EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) FTP: Fixed bug #78039 (FTP with SSL memory leak). Libxml: Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). LiteSpeed: Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). Openssl: Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). Opcache: Fixed bug #78341 (Failure to detect smart branch in DFA pass). Fixed bug #78189 (file cache strips last character of uname hash). Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). Fixed bug #78271 (Invalid result of if-else). Fixed bug #78291 (opcache_get_configuration doesn't list all directives). PCRE: Fixed bug #78338 (Array cross-border reading in PCRE). Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" version strings). PDO_Sqlite: Fixed bug #78192 (SegFault when reuse statement after schema has changed). Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Phpdbg: Fixed bug #78297 (Include unexistent file memory leak). SQLite: Upgraded to SQLite 3.28.0. Standard: Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). Fixed bug #78269 (password_hash uses weak options for argon2). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.8 Approved by: ports-secteam (joneum) Modified: branches/2019Q3/lang/php73/Makefile branches/2019Q3/lang/php73/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/lang/php73/Makefile ============================================================================== --- branches/2019Q3/lang/php73/Makefile Sat Aug 3 19:13:10 2019 (r507984) +++ branches/2019Q3/lang/php73/Makefile Sat Aug 3 19:15:48 2019 (r507985) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.7 +DISTVERSION= 7.3.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q3/lang/php73/distinfo ============================================================================== --- branches/2019Q3/lang/php73/distinfo Sat Aug 3 19:13:10 2019 (r507984) +++ branches/2019Q3/lang/php73/distinfo Sat Aug 3 19:15:48 2019 (r507985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562963327 -SHA256 (php-7.3.7.tar.xz) = ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c -SIZE (php-7.3.7.tar.xz) = 11993760 +TIMESTAMP = 1564742295 +SHA256 (php-7.3.8.tar.xz) = f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5 +SIZE (php-7.3.8.tar.xz) = 12064620
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908031915.x73JFnjW023435>