Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 43CF01A9239 for ; Sun, 20 Feb 2022 13:03:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 69BF684EB3; Sun, 20 Feb 2022 13:03:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FCB284D39 for ; Sun, 20 Feb 2022 13:03:02 +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 lGyXq8D6R1MG for ; Sun, 20 Feb 2022 13:03:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14C0084CEF for ; Sun, 20 Feb 2022 13:03:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01B33FB24; Sun, 20 Feb 2022 13:03:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164536218175540" MIME-Version: 1.0 Date: Sun, 20 Feb 2022 13:03:01 +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: <20220220130302.01B33FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164536218175540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 20 13:03:01 UTC 2022 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php74: distinfo Log Message: lang/php74: update to 7.4.28 17 Feb 2022, PHP 7.4.28 - Filter: . Fix #81708: UAF due to php_filter_float() failing for ints To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/php74/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164536218175540 Content-Disposition: inline Content-Length: 1905 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.355 pkgsrc/lang/php/phpversion.mk:1.356 --- pkgsrc/lang/php/phpversion.mk:1.355 Mon Jan 24 14:13:36 2022 +++ pkgsrc/lang/php/phpversion.mk Sun Feb 20 13:03:01 2022 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.355 2022/01/24 14:13:36 taca Exp $ +# $NetBSD: phpversion.mk,v 1.356 2022/02/20 13:03:01 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 -PHP74_VERSION= 7.4.27 +PHP74_VERSION= 7.4.28 PHP80_VERSION= 8.0.15 PHP81_VERSION= 8.1.2 Index: pkgsrc/lang/php74/distinfo diff -u pkgsrc/lang/php74/distinfo:1.34 pkgsrc/lang/php74/distinfo:1.35 --- pkgsrc/lang/php74/distinfo:1.34 Sun Dec 19 05:01:06 2021 +++ pkgsrc/lang/php74/distinfo Sun Feb 20 13:03:01 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2021/12/19 05:01:06 taca Exp $ +$NetBSD: distinfo,v 1.35 2022/02/20 13:03:01 taca Exp $ -BLAKE2s (php-7.4.27.tar.xz) = 8a1ebe8d3fef35dedbc5de0b5ceb48f99bd7f82937580ba8b2835fcc7c28244f -SHA512 (php-7.4.27.tar.xz) = 2401f19d738a511c20efdf199fed7a6bdd02b51d91abf68a410f760cf846df87fce4bbf71acdf209926877cf3e8f8f39f045f1f03755862d09491f6ab6c9cfc8 -Size (php-7.4.27.tar.xz) = 10419380 bytes +BLAKE2s (php-7.4.28.tar.xz) = 75a1093845eabf9f5717b0ef9a5f42b18a261eb4bbdf1aec89271eca3620c4b6 +SHA512 (php-7.4.28.tar.xz) = e7fa281a3be9ec46b7fa69619fd417fc04200dc64fd153f9670184d84b0aa3d5f3698536cf18476a96d8a42ba40b856ff57ab18e8e8a485dd9b95467d1952fa8 +Size (php-7.4.28.tar.xz) = 10418352 bytes SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 --_----------=_164536218175540--