svn commit: r511035 - head/lang/php72

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Sep 3 20:23:15 UTC 2019


Author: tz
Date: Tue Sep  3 20:23:13 2019
New Revision: 511035
URL: https://svnweb.freebsd.org/changeset/ports/511035

Log:
  lang/php72: Update from 7.2.21 to 7.2.22
  
  Changelog:
  
      Core:
          Fixed bug #78363 (Buffer overflow in zendparse).
          Fixed bug #78379 (Cast to object confuses GC, causes crash).
      Curl:
          Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
      Exif:
          Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and invalid cast).
      Iconv:
          Fixed bug #78342 (Bus error in configure test for iconv //IGNORE).
      LiteSpeed:
          Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).
      MySQLnd:
          Fixed bug #78179 (MariaDB server version incorrectly detected).
      Opcache:
          Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is used).
      Standard:
          Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream) with invalid length).
          Fixed bug #78282 (atime and mtime mismatch).
          Fixed bug #78326 (improper memory deallocation on stream_get_contents() with fixed length buffer).
  
  MFH:		2019Q3

Modified:
  head/lang/php72/Makefile
  head/lang/php72/distinfo

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Tue Sep  3 20:22:16 2019	(r511034)
+++ head/lang/php72/Makefile	Tue Sep  3 20:23:13 2019	(r511035)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php72
-DISTVERSION=	7.2.21
+DISTVERSION=	7.2.22
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php72/distinfo
==============================================================================
--- head/lang/php72/distinfo	Tue Sep  3 20:22:16 2019	(r511034)
+++ head/lang/php72/distinfo	Tue Sep  3 20:23:13 2019	(r511035)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564742313
-SHA256 (php-7.2.21.tar.xz) = de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95
-SIZE (php-7.2.21.tar.xz) = 12298448
+TIMESTAMP = 1567512662
+SHA256 (php-7.2.22.tar.xz) = eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3
+SIZE (php-7.2.22.tar.xz) = 12271632


More information about the svn-ports-all mailing list