Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 9084F1A921F for ; Tue, 17 Nov 2020 18:03:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CF9A984DAD; Tue, 17 Nov 2020 18:03:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 150B984D8C for ; Tue, 17 Nov 2020 18:03:01 +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 5SDAhBzemD1H for ; Tue, 17 Nov 2020 18:03:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C9F684CD8 for ; Tue, 17 Nov 2020 18:03:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66084FA9D; Tue, 17 Nov 2020 18:03:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605636180174480" MIME-Version: 1.0 Date: Tue, 17 Nov 2020 18:03:00 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20201117180300.66084FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605636180174480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Tue Nov 17 18:03:00 UTC 2020 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: 83.0 also requires nss 3.58 or later. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 pkgsrc/www/firefox/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605636180174480 Content-Disposition: inline Content-Length: 923 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/mozilla-common.mk diff -u pkgsrc/www/firefox/mozilla-common.mk:1.188 pkgsrc/www/firefox/mozilla-common.mk:1.189 --- pkgsrc/www/firefox/mozilla-common.mk:1.188 Tue Nov 17 17:54:50 2020 +++ pkgsrc/www/firefox/mozilla-common.mk Tue Nov 17 18:03:00 2020 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.188 2020/11/17 17:54:50 tsutsui Exp $ +# $NetBSD: mozilla-common.mk,v 1.189 2020/11/17 18:03:00 tsutsui Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -174,7 +174,7 @@ BUILDLINK_API_DEPENDS.libevent+= libeven BUILDLINK_API_DEPENDS.nspr+= nspr>=4.26 .include "../../devel/nspr/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.56 +BUILDLINK_API_DEPENDS.nss+= nss>=3.58 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" #.include "../../mk/jpeg.buildlink3.mk" --_----------=_1605636180174480--