Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2ad71ac41b68297053ebd93cf98442bd5ef9b8d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2ad71ac41b68297053ebd93cf98442bd5ef9b8d9)
  • Date: Sat, 15 Jul 2023 14:03:00 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

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

New commits:
commit 2ad71ac41b68297053ebd93cf98442bd5ef9b8d9
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox: depend on nss-2.91 to fix crashes

commit e7ce05b0a036f706baee6deb4a8d609511b54884
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-esr: depend on nss-2.91 to fix crashes

diff --git a/http/firefox-esr/DEPENDS b/http/firefox-esr/DEPENDS
index 76ddcfb..af4e240 100755
--- a/http/firefox-esr/DEPENDS
+++ b/http/firefox-esr/DEPENDS
@@ -53,7 +53,7 @@ depends libwebp "--with-system-webp"
&&

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

-local NSS_BRANCH="3.90" &&
+local NSS_BRANCH="3.91" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}" nss "--with-system-nss"
diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index 5c4190d..457f14f 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,3 +1,7 @@
+2023-07-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: nss-3.91 instead of 3.90, which crashes
+ with illegal instruction on older Intel CPUs
+
2023-07-10 Thomas Orgis <sobukus AT sourcemage.org>
* */*: sync with firefox 115.0.1

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 76ddcfb..af4e240 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -53,7 +53,7 @@ depends libwebp "--with-system-webp"
&&

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

-local NSS_BRANCH="3.90" &&
+local NSS_BRANCH="3.91" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}" nss "--with-system-nss"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 94c5c2d..1f4a551 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2023-07-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: nss-3.91 instead of 3.90, which crashes
+ with illegal instruction on older Intel CPUs
+
2023-07-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 115.0.2, SECURITY_PATCH++, (CVE-2023-3600)




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2ad71ac41b68297053ebd93cf98442bd5ef9b8d9), Thomas Orgis, 07/15/2023

Archive powered by MHonArc 2.6.24.

Top of Page