svn commit: r513271 - head/lang/php72
Torsten Zuehlsdorff
tz at FreeBSD.org
Sun Sep 29 21:06:31 UTC 2019
Author: tz
Date: Sun Sep 29 21:06:30 2019
New Revision: 513271
URL: https://svnweb.freebsd.org/changeset/ports/513271
Log:
lang/php72: Update from 7.2.22 to 7.2.23
Changelog:
Core:
Fixed bug #78220 (Can't access OneDrive folder).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
FastCGI:
Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows).
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()).
SPL:
Fixed bug #72884 (SplObject isCloneable() returns true but errs on clone).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.23
Modified:
head/lang/php72/Makefile
head/lang/php72/distinfo
Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile Sun Sep 29 20:22:12 2019 (r513270)
+++ head/lang/php72/Makefile Sun Sep 29 21:06:30 2019 (r513271)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.22
+DISTVERSION= 7.2.23
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: head/lang/php72/distinfo
==============================================================================
--- head/lang/php72/distinfo Sun Sep 29 20:22:12 2019 (r513270)
+++ head/lang/php72/distinfo Sun Sep 29 21:06:30 2019 (r513271)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567512662
-SHA256 (php-7.2.22.tar.xz) = eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3
-SIZE (php-7.2.22.tar.xz) = 12271632
+TIMESTAMP = 1569706270
+SHA256 (php-7.2.23.tar.xz) = 74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14
+SIZE (php-7.2.23.tar.xz) = 12273340
More information about the svn-ports-all
mailing list