From a03bff123419a31932c52ef43951996520f850ae Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 24 May 2020 09:49:43 +0000 Subject: [PATCH] www/firefox: require new NSS after r534912/r534914 In file included from Unified_c_netwerk_srtp_src0.c:2: netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c:274:15: error: no member named 'ulIvBits' in 'struct CK_GCM_PARAMS' c->params.ulIvBits = GCM_IV_LEN * 8; ~~~~~~~~~ ^ PR: 246690 Reported by: mikael --- mail/thunderbird/Makefile | 2 +- www/firefox-esr/Makefile | 2 +- www/firefox/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index eb948a773802..a5224d41ba7f 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -14,7 +14,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BROKEN_powerpc64= fails to build: gmake[4]: *** [backend.mk:47: .deps/node.stub.stub] Error 246 BUILD_DEPENDS= nspr>=4.21:devel/nspr \ - nss>=3.44.3:security/nss \ + nss>=3.52.1:security/nss \ icu>=63.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.4.0:print/harfbuzz \ diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index ab8c6d263b37..7e5333cf4d05 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -15,7 +15,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.21:devel/nspr \ - nss>=3.44.3:security/nss \ + nss>=3.52.1:security/nss \ icu>=63.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.4.0:print/harfbuzz \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index c67e905633ba..52810ebc31fa 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.25:devel/nspr \ - nss>=3.51.1:security/nss \ + nss>=3.52.1:security/nss \ icu>=64.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.4:print/harfbuzz \