Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 21:08:25 +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: r513272 - head/lang/php73
Message-ID:  <201909292108.x8TL8P4I037136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sun Sep 29 21:08:25 2019
New Revision: 513272
URL: https://svnweb.freebsd.org/changeset/ports/513272

Log:
  lang/php73: Update from 7.3.9 to 7.3.10
  
  Changelog:
  
      Core:
          Fixed bug #78220 (Can't access OneDrive folder).
          Fixed bug #77922 (Double release of doc comment on inherited shadow property).
          Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
          Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
      FastCGI:
          Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows).
      FPM:
          Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr notation).
      Intl:
          Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8() when requested.
      MBString:
          Fixed bug #78559 (Heap buffer overflow in mb_eregi).
      MySQLnd:
          Fixed connect_attr issues and added the _server_host connection attribute.
      ODBC:
          Fixed bug #78473 (odbc_close() closes arbitrary resources).
      PDO_MySQL:
          Fixed bug #41997 (SP call yields additional empty result set).
      sodium:
          Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.10
  
  No MFH requested, because the new branch should be created in two days and i won't be able to commit
  it before.

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

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Sun Sep 29 21:06:30 2019	(r513271)
+++ head/lang/php73/Makefile	Sun Sep 29 21:08:25 2019	(r513272)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.9
+DISTVERSION=	7.3.10
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php73/distinfo
==============================================================================
--- head/lang/php73/distinfo	Sun Sep 29 21:06:30 2019	(r513271)
+++ head/lang/php73/distinfo	Sun Sep 29 21:08:25 2019	(r513272)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567513009
-SHA256 (php-7.3.9.tar.xz) = 4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd
-SIZE (php-7.3.9.tar.xz) = 12064244
+TIMESTAMP = 1569706272
+SHA256 (php-7.3.10.tar.xz) = 42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906
+SIZE (php-7.3.10.tar.xz) = 12086948



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