Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (48ef3a79b4f81eb8a3366c4d30a6fe41b504914e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (48ef3a79b4f81eb8a3366c4d30a6fe41b504914e)
  • Date: Mon, 1 Oct 2018 11:47:15 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/DEPENDS | 4 ++--
http/firefox/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 48ef3a79b4f81eb8a3366c4d30a6fe41b504914e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: needs nss >= 3.38

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 66da54d..dabeef0 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -29,8 +29,8 @@ depends librsvg2 "--enable-svg"
&&

depends nspr "--with-system-nspr" &&

-if spell_ok nss && is_version_less "$(installed_version nss)" "3.36.4"; then
- depends -sub "3.36.x" nss "--with-system-nss"
+if spell_ok nss && is_version_less "$(installed_version nss)" "3.38"; then
+ depends -sub "3.38.x" nss "--with-system-nss"
else
depends nss "--with-system-nss"
fi &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 4234261..fcb2e11 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2018-09-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: needs nss >= 3.38
+
2018-09-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 62.0.2, SECURITY_PATCH++, (CVE-2018-12385)




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (48ef3a79b4f81eb8a3366c4d30a6fe41b504914e), Pavel Vinogradov, 10/01/2018

Archive powered by MHonArc 2.6.24.

Top of Page