Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 88E671A9239 for ; Mon, 25 Oct 2021 01:02:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F11284E8C; Mon, 25 Oct 2021 01:02:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7DCE84CE7 for ; Mon, 25 Oct 2021 01:02:39 +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 N1vIRbIev_h3 for ; Mon, 25 Oct 2021 01:02:39 +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 2998384C86 for ; Mon, 25 Oct 2021 01:02:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B703FA97; Mon, 25 Oct 2021 01:02:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163512375936750" MIME-Version: 1.0 Date: Mon, 25 Oct 2021 01:02:39 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211025010239.1B703FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163512375936750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Oct 25 01:02:39 UTC 2021 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: 93 requires nss>=3.70 To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 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. --_----------=_163512375936750 Content-Disposition: inline Content-Length: 922 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.209 pkgsrc/www/firefox/mozilla-common.mk:1.210 --- pkgsrc/www/firefox/mozilla-common.mk:1.209 Sat Oct 2 13:10:52 2021 +++ pkgsrc/www/firefox/mozilla-common.mk Mon Oct 25 01:02:38 2021 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.209 2021/10/02 13:10:52 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.210 2021/10/25 01:02:38 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -179,7 +179,7 @@ BUILDLINK_API_DEPENDS.libevent+= libeven BUILDLINK_API_DEPENDS.nspr+= nspr>=4.32 .include "../../devel/nspr/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.69 +BUILDLINK_API_DEPENDS.nss+= nss>=3.70 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" #.include "../../mk/jpeg.buildlink3.mk" --_----------=_163512375936750--