svn commit: r529090 - branches/2020Q1/lang/php72

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Mar 25 11:16:07 UTC 2020


Author: tz
Date: Wed Mar 25 11:15:56 2020
New Revision: 529090
URL: https://svnweb.freebsd.org/changeset/ports/529090

Log:
  MFH: r529011
  
  lang/php72: Update from 7.2.28 to 7.2.29
  
  Changelog:
  
      Core:
          Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066) (cmb)
      EXIF:
          Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064) (Nikita)
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.29
  
  Sponsored by:	PHP Update Service
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q1/lang/php72/Makefile
  branches/2020Q1/lang/php72/distinfo
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/lang/php72/Makefile
==============================================================================
--- branches/2020Q1/lang/php72/Makefile	Wed Mar 25 10:57:54 2020	(r529089)
+++ branches/2020Q1/lang/php72/Makefile	Wed Mar 25 11:15:56 2020	(r529090)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php72
-DISTVERSION=	7.2.28
+DISTVERSION=	7.2.29
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: branches/2020Q1/lang/php72/distinfo
==============================================================================
--- branches/2020Q1/lang/php72/distinfo	Wed Mar 25 10:57:54 2020	(r529089)
+++ branches/2020Q1/lang/php72/distinfo	Wed Mar 25 11:15:56 2020	(r529090)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582291880
-SHA256 (php-7.2.28.tar.xz) = afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d
-SIZE (php-7.2.28.tar.xz) = 12311760
+TIMESTAMP = 1584746777
+SHA256 (php-7.2.29.tar.xz) = b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8
+SIZE (php-7.2.29.tar.xz) = 12308380


More information about the svn-ports-all mailing list