Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2020 10:37:22 +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: r538724 - head/lang/php73
Message-ID:  <202006141037.05EAbMS6051112@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sun Jun 14 10:37:22 2020
New Revision: 538724
URL: https://svnweb.freebsd.org/changeset/ports/538724

Log:
  lang/php73: Update from 7.3.18 to 7.3.19
  
  Changelog:
  
      Core:
          Fixed bug #79566 (Private SHM is not private on Windows).
          Fixed bug #79489 (.user.ini does not inherit).
      GD:
          Fixed bug #79615 (Wrong GIF header written in GD GIFEncode).
      MySQLnd:
          Fixed bug #79596 (MySQL FLOAT truncates to int some locales).
      Opcache:
          Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
          Fixed bug #79588 (Boolean opcache settings ignore on/off values).
      Standard:
          Fixed bug #79561 (dns_get_record() fails with DNS_ALL).
  
  Sponsored by:	Bounce Experts

Modified:
  head/lang/php73/Makefile
  head/lang/php73/distinfo

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Sun Jun 14 09:58:53 2020	(r538723)
+++ head/lang/php73/Makefile	Sun Jun 14 10:37:22 2020	(r538724)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.18
+DISTVERSION=	7.3.19
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php73/distinfo
==============================================================================
--- head/lang/php73/distinfo	Sun Jun 14 09:58:53 2020	(r538723)
+++ head/lang/php73/distinfo	Sun Jun 14 10:37:22 2020	(r538724)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589480031
-SHA256 (php-7.3.18.tar.xz) = 7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58
-SIZE (php-7.3.18.tar.xz) = 12116280
+TIMESTAMP = 1592076676
+SHA256 (php-7.3.19.tar.xz) = 6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422
+SIZE (php-7.3.19.tar.xz) = 12117968



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