Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2021 23:49:59 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560906 - in head: lang/php74 security/php74-openssl/files
Message-ID:  <202101092349.109NnxTi097160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sat Jan  9 23:49:59 2021
New Revision: 560906
URL: https://svnweb.freebsd.org/changeset/ports/560906

Log:
  lang/php74: Upgrade from 7.4.13 to 7.4.14
  
      Core:
          Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()).
          Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION).
          Fixed bug #72964 (White space not unfolded for CC/Bcc headers).
          Fixed bug #80362 (Running dtrace scripts can cause php to crash).
          Fixed bug #80393 (Build of PHP extension fails due to configuration gap with libtool).
          Fixed bug #80402 (configure filtering out -lpthread).
          Fixed bug #77069 (stream filter loses final block of data).
      Fileinfo:
          Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT).
      FPM:
          Fixed bug #69625 (FPM returns 200 status on request without SCRIPT_FILENAME env).
      Intl:
          Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined).
      OpenSSL:
          Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to lack of OCB support).
      Phar:
          Fixed bug #73809 (Phar Zip parse crash - mmap fail).
          Fixed bug #75102 (`PharData` says invalid checksum for valid tar).
          Fixed bug #77322 (PharData::addEmptyDir('/') Possible integer overflow).
      PDO MySQL:
          Fixed bug #80458 (PDOStatement::fetchAll() throws for upsert queries).
          Fixed bug #63185 (nextRowset() ignores MySQL errors with native prepared statements).
          Fixed bug #78152 (PDO::exec() - Bad error handling with multiple commands).
          Fixed bug #70066 (Unexpected "Cannot execute queries while other unbuffered queries").
          Fixed bug #71145 (Multiple statements in init command triggers unbuffered query error).
          Fixed bug #76815 (PDOStatement cannot be GCed/closeCursor-ed when a PROCEDURE resultset SIGNAL).
      Standard:
          Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071)
          Fixed bug #80366 (Return Value of zend_fstat() not Checked).
          Fixed bug #80411 (References to null-serialized object break serialize()).
      Tidy:
          Fixed bug #77594 (ob_tidyhandler is never reset).
      Zlib:
          Fixed #48725 (Support for flushing in zlib stream).
  
  PR:		252509
  Submitted by:	<michael.glaus@hostpoint.ch>

Deleted:
  head/security/php74-openssl/files/
Modified:
  head/lang/php74/Makefile
  head/lang/php74/distinfo

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Sat Jan  9 23:46:45 2021	(r560905)
+++ head/lang/php74/Makefile	Sat Jan  9 23:49:59 2021	(r560906)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.13
-PORTREVISION?=	2
+DISTVERSION=	7.4.14
+PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions
 DISTNAME=	php-${DISTVERSION}

Modified: head/lang/php74/distinfo
==============================================================================
--- head/lang/php74/distinfo	Sat Jan  9 23:46:45 2021	(r560905)
+++ head/lang/php74/distinfo	Sat Jan  9 23:49:59 2021	(r560906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606917205
-SHA256 (php-7.4.13.tar.xz) = aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4
-SIZE (php-7.4.13.tar.xz) = 10319848
+TIMESTAMP = 1610219227
+SHA256 (php-7.4.14.tar.xz) = f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886
+SIZE (php-7.4.14.tar.xz) = 10326868



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101092349.109NnxTi097160>