Skip to Content.
Sympa Menu

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

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 (739f191db01c10f214c1483ccb097369d3256f74)
  • Date: Tue, 8 Feb 2022 20:41:29 +0000

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

http/firefox/DEPENDS | 2 +-
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 6 ++++++
http/firefox/patches/0007-Support-sndio-audio-framework.patch | 8 ++++----
http/firefox/patches/0026-Make-elfhack-use-toolchain.patch | 9
+++------
5 files changed, 16 insertions(+), 13 deletions(-)

New commits:
commit 739f191db01c10f214c1483ccb097369d3256f74
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/firefox: version 97.0, SECURITY_PATCH++

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index de386aa..881cd72 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -35,7 +35,7 @@ depends libwebp "--with-system-webp"
&&

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

-local NSS_BRANCH="3.73" &&
+local NSS_BRANCH="3.74" &&
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/DETAILS b/http/firefox/DETAILS
index 0d72292..aa15663 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=96.0.3
- SECURITY_PATCH=157
+ VERSION=97.0
+ SECURITY_PATCH=158
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
SOURCE2="${SOURCE}.asc"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 77aea93..7cdc176 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2022-02-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 97.0, SECURITY_PATCH++
+ * DEPENDS: nss >= 3.74
+ * patches/{0007-Support-sndio-audio-framework.patch,
+ 0026-Make-elfhack-use-toolchain.patch}: updated
+
2022-01-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 96.0.3

diff --git a/http/firefox/patches/0007-Support-sndio-audio-framework.patch
b/http/firefox/patches/0007-Support-sndio-audio-framework.patch
index f116a7a..6c7df89 100644
--- a/http/firefox/patches/0007-Support-sndio-audio-framework.patch
+++ b/http/firefox/patches/0007-Support-sndio-audio-framework.patch
@@ -15,14 +15,14 @@ diff --git a/build/moz.configure/old.configure
b/build/moz.configure/old.configu
index e3974613d6..235abf1a8c 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
-@@ -91,6 +91,7 @@ def old_configure_options(*options):
+@@ -94,6 +94,7 @@ def old_configure_options(*options):
@old_configure_options(
"--cache-file",
"--datadir",
+ "--enable-sndio",
- "--enable-crashreporter",
- "--enable-dbus",
- "--enable-debug-js-modules",
+ "--enable-official-branding",
+ "--includedir",
+ "--libdir",
diff --git a/media/libcubeb/src/moz.build b/media/libcubeb/src/moz.build
index 872484c311..28994a693d 100644
--- a/media/libcubeb/src/moz.build
diff --git a/http/firefox/patches/0026-Make-elfhack-use-toolchain.patch
b/http/firefox/patches/0026-Make-elfhack-use-toolchain.patch
index c4e9080..bd0ebbd 100644
--- a/http/firefox/patches/0026-Make-elfhack-use-toolchain.patch
+++ b/http/firefox/patches/0026-Make-elfhack-use-toolchain.patch
@@ -12,15 +12,12 @@ diff --git a/build/unix/elfhack/Makefile.in
b/build/unix/elfhack/Makefile.in
index 57ad54f113..ec991fa648 100644
--- a/build/unix/elfhack/Makefile.in
+++ b/build/unix/elfhack/Makefile.in
-@@ -20,7 +20,7 @@ test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX):
%$(DLL_SUFFIX): %.$(OBJ_SUFFIX)
+@@ -21,7 +21,7 @@ test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX):
%$(DLL_SUFFIX): %.$(OBJ_SUFFIX)
# Fail if the backup file doesn't exist
[ -f '$@.bak' ]
# Fail if the new library doesn't contain less relocations
-- [ $$($(TOOLCHAIN_PREFIX)objdump -R $@.bak | wc -l) -gt $$(objdump -R
$@ | wc -l) ]
-+ [ $$($(TOOLCHAIN_PREFIX)objdump -R $@.bak | wc -l) -gt
$$($(TOOLCHAIN_PREFIX)objdump -R $@ | wc -l) ]
+- [ $$($(READELF) -r $@.bak | wc -l) -gt $$($(READELF) -r $@ | wc -l) ]
++ [ $$($(TOOLCHAIN_PREFIX)readelf -r $@.bak | wc -l) -gt
$$($(TOOLCHAIN_PREFIX)readelf -r $@ | wc -l) ]

test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX): DSO_SONAME=$@
test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
---
-2.34.1
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (739f191db01c10f214c1483ccb097369d3256f74), Pavel Vinogradov, 02/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page