svn commit: r551837 - head/lang/php74

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Oct 9 23:27:09 UTC 2020


Author: tz
Date: Fri Oct  9 23:27:08 2020
New Revision: 551837
URL: https://svnweb.freebsd.org/changeset/ports/551837

Log:
  lang/php74: Update from 7.4.10 to 7.4.11
  
      Core:
          Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)
          Fixed bug #79979 (passing value to by-ref param via CUFA crashes).
          Fixed bug #80037 (Typed property must not be accessed before initialization when __get() declared).
          Fixed bug #80048 (Bug #69100 has not been fixed for Windows).
          Fixed bug #80049 (Memleak when coercing integers to string via variadic argument).
      Calendar:
          Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
      COM:
          Fixed bug #64130 (COM obj parameters passed by reference are not updated).
      OPcache:
          Fixed bug #80002 (calc free space for new interned string is wrong).
          Fixed bug #80046 (FREE for SWITCH_STRING optimized away).
          Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode handlers changed).
      OpenSSL:
          Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)
      PDO:
          Fixed bug #80027 (Terrible performance using $query->fetch on queries with many bind parameters).
      SOAP:
          Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked").
      Standard:
          Fixed bug #79986 (str_ireplace bug with diacritics characters).
          Fixed bug #80077 (getmxrr test bug).
          Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
          Fixed bug #80067 (Omitting the port in bindto setting errors).
  
  Sponsored by:	Bounce Experts

Modified:
  head/lang/php74/Makefile
  head/lang/php74/distinfo

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Fri Oct  9 23:26:05 2020	(r551836)
+++ head/lang/php74/Makefile	Fri Oct  9 23:27:08 2020	(r551837)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.10
+DISTVERSION=	7.4.11
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions

Modified: head/lang/php74/distinfo
==============================================================================
--- head/lang/php74/distinfo	Fri Oct  9 23:26:05 2020	(r551836)
+++ head/lang/php74/distinfo	Fri Oct  9 23:27:08 2020	(r551837)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599249301
-SHA256 (php-7.4.10.tar.xz) = c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010
-SIZE (php-7.4.10.tar.xz) = 10298480
+TIMESTAMP = 1602192451
+SHA256 (php-7.4.11.tar.xz) = 5d31675a9b9c21b5bd03389418218c30b26558246870caba8eb54f5856e2d6ce
+SIZE (php-7.4.11.tar.xz) = 10302076


More information about the svn-ports-all mailing list