Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lDInxE9u; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Jq3qGRUa Received: by mail.netbsd.org (Postfix, from userid 605) id D1F7B84D6C; Sun, 28 Apr 2024 07:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714288488; bh=5a/7j242oN9m2eBF1W0SreNajcuQeQxKvYs69ArVoHI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lDInxE9u0B1DTOC4h6NHK0efhUnXdwTSBEw5uRssfbmylR8J0C+8U/baT3/KR5TUa LDoc7i9KRfEGN/poW+7x6Oo6ju8TqVDYM8Y61DhbPnqEmBxYq4W/SwFqGeMwiPUUO5 6AArIxL2E/LpRZslKrnMuo7wdF3GmA+HjA0UnhfE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C127084D0E for ; Sun, 28 Apr 2024 07:14:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UzwF4mD3jzMt for ; Sun, 28 Apr 2024 07:14:46 +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 17EE984CC8 for ; Sun, 28 Apr 2024 07:14:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714288486; bh=5a/7j242oN9m2eBF1W0SreNajcuQeQxKvYs69ArVoHI=; h=Date:From:Subject:To:Reply-To; b=Jq3qGRUaoUhRGog/4ksXKdXr2GzdadhPh+43ZFxB5Sx/AJLoR8VFXxzsNxiiSJ6J8 9uX/fknoHXFL7OUAC02BPu3PBC+cBrsPHXHnOj2Cb/okpbmJKDMKC2OSj4LY9X4fzx 0FpUzdHyZP3KOmGPc8a2LNCYQBIgppjg3v/IqGQg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AB27FA2C; Sun, 28 Apr 2024 07:14:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714288486241440" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 07:14:46 +0000 From: "S.P.Zeidler" Subject: CVS commit: [pkgsrc-2024Q1] pkgsrc/lang/php To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20240428071446.0AB27FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714288486241440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Sun Apr 28 07:14:45 UTC 2024 Modified Files: pkgsrc/lang/php [pkgsrc-2024Q1]: phpversion.mk Log Message: Pullup #6848bis: add the change to lang/php/phpversion.mk for PHP83_VERSION that pullup #6848 was supposed to contain but didn't. To generate a diff of this commit: cvs rdiff -u -r1.426.2.3 -r1.426.2.4 pkgsrc/lang/php/phpversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714288486241440 Content-Disposition: inline Content-Length: 809 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.426.2.3 pkgsrc/lang/php/phpversion.mk:1.426.2.4 --- pkgsrc/lang/php/phpversion.mk:1.426.2.3 Mon Apr 22 12:56:30 2024 +++ pkgsrc/lang/php/phpversion.mk Sun Apr 28 07:14:45 2024 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.426.2.3 2024/04/22 12:56:30 bsiegert Exp $ +# $NetBSD: phpversion.mk,v 1.426.2.4 2024/04/28 07:14:45 spz 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 @@ -93,7 +93,7 @@ PHP74_VERSION= 7.4.33 PHP80_VERSION= 8.0.30 PHP81_VERSION= 8.1.28 PHP82_VERSION= 8.2.18 -PHP83_VERSION= 8.3.4 +PHP83_VERSION= 8.3.5 # Define API version or initial release of major version. PHP56_RELDATE= 20140828 --_----------=_1714288486241440--