svn commit: r567449 - head/lang/php74

Torsten Zuehlsdorff tz at FreeBSD.org
Sat Mar 6 01:33:24 UTC 2021


Author: tz
Date: Sat Mar  6 01:33:23 2021
New Revision: 567449
URL: https://svnweb.freebsd.org/changeset/ports/567449

Log:
  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:
  head/lang/php74/Makefile
  head/lang/php74/distinfo

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Sat Mar  6 01:20:48 2021	(r567448)
+++ head/lang/php74/Makefile	Sat Mar  6 01:33:23 2021	(r567449)
@@ -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: head/lang/php74/distinfo
==============================================================================
--- head/lang/php74/distinfo	Sat Mar  6 01:20:48 2021	(r567448)
+++ head/lang/php74/distinfo	Sat Mar  6 01:33:23 2021	(r567449)
@@ -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


More information about the svn-ports-all mailing list