Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDB1384D0C for ; Sun, 15 Oct 2023 07:48:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QF6MceprNhd2 for ; Sun, 15 Oct 2023 07:48:00 +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 EABFC84D09 for ; Sun, 15 Oct 2023 07:47:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFA4CFADC; Sun, 15 Oct 2023 07:47:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697356079273100" MIME-Version: 1.0 Date: Sun, 15 Oct 2023 07:47:59 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox115 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20231015074759.DFA4CFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697356079273100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Oct 15 07:47:59 UTC 2023 Modified Files: pkgsrc/www/firefox115: Makefile distinfo Log Message: firefox115: Update to 115.3.1 Changelog: 115.3.1 * Security fix Mozilla Foundation Security Advisory 2023-44 #CVE-2023-5217: Heap buffer overflow in libvpx 115.3.0 Fixed * Various security fixes and other quality improvements. Mozilla Foundation Security Advisory 2023-42 #CVE-2023-5168: Out-of-bounds write in FilterNodeD2D1 #CVE-2023-5169: Out-of-bounds write in PathOps #CVE-2023-5171: Use-after-free in Ion Compiler #CVE-2023-5174: Double-free in process spawning on Windows #CVE-2023-5176: Memory safety bugs fixed in Firefox 118, Firefox ESR 115.3, and Thunderbird 115.3 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox115/Makefile \ pkgsrc/www/firefox115/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697356079273100 Content-Disposition: inline Content-Length: 2025 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.1 pkgsrc/www/firefox115/Makefile:1.2 --- pkgsrc/www/firefox115/Makefile:1.1 Mon Sep 11 12:33:25 2023 +++ pkgsrc/www/firefox115/Makefile Sun Oct 15 07:47:59 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2023/09/11 12:33:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2023/10/15 07:47:59 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 115.2 -MOZ_BRANCH_MINOR= .0esr +MOZ_BRANCH= 115.3 +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.1 pkgsrc/www/firefox115/distinfo:1.2 --- pkgsrc/www/firefox115/distinfo:1.1 Mon Sep 11 12:33:25 2023 +++ pkgsrc/www/firefox115/distinfo Sun Oct 15 07:47:59 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2023/09/11 12:33:25 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2023/10/15 07:47:59 ryoon Exp $ -BLAKE2s (firefox-115.2.0esr.source.tar.xz) = eb64581135bb1c9a5207d79fffd319c59817d03e334d659ead42aa2a54a72e86 -SHA512 (firefox-115.2.0esr.source.tar.xz) = df3b4efd9607e8eb4932717760c865eb31ac7a96246cb4385190c33316c9595e0793a1f3c45ebb9674a9ba4fce98d83f71b063bef09ef307d92d1cd78d30d812 -Size (firefox-115.2.0esr.source.tar.xz) = 514055028 bytes +BLAKE2s (firefox-115.3.1esr.source.tar.xz) = 5b4076a017c80f161353afce1aed9716424a8369719df7b0534bc1ea91ec6dec +SHA512 (firefox-115.3.1esr.source.tar.xz) = 65cb6fc46bba03eed742bd67f8e36b63b19f2ad7b85d2f503595704a4e88f554758a1e66ba548c8efe97a76322fb2514db72e6ff4bb2992d1aaa86edc3af85f1 +Size (firefox-115.3.1esr.source.tar.xz) = 515785920 bytes BLAKE2s (nodejs-output-115.0.tgz) = 95d25628b865aa71e85c63001f4054d03ff58b273ca05784a021fa176b2b1425 SHA512 (nodejs-output-115.0.tgz) = 345108033cfbff90e3244bb5591b307e1fcf56c7290b5112e949d400bdadf08c1e4a6d109b5f7264ac417c2cc4e76371cc14678417f6cb017649cc883bdbb4d4 Size (nodejs-output-115.0.tgz) = 221458 bytes --_----------=_1697356079273100--