Skip to Content.
Sympa Menu

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

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 (f375d4ba25505502e08154a8d1b9d66e8a9059ff)
  • Date: Mon, 30 Jan 2023 19:36:20 +0000

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

http/firefox/DETAILS
| 2
http/firefox/HISTORY
| 4 +
http/firefox/patches/0030-bmo-1775202-ppc64-webrtc-missing-conditions.patch
| 17 -----
http/firefox/patches/0030-bmo-1811714-gcc-13-fixes.patch
| 31 ++++++++++

http/firefox/patches/0033-bmo-1775202-ppc64-webrtc-missing-conditions-109.patch
| 16 +++++
5 files changed, 52 insertions(+), 18 deletions(-)

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

http/firefox: version 109.0.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 923bc96..910bd22 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=109.0
+ VERSION=109.0.1
SECURITY_PATCH=172
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 f4e388e..86bd03d 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2023-01-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 109.0.1
+ * patches/*: updated
+
2023-01-17 Pavel Vinpgradov <public AT sourcemage.org>
* DETAILS: version 109.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.86
diff --git
a/http/firefox/patches/0030-bmo-1775202-ppc64-webrtc-missing-conditions.patch
b/http/firefox/patches/0030-bmo-1775202-ppc64-webrtc-missing-conditions.patch
deleted file mode 100644
index b1748de..0000000
---
a/http/firefox/patches/0030-bmo-1775202-ppc64-webrtc-missing-conditions.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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":
-
diff --git a/http/firefox/patches/0030-bmo-1811714-gcc-13-fixes.patch
b/http/firefox/patches/0030-bmo-1811714-gcc-13-fixes.patch
new file mode 100644
index 0000000..8fe9839
--- /dev/null
+++ b/http/firefox/patches/0030-bmo-1811714-gcc-13-fixes.patch
@@ -0,0 +1,31 @@
+diff --git a/gfx/2d/Rect.h b/gfx/2d/Rect.h
+--- a/gfx/2d/Rect.h
++++ b/gfx/2d/Rect.h
+@@ -13,10 +13,11 @@
+ #include "Point.h"
+ #include "Tools.h"
+ #include "mozilla/Maybe.h"
+
+ #include <cmath>
++#include <cstdint>
+
+ namespace mozilla {
+
+ template <typename>
+ struct IsPixel;
+diff --git a/toolkit/components/telemetry/pingsender/pingsender.cpp
b/toolkit/components/telemetry/pingsender/pingsender.cpp
+--- a/toolkit/components/telemetry/pingsender/pingsender.cpp
++++ b/toolkit/components/telemetry/pingsender/pingsender.cpp
+@@ -2,10 +2,11 @@
+ /* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+ #include <cstdlib>
++#include <cstdint>
+ #include <cstring>
+ #include <ctime>
+ #include <fstream>
+ #include <iomanip>
+ #include <string>
+
diff --git
a/http/firefox/patches/0033-bmo-1775202-ppc64-webrtc-missing-conditions-109.patch

b/http/firefox/patches/0033-bmo-1775202-ppc64-webrtc-missing-conditions-109.patch
new file mode 100644
index 0000000..1203476
--- /dev/null
+++
b/http/firefox/patches/0033-bmo-1775202-ppc64-webrtc-missing-conditions-109.patch
@@ -0,0 +1,16 @@
+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,9 @@ 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_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 (f375d4ba25505502e08154a8d1b9d66e8a9059ff), Pavel Vinogradov, 01/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page