Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 21:30:32 +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: r545455 - in head: lang/php73 mail/php73-imap
Message-ID:  <202008192130.07JLUWP6070523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Aug 19 21:30:32 2020
New Revision: 545455
URL: https://svnweb.freebsd.org/changeset/ports/545455

Log:
  lang/php73: Update from 7.3.20 to 7.3.21
  
  Changelog:
  
      Apache:
          Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
      Core:
          Fixed bug #79877 (getimagesize function silently truncates after a null byte).
          Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
          Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
      COM:
          Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
          Fixed bug #63527 (DCOM does not work with Username, Password parameter).
      Curl:
          Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties).
      Fileinfo:
          Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
      FTP:
          Fixed bug #55857 (ftp_size on large files).
      Mbstring:
          Fixed bug #79787 (mb_strimwidth does not trim string).
      Phar:
          Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
      Standard:
          Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
          Fixed bug #79817 (str_replace() does not handle INDIRECT elements).
          Fixed bug #78008 (dns_check_record() always return true on Alpine).
  
  Sponsored by:	Bounce Experts

Modified:
  head/lang/php73/Makefile
  head/lang/php73/distinfo
  head/mail/php73-imap/Makefile

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Wed Aug 19 21:29:37 2020	(r545454)
+++ head/lang/php73/Makefile	Wed Aug 19 21:30:32 2020	(r545455)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.20
+DISTVERSION=	7.3.21
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php73/distinfo
==============================================================================
--- head/lang/php73/distinfo	Wed Aug 19 21:29:37 2020	(r545454)
+++ head/lang/php73/distinfo	Wed Aug 19 21:30:32 2020	(r545455)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594374478
-SHA256 (php-7.3.20.tar.xz) = 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888
-SIZE (php-7.3.20.tar.xz) = 12118188
+TIMESTAMP = 1597751649
+SHA256 (php-7.3.21.tar.xz) = 4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9
+SIZE (php-7.3.21.tar.xz) = 12123192

Modified: head/mail/php73-imap/Makefile
==============================================================================
--- head/mail/php73-imap/Makefile	Wed Aug 19 21:29:37 2020	(r545454)
+++ head/mail/php73-imap/Makefile	Wed Aug 19 21:30:32 2020	(r545455)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	mail
 
 MASTERDIR=	${.CURDIR}/../../lang/php73



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