Skip to Content.
Sympa Menu

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

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 (1c430c0aad48f92cb754293e8727affb0e5a4ffa)
  • Date: Wed, 8 Nov 2023 05:22:22 +0000

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

http/firefox/HISTORY | 1 +
http/firefox/patches/0028-icu-74.1.patch | 13 +++++++++++++
2 files changed, 14 insertions(+)

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

http/firefox:added patch to build with icu 74.1

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 4611a3f..579138e 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2023-11-07 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 119.0.1
+ * patches/0028-icu-74.1.patch: added to build with icu 74.1

2023-10-24 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 119.0, SECURITY_PATCH++
diff --git a/http/firefox/patches/0028-icu-74.1.patch
b/http/firefox/patches/0028-icu-74.1.patch
new file mode 100644
index 0000000..7864993
--- /dev/null
+++ b/http/firefox/patches/0028-icu-74.1.patch
@@ -0,0 +1,13 @@
+diff --git a/intl/lwbrk/LineBreaker.cpp b/intl/lwbrk/LineBreaker.cpp
+index 440f219..d2f0734 100644
+--- a/intl/lwbrk/LineBreaker.cpp
++++ b/intl/lwbrk/LineBreaker.cpp
+@@ -448,7 +448,7 @@ static int8_t GetClass(uint32_t u, LineBreakRule aLevel,
+ /* 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,CLASS_CHARACTER,CLASS_CHARACTER,CLASS_CHARACTER,CLASS_CHARACTER,CLASS_CHARACTER};
+
+ static_assert(U_LB_COUNT ==
mozilla::ArrayLength(sUnicodeLineBreakToClass),
+ "Gecko vs ICU LineBreak class mismatch");



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1c430c0aad48f92cb754293e8727affb0e5a4ffa), Pavel Vinogradov, 11/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page