Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=a/Xda6Ex; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Fp1nuzM0 Received: by mail.netbsd.org (Postfix, from userid 605) id 8C12F84DBD; Wed, 24 Apr 2024 14:33:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713969195; bh=37R94a9kLcu70yjvOoJmQysyC9AwqjcxDHkzFcSiEd4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=a/Xda6ExhbxDtCbjczWueOC9RlXUSi723YZKA0l/Le3mKdSFK7jzmpW9ZbzX7Dx1L HD6JNcNm7QY9En2Jrcc7lGlz+I1RIRKfGVlFQcKp7EVFAlkgOAwxn+jcSGFdMMYtoN Ga5Yslu78PIBcmveeSD4yMFK2oY9+af62Kn8H6Ow= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80CDC84DB2 for ; Wed, 24 Apr 2024 14:33:14 +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 sDBqhZ2w9sPn for ; Wed, 24 Apr 2024 14:33:14 +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 E907D84D4B for ; Wed, 24 Apr 2024 14:33:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713969194; bh=37R94a9kLcu70yjvOoJmQysyC9AwqjcxDHkzFcSiEd4=; h=Date:From:Subject:To:Reply-To; b=Fp1nuzM05DzDB1QXOKXjkMD9Xh0xdcJBClDCbI0aC8nq7bwRPk7TvL0xWKfuu3UBF sJUD3BcOMwbwTEcZJeSA5u2hiRdyTBk3OQ2YxnMui80aI5goQlZu8bNfROQN9T/Ojq nz9JZrFElMqkEkQPJ/Ua4MEpbnjgN9MABMoRxpWg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC1FDFA2C; Wed, 24 Apr 2024 14:33:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713969193189390" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 14:33:13 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240424143313.DC1FDFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713969193189390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Apr 24 14:33:13 UTC 2024 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: www/firefox: Update to 125.0.2 Changelog: 125.0.2: Fixed * Reverted the changes recently shipped in Firefox 125 that more proactively blocked downloads from potentially untrustworthy URLs. The changes caused unexpected problems with downloading files in some situations. We plan to fix and re-enable these protections in a future release. (Bug 1892069) To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.598 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.527 -r1.528 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713969193189390 Content-Disposition: inline Content-Length: 1954 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.597 pkgsrc/www/firefox/Makefile:1.598 --- pkgsrc/www/firefox/Makefile:1.597 Tue Apr 16 20:10:32 2024 +++ pkgsrc/www/firefox/Makefile Wed Apr 24 14:33:13 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.597 2024/04/16 20:10:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.598 2024/04/24 14:33:13 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 125.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.527 pkgsrc/www/firefox/distinfo:1.528 --- pkgsrc/www/firefox/distinfo:1.527 Tue Apr 16 20:10:32 2024 +++ pkgsrc/www/firefox/distinfo Wed Apr 24 14:33:13 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.527 2024/04/16 20:10:32 ryoon Exp $ +$NetBSD: distinfo,v 1.528 2024/04/24 14:33:13 ryoon Exp $ -BLAKE2s (firefox-125.0.1.source.tar.xz) = 9ed1d68bd671ae3580cd16e62520ac854349e1e2543c34e9ddd874af95d4fa54 -SHA512 (firefox-125.0.1.source.tar.xz) = 6f2f336de8b0ec9cb19ba20c909407b7b88c0319ee3b2f1f3429133516b0c45b4c7846f287985a0cdb9f34acc7d5378ed14fb48e26bef113c8ac360501a30c4d -Size (firefox-125.0.1.source.tar.xz) = 553213768 bytes +BLAKE2s (firefox-125.0.2.source.tar.xz) = 0827a98b99294464d6ab3d8bcaa03298c914f11263ff41bb7f7047fa362a0478 +SHA512 (firefox-125.0.2.source.tar.xz) = f6d5fff7c5c532d2e41a246d0403bdd746981cfcb7c43f9d3d8ec85a7acc3310a52043d1e18848475cef1b63c24769e81b2b06d68ae007b68016ee51436032f1 +Size (firefox-125.0.2.source.tar.xz) = 544666944 bytes BLAKE2s (nodejs-output-125.0.1.tgz) = d71ccbe962c933929c1d60c16932ffeced62f2bbf89a9747f701294423391ff2 SHA512 (nodejs-output-125.0.1.tgz) = 008bbb4b7ec535d5144f0bba2eba174f05487063c34f4a5b6b544fca2f91b8d2cea50503cce57d948448f60ab7d5aa58480887b03047ea3b03bdf19345197aa3 Size (nodejs-output-125.0.1.tgz) = 224740 bytes --_----------=_1713969193189390--