summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 14:02:52 +0200
committerFlorian Franzmann2019-10-05 18:29:10 +0200
commit90ca4d71402f44f598d3c81055c1aeccff334053 (patch)
tree0e09cb2b1eea0322c579c0f01d05cc4addb4a429 /http
parentff38be1cf2abc1a3ac8b4c2e7f881b68e3626355 (diff)
http/firefox-esr: depend on nss 3.45
Diffstat (limited to 'http')
-rwxr-xr-xhttp/firefox-esr/DEPENDS4
-rw-r--r--http/firefox-esr/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/http/firefox-esr/DEPENDS b/http/firefox-esr/DEPENDS
index edbc1a2a5a..42ea3be1ae 100755
--- a/http/firefox-esr/DEPENDS
+++ b/http/firefox-esr/DEPENDS
@@ -30,8 +30,8 @@ depends librsvg2 &&
depends nspr "--with-system-nspr" &&
-if spell_ok nss && is_version_less "$(installed_version nss)" "3.40.1"; then
- depends -sub "3.40.x" nss "--with-system-nss"
+if spell_ok nss && is_version_less "$(installed_version nss)" "3.45.0"; then
+ depends -sub "3.45.x" nss "--with-system-nss"
else
depends nss "--with-system-nss"
fi &&
diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index f962ce1222..a16a553c00 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: depend on nss 3.45
+
2019-09-04 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 60.9.0, SECURITY_PATCH++ (multiple CVEs)