Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kSO6COiJ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jTKjQwDK Received: by mail.netbsd.org (Postfix, from userid 605) id 1A3EE84E71; Mon, 25 Mar 2024 00:35:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711326952; bh=V97ndbetrh/8wxdRlafSfB/OCUsEQyiJNXugbGcxrrE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=kSO6COiJMV335TjA2lT12WtiVNAmvAszjXRFloo1NxGxrb11xqLCIrbQUtF65P5M1 9xndPljmpgzo5Ckg06BzCTrjV/z/vFi5cajwLPXEsgXu5542oLpsWQ6ZEe0b0ewY5A +FjhZq+Xl8HRQMOS/cHtw194IhPb/uqF4iP9eiYg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ACF984D39 for ; Mon, 25 Mar 2024 00:35:51 +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 kzCsCS8Y2K4M for ; Mon, 25 Mar 2024 00:35:50 +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 63EC284D29 for ; Mon, 25 Mar 2024 00:35:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711326950; bh=V97ndbetrh/8wxdRlafSfB/OCUsEQyiJNXugbGcxrrE=; h=Date:From:Subject:To:Reply-To; b=jTKjQwDKoMF1FhhL9+nq1yvd0GdXPFsyLIqRsR8CN9X3EJm5gLJaAeLLtBtgcUkMG h4DRnv86PeltZo0TyQwa2IZDJPQIZqiIrSg8lZ2xBjR0SsVfEDGypIGIQxX5ltQ3LI EO3Lr4LlV/K7dyYpcKL+Hf6T3E/i1sZuM4H24zBI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FE68FA2C; Mon, 25 Mar 2024 00:35:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711326950121130" MIME-Version: 1.0 Date: Mon, 25 Mar 2024 00:35:50 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/firefox115 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240325003550.4FE68FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711326950121130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Mar 25 00:35:50 UTC 2024 Modified Files: pkgsrc/www/firefox115: Makefile distinfo Log Message: firefox115: update to 115.9.1 Note there are references to use of Python 3.12 as a build tool now being supported, but this has not been tested in pkgsrc as it stands. (This has been tested on NetBSD 9.3_STABLE with pkgsrc defaults.) 115.9.1 Fixes for mfsa2024-16, also known as CVE-2024-29944 115.9.0 Fixes for mfsa2024-13, also known as: CVE-2024-0743, CVE-2024-2607, CVE-2024-2608, CVE-2024-2616, CVE-2023-5388, CVE-2024-2610, CVE-2024-2611, CVE-2024-2612, CVE-2024-2614 115.8.0 Fixes for mfsa2024-06, also known as: CVE-2024-1546, CVE-2024-1547, CVE-2024-1548, CVE-2024-1549, CVE-2024-1550, CVE-2024-1551, CVE-2024-1552, CVE-2024-1553 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/firefox115/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/firefox115/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711326950121130 Content-Disposition: inline Content-Length: 2041 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox115/Makefile diff -u pkgsrc/www/firefox115/Makefile:1.16 pkgsrc/www/firefox115/Makefile:1.17 --- pkgsrc/www/firefox115/Makefile:1.16 Wed Jan 31 16:18:33 2024 +++ pkgsrc/www/firefox115/Makefile Mon Mar 25 00:35:50 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2024/01/31 16:18:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2024/03/25 00:35:50 gutteridge Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 115.7 -MOZ_BRANCH_MINOR= .0esr +MOZ_BRANCH= 115.9 +MOZ_BRANCH_MINOR= .1esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox115-/} Index: pkgsrc/www/firefox115/distinfo diff -u pkgsrc/www/firefox115/distinfo:1.5 pkgsrc/www/firefox115/distinfo:1.6 --- pkgsrc/www/firefox115/distinfo:1.5 Wed Jan 31 16:18:33 2024 +++ pkgsrc/www/firefox115/distinfo Mon Mar 25 00:35:50 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2024/01/31 16:18:33 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2024/03/25 00:35:50 gutteridge Exp $ -BLAKE2s (firefox-115.7.0esr.source.tar.xz) = 7ba9023baacfaf5894cdd2bd196af1492efc9718b833112d50bc7d21dca69372 -SHA512 (firefox-115.7.0esr.source.tar.xz) = d468d8ef117d76e0660c5359c3becf0502354c61bdaaeb4137d86f52b50143abec2ac4578af69afa5670700b57efff1c7323ca23e3339a9eaaa888dee7e8e922 -Size (firefox-115.7.0esr.source.tar.xz) = 515513828 bytes +BLAKE2s (firefox-115.9.1esr.source.tar.xz) = f22cf141215df7a84f324d15cd03dd643c2148900df3ffbda066424181829e74 +SHA512 (firefox-115.9.1esr.source.tar.xz) = 9ccaede2fcda13a07f98a2110bb8f99c7324601d66bff311f3070a669576a1598fe1d7de2d005d725d1f44dbe3934a9c0fd0b7950f60686047d4ce8d9d812310 +Size (firefox-115.9.1esr.source.tar.xz) = 508070816 bytes BLAKE2s (nodejs-output-115.0.tgz) = 95d25628b865aa71e85c63001f4054d03ff58b273ca05784a021fa176b2b1425 SHA512 (nodejs-output-115.0.tgz) = 345108033cfbff90e3244bb5591b307e1fcf56c7290b5112e949d400bdadf08c1e4a6d109b5f7264ac417c2cc4e76371cc14678417f6cb017649cc883bdbb4d4 Size (nodejs-output-115.0.tgz) = 221458 bytes --_----------=_1711326950121130--