Skip to Content.
Sympa Menu

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

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 (95165e4f5833f2268c311f5d75c7ba5d2d33d72e)
  • Date: Tue, 30 Aug 2022 19:20:39 +0000

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

http/firefox/DETAILS
| 2 -
http/firefox/HISTORY
| 4 ++
http/firefox/patches/0035-bmo-1775202-ppc64-webrtc-missing-conditions.patch
| 17 ++++++++++
3 files changed, 22 insertions(+), 1 deletion(-)

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

http/firefox: version 104.0.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 63fa776..5458748 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=104.0
+ VERSION=104.0.1
SECURITY_PATCH=167
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c3f8fea..3233b2a 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2022-08-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 104.0.1
+ * patches/*: updated
+
2022-08-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 104.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.81
diff --git
a/http/firefox/patches/0035-bmo-1775202-ppc64-webrtc-missing-conditions.patch
b/http/firefox/patches/0035-bmo-1775202-ppc64-webrtc-missing-conditions.patch
new file mode 100644
index 0000000..b1748de
--- /dev/null
+++
b/http/firefox/patches/0035-bmo-1775202-ppc64-webrtc-missing-conditions.patch
@@ -0,0 +1,17 @@
+diff --git a/third_party/libwebrtc/moz.build
b/third_party/libwebrtc/moz.build
+index 8579f8bb3622..d9ca79d4fcb8 100644
+--- a/third_party/libwebrtc/moz.build
++++ b/third_party/libwebrtc/moz.build
+@@ -520,7 +520,10 @@ if CONFIG["CPU_ARCH"] == "ppc64" and
CONFIG["OS_TARGET"] == "Linux":
+
"/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn",
+
"/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn",
+ "/third_party/libwebrtc/modules/audio_coding/isac_c_gn",
+- "/third_party/libwebrtc/modules/audio_coding/isac_gn"
++ "/third_party/libwebrtc/modules/audio_coding/isac_gn",
++
"/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn",
++ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn",
++ "/third_party/libwebrtc/modules/desktop_capture/primitives_gn"
+ ]
+
+ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (95165e4f5833f2268c311f5d75c7ba5d2d33d72e), Pavel Vinogradov, 08/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page