Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 23:25:15 +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: r551835 - head/lang/php72
Message-ID:  <202010092325.099NPF0L049925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Oct  9 23:25:15 2020
New Revision: 551835
URL: https://svnweb.freebsd.org/changeset/ports/551835

Log:
  lang/php72: Update from 7.2.33 to 7.2.34
  
      Core:
          Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)
      OpenSSL:
          Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)
  
  Sponsored by:	Bounce Experts

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

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Fri Oct  9 22:46:29 2020	(r551834)
+++ head/lang/php72/Makefile	Fri Oct  9 23:25:15 2020	(r551835)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php72
-DISTVERSION=	7.2.33
+DISTVERSION=	7.2.34
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php72/distinfo
==============================================================================
--- head/lang/php72/distinfo	Fri Oct  9 22:46:29 2020	(r551834)
+++ head/lang/php72/distinfo	Fri Oct  9 23:25:15 2020	(r551835)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598390814
-SHA256 (php-7.2.33.tar.xz) = 0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a
-SIZE (php-7.2.33.tar.xz) = 12310624
+TIMESTAMP = 1602192494
+SHA256 (php-7.2.34.tar.xz) = 409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903
+SIZE (php-7.2.34.tar.xz) = 12309432



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