Skip to Content.
Sympa Menu

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

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 (ce3a79808fe502ee4aa8bb74cc7454b36c7bba42)
  • Date: Fri, 26 Oct 2018 19:26:39 +0000

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

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

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

http/firefox: nss >= 3.39 is required now, introduced NSS_BRANCH local
variable

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 3eac7dd..ed74e10 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -29,8 +29,10 @@ depends librsvg2
&&

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

-if spell_ok nss && is_version_less "$(installed_version nss)" "3.38"; then
- depends -sub "3.38.x" nss "--with-system-nss"
+local NSS_BRANCH="3.39" &&
+if spell_ok nss &&
+ is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
+ depends -sub "${NSS_BRANCH}.x" nss "--with-system-nss"
else
depends nss "--with-system-nss"
fi &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c14170e..998abad 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2018-10-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: needs nss >= 3.39, added local variable NSS_BRANCH for
+ convenience
+
2018-10-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 63.0, SECURITY_PATCH++
* DEPENDS: requires cbindgen, added optional nodejs



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

Archive powered by MHonArc 2.6.24.

Top of Page