Skip to Content.
Sympa Menu

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

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 (67f465f2df6cfea0ab621bdbc563d4d43d89cdba)
  • Date: Mon, 27 Nov 2023 17:26:00 +0000

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

http/firefox-esr/DETAILS | 6 ++--
http/firefox-esr/HISTORY | 4 ++
http/firefox-esr/patches/0050-fix-for-icu-74.patch | 29
+++++++++++++++++++++
kde-frameworks/kguiaddons/DEPENDS | 3 +-
kde-frameworks/kguiaddons/HISTORY | 3 ++
5 files changed, 41 insertions(+), 4 deletions(-)

New commits:
commit 67f465f2df6cfea0ab621bdbc563d4d43d89cdba
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-esr: version 115.5.0 and fix fo icu 74, ++SECURITY_PATCH as always

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

kguiaddons: needs plasma-wayland-protocols

diff --git a/http/firefox-esr/DETAILS b/http/firefox-esr/DETAILS
index 0316315..a84749c 100755
--- a/http/firefox-esr/DETAILS
+++ b/http/firefox-esr/DETAILS
@@ -1,11 +1,11 @@
SPELL=firefox-esr
SPELLX=firefox
- VERSION=115.3.1esr
- SECURITY_PATCH=180
+ VERSION=115.5.0esr
+ SECURITY_PATCH=181
SOURCE="${SPELLX}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELLX}/releases/${VERSION}/source/${SOURCE}";
# Download SHA512SUMS and SHA512SUMS.asc, verify, then place hash here.
-
SOURCE_HASH="sha512:65cb6fc46bba03eed742bd67f8e36b63b19f2ad7b85d2f503595704a4e88f554758a1e66ba548c8efe97a76322fb2514db72e6ff4bb2992d1aaa86edc3af85f1"
+
SOURCE_HASH="sha512:5ee722884cd545cf5146f414526b4547286625f4f5996a409d7f64f115633fb7eb74d202e82f175fd5b2d24cce88deee70020fcb284055fcdea3d39da182074e"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION%esr}"
WEB_SITE=https://www.mozilla.org/en-US/firefox/fx/
GATHER_DOCS=off
diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index fd0ab3d..954df20 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,3 +1,7 @@
+2023-11-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: 115.5.0esr
+ * patches/0050-fix-for-icu-74.patch: fix build with icu 74
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)

diff --git a/http/firefox-esr/patches/0050-fix-for-icu-74.patch
b/http/firefox-esr/patches/0050-fix-for-icu-74.patch
new file mode 100644
index 0000000..3357f50
--- /dev/null
+++ b/http/firefox-esr/patches/0050-fix-for-icu-74.patch
@@ -0,0 +1,29 @@
+See https://bugzilla.mozilla.org/show_bug.cgi?id=1862601
+
+--- a/intl/lwbrk/LineBreaker.cpp
++++ b/intl/lwbrk/LineBreaker.cpp
+@@ -443,17 +443,23 @@ static int8_t GetClass(uint32_t u, LineB
+ /* JT = 34, [JT] */ CLASS_CHARACTER,
+ /* JV = 35, [JV] */ CLASS_CHARACTER,
+ /* CLOSE_PARENTHESIS = 36, [CP] */
CLASS_CLOSE_LIKE_CHARACTER,
+ /* CONDITIONAL_JAPANESE_STARTER = 37, [CJ] */ CLASS_CLOSE,
+ /* HEBREW_LETTER = 38, [HL] */ CLASS_CHARACTER,
+ /* REGIONAL_INDICATOR = 39, [RI] */ CLASS_CHARACTER,
+ /* E_BASE = 40, [EB] */ CLASS_BREAKABLE,
+ /* E_MODIFIER = 41, [EM] */ CLASS_CHARACTER,
+- /* ZWJ = 42, [ZWJ]*/ CLASS_CHARACTER};
++ /* ZWJ = 42, [ZWJ]*/ CLASS_CHARACTER,
++ /* AKSARA = 43, [AK] */ CLASS_CHARACTER,
++ /* AKSARA_PREBASE = 44, [AP] */ CLASS_CHARACTER,
++ /* AKSARA_START = 45, [AS] */ CLASS_CHARACTER,
++ /* VIRAMA_FINAL = 46, [VF] */ CLASS_CHARACTER,
++ /* VIRAMA = 47, [VI] */ CLASS_CHARACTER,
++ };
+
+ static_assert(U_LB_COUNT ==
mozilla::ArrayLength(sUnicodeLineBreakToClass),
+ "Gecko vs ICU LineBreak class mismatch");
+
+ auto cls = GetLineBreakClass(u);
+ MOZ_ASSERT(cls < mozilla::ArrayLength(sUnicodeLineBreakToClass));
+
+ // Overrides based on rules for the different line-break values given in
diff --git a/kde-frameworks/kguiaddons/DEPENDS
b/kde-frameworks/kguiaddons/DEPENDS
index 9ac4f3a..5dff841 100755
--- a/kde-frameworks/kguiaddons/DEPENDS
+++ b/kde-frameworks/kguiaddons/DEPENDS
@@ -3,5 +3,6 @@ if is_depends_enabled $SPELL qt6base;then
depends qt6wayland
else
depends qtwayland
-fi
+fi &&
+depends plasma-wayland-protocols

diff --git a/kde-frameworks/kguiaddons/HISTORY
b/kde-frameworks/kguiaddons/HISTORY
index dca97c0..7f26d90 100644
--- a/kde-frameworks/kguiaddons/HISTORY
+++ b/kde-frameworks/kguiaddons/HISTORY
@@ -1,3 +1,6 @@
+2023-11-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: plasma-wayland-protocols
+
2023-01-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.102.0




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (67f465f2df6cfea0ab621bdbc563d4d43d89cdba), Thomas Orgis, 11/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page