Date: Fri, 10 Jul 2020 11:28:05 +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: r541856 - branches/2020Q3/lang/php73 Message-ID: <202007101128.06ABS5Pq086917@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Jul 10 11:28:05 2020 New Revision: 541856 URL: https://svnweb.freebsd.org/changeset/ports/541856 Log: MFH: r541854 lang/php73: Update from 7.3.19 to 7.3.20 Changelog: Core: Fixed bug #79650 (php-win.exe 100% cpu lockup). Fixed bug #79668 (get_defined_functions(true) may miss functions). Fixed possibly unsupported timercmp() usage. Exif: Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes). Filter: Fixed bug #73527 (Invalid memory access in php_filter_strip). GD: Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). OpenSSL: Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout). PDO SQLite: Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set). SPL: Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject). Standard: Fixed bug #74267 (segfault with streams and invalid data). Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q3/lang/php73/Makefile branches/2020Q3/lang/php73/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/php73/Makefile ============================================================================== --- branches/2020Q3/lang/php73/Makefile Fri Jul 10 11:25:41 2020 (r541855) +++ branches/2020Q3/lang/php73/Makefile Fri Jul 10 11:28:05 2020 (r541856) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.19 +DISTVERSION= 7.3.20 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q3/lang/php73/distinfo ============================================================================== --- branches/2020Q3/lang/php73/distinfo Fri Jul 10 11:25:41 2020 (r541855) +++ branches/2020Q3/lang/php73/distinfo Fri Jul 10 11:28:05 2020 (r541856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592076676 -SHA256 (php-7.3.19.tar.xz) = 6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422 -SIZE (php-7.3.19.tar.xz) = 12117968 +TIMESTAMP = 1594374478 +SHA256 (php-7.3.20.tar.xz) = 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888 +SIZE (php-7.3.20.tar.xz) = 12118188
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007101128.06ABS5Pq086917>