Received: by mail.netbsd.org (Postfix, from userid 605) id 74E8984E20; Fri, 20 Mar 2020 08:14:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F192B84DA2 for ; Fri, 20 Mar 2020 08:14:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id t0YyDICdiLqT for ; Fri, 20 Mar 2020 08:14:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 67B5984D41 for ; Fri, 20 Mar 2020 08:14:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65672FB27; Fri, 20 Mar 2020 08:14:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584692084122830" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 08:14:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200320081444.65672FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584692084122830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 20 08:14:44 UTC 2020 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: distinfo Log Message: lang/php72: update to 7.2.29 Update php72 to 7.2.29. 19 Mar 2020, PHP 7.2.29 - 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) To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/php72/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584692084122830 Content-Disposition: inline Content-Length: 1993 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.291 pkgsrc/lang/php/phpversion.mk:1.292 --- pkgsrc/lang/php/phpversion.mk:1.291 Fri Mar 20 08:13:55 2020 +++ pkgsrc/lang/php/phpversion.mk Fri Mar 20 08:14:44 2020 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.291 2020/03/20 08:13:55 taca Exp $ +# $NetBSD: phpversion.mk,v 1.292 2020/03/20 08:14:44 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -88,7 +88,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 -PHP72_VERSION= 7.2.28 +PHP72_VERSION= 7.2.29 PHP73_VERSION= 7.3.16 PHP74_VERSION= 7.4.4 Index: pkgsrc/lang/php72/distinfo diff -u pkgsrc/lang/php72/distinfo:1.52 pkgsrc/lang/php72/distinfo:1.53 --- pkgsrc/lang/php72/distinfo:1.52 Thu Feb 20 14:47:54 2020 +++ pkgsrc/lang/php72/distinfo Fri Mar 20 08:14:44 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.52 2020/02/20 14:47:54 taca Exp $ +$NetBSD: distinfo,v 1.53 2020/03/20 08:14:44 taca Exp $ -SHA1 (php-7.2.28.tar.xz) = 119ee13b9a945034abcfdf11c81bd4b3b6751d9f -RMD160 (php-7.2.28.tar.xz) = 048d6b9a7cd80ee48cc1fbfffadf69eadeb9c679 -SHA512 (php-7.2.28.tar.xz) = c9465a2858a324c6b68cb99424ef2719da9f8a4177ba9aa87605b2633a8a404cf780612eca50249a57c516d2a0bbe07d5e88654590117124e3528840e3dee9ae -Size (php-7.2.28.tar.xz) = 12311760 bytes +SHA1 (php-7.2.29.tar.xz) = 910952c26c51a5fcc97e0306e7921efeb5d18379 +RMD160 (php-7.2.29.tar.xz) = 2e0bfdbf9b325b02f1a18a2b832d83e002dc49b1 +SHA512 (php-7.2.29.tar.xz) = 16e516b5aa22e18b31f1a988149035c4a405dffd9ebe78dfddc39b8d3b2e096dbbf5162f402dc4a0eb7a4a3376b11073b8c5ade13ff08e1e4ea828ee78756c20 +Size (php-7.2.29.tar.xz) = 12308380 bytes SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_1584692084122830--