Skip to Content.
Sympa Menu

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

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 (5a7ead442318917365b67d58f93a13aa6eb17339)
  • Date: Mon, 28 Jan 2019 22:27:27 +0000

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

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

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

http/firefox: needs nss >= 3.41, fixed typo in HISTORY

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 943ce85..2dc9c97 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -29,7 +29,7 @@ depends librsvg2
&&

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

-local NSS_BRANCH="3.40" &&
+local NSS_BRANCH="3.41" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}.x" nss "--with-system-nss"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 1b7ad1b..bb7b82a 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,6 +1,7 @@
2019-01-28 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 65.0, SECURITY_PATCH++
* patches/200*: updated
+ * DEPENDS: needs nss >= 3.41

2019-01-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 64.0.2
@@ -10,7 +11,7 @@

2018-12-11 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: forced gcc/g++ as compilers (llvm fails)
- * DEPENDS: nodejs is now a hard dependencyneeds, nss >= 3.40
+ * DEPENDS: nodejs is now a hard dependency, needs nss >= 3.40
* mozconfig: removed obsolete --enable-pie

2018-12-10 Pavel Vinogradov <public AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5a7ead442318917365b67d58f93a13aa6eb17339), Pavel Vinogradov, 01/28/2019

Archive powered by MHonArc 2.6.24.

Top of Page