Date: Sat, 6 Mar 2021 01:35:59 +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: r567451 - branches/2021Q1/lang/php74 Message-ID: <202103060135.1261ZxsH002314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Sat Mar 6 01:35:59 2021 New Revision: 567451 URL: https://svnweb.freebsd.org/changeset/ports/567451 Log: MFH: r567449 lang/php74: Update from 7.4.15 to 7.4.16 Changelog: Core: Fixed #80706 (mail(): Headers after Bcc headers may be ignored). MySQLnd: Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit null-terminated password). MySQLi: Fixed bug #74779 (x() and y() truncating floats to integers). OPcache: Fixed bug #80682 (opcache doesn't honour pcre.jit option). OpenSSL: Fixed bug #80747 (Providing RSA key size < 512 generates key that crash PHP). Phar: Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb) Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). Fixed bug #53467 (Phar cannot compress large archives). SPL: Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault). Standard: Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes). Zip: Fixed bug #80648 (Fix for bug 79296 should be based on runtime version). Sponsored by: PHP Upgrade Service Modified: branches/2021Q1/lang/php74/Makefile branches/2021Q1/lang/php74/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/lang/php74/Makefile ============================================================================== --- branches/2021Q1/lang/php74/Makefile Sat Mar 6 01:34:35 2021 (r567450) +++ branches/2021Q1/lang/php74/Makefile Sat Mar 6 01:35:59 2021 (r567451) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.15 +DISTVERSION= 7.4.16 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2021Q1/lang/php74/distinfo ============================================================================== --- branches/2021Q1/lang/php74/distinfo Sat Mar 6 01:34:35 2021 (r567450) +++ branches/2021Q1/lang/php74/distinfo Sat Mar 6 01:35:59 2021 (r567451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612541094 -SHA256 (php-7.4.15.tar.xz) = 9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8 -SIZE (php-7.4.15.tar.xz) = 10332360 +TIMESTAMP = 1614952481 +SHA256 (php-7.4.16.tar.xz) = 1c16cefaf88ded4c92eed6a8a41eb682bb2ef42429deb55f1c4ba159053fb98b +SIZE (php-7.4.16.tar.xz) = 10334672
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103060135.1261ZxsH002314>