Skip to Content.
Sympa Menu

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

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 (f51885c163c8aa2dafd3e53e375de2e426a54060)
  • Date: Wed, 10 Jul 2019 20:02:14 +0000

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

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

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

http/firefox: needs nss branch >= 3.44

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 2cd873a..5019e52 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -30,7 +30,7 @@ depends libwebp "--with-system-webp"
&&

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

-local NSS_BRANCH="3.42" &&
+local NSS_BRANCH="3.44" &&
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 06cfdf2..4ec55e3 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2019-07-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: needs nss branch >= 3.44
+
2019-07-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 68.0, SECURITY_PATCH++,
(CVE-2019-9811, CVE-2019-11711, CVE-2019-11712, CVE-2019-11713,



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f51885c163c8aa2dafd3e53e375de2e426a54060), Pavel Vinogradov, 07/10/2019

Archive powered by MHonArc 2.6.24.

Top of Page