From 0b932664cbba670896a040003c36a28beffbe049 Mon Sep 17 00:00:00 2001 From: landry Date: Tue, 7 Jan 2020 17:27:45 +0000 Subject: [PATCH] Require nss 3.49 for consumers building with system nss (technically, gecko 72 only requires 3.48 but 73 will require 3.49) --- www/mozilla/mozilla.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/mozilla/mozilla.port.mk b/www/mozilla/mozilla.port.mk index 19f2233828d..9c0ce1e6d9b 100644 --- a/www/mozilla/mozilla.port.mk +++ b/www/mozilla/mozilla.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: mozilla.port.mk,v 1.128 2019/12/03 16:49:45 landry Exp $ +# $OpenBSD: mozilla.port.mk,v 1.129 2020/01/07 17:27:45 landry Exp $ # ppc: firefox-esr/thunderbird xpcshell segfaults during startup compilation # ppc: seamonkey/firefox - failure to link for atomic ops on 64 bits @@ -61,7 +61,7 @@ MODMOZ_BUILD_DEPENDS = devel/autoconf/2.13 \ archivers/zip>=2.3 .if !defined(MOZILLA_USE_BUNDLED_NSS) -MODMOZ_LIB_DEPENDS += security/nss>=3.47.1 +MODMOZ_LIB_DEPENDS += security/nss>=3.49 MODMOZ_WANTLIB += nss3 nssutil3 smime3 ssl3 CONFIGURE_ARGS += --with-system-nss .endif