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
This commit is contained in:
Torsten Zuehlsdorff 2021-03-06 01:35:59 +00:00
parent f3239f204c
commit 807d804249
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=567451
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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