guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: linux-libre: Enable UTF-8 normalization and


From: guix-commits
Subject: branch master updated: gnu: linux-libre: Enable UTF-8 normalization and casefolding.
Date: Thu, 17 Mar 2022 20:34:27 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f73af2f88e gnu: linux-libre: Enable UTF-8 normalization and 
casefolding.
f73af2f88e is described below

commit f73af2f88e6b398ad8a433e57c7078b01ae7a5d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 13 01:00:00 2022 +0100

    gnu: linux-libre: Enable UTF-8 normalization and casefolding.
    
    Without this it is apparently impossible to mount file systems with the
    feature, which apparently some distributions do by default now.
    
      podiki[m]> I have an sdcard that was formatted with ext4 casefold
                 [by Arch Linux], cannot be mounted
    
    * gnu/packages/aux-files/linux-libre/5.10-arm.conf,
    gnu/packages/aux-files/linux-libre/5.10-arm64.conf,
    gnu/packages/aux-files/linux-libre/5.10-i686.conf,
    gnu/packages/aux-files/linux-libre/5.10-x86_64.conf,
    gnu/packages/aux-files/linux-libre/5.15-arm.conf,
    gnu/packages/aux-files/linux-libre/5.15-arm64.conf,
    gnu/packages/aux-files/linux-libre/5.15-i686.conf,
    gnu/packages/aux-files/linux-libre/5.15-x86_64.conf,
    gnu/packages/aux-files/linux-libre/5.16-arm.conf,
    gnu/packages/aux-files/linux-libre/5.16-arm64.conf,
    gnu/packages/aux-files/linux-libre/5.16-i686.conf,
    gnu/packages/aux-files/linux-libre/5.16-x86_64.conf,
    gnu/packages/aux-files/linux-libre/5.4-arm.conf,
    gnu/packages/aux-files/linux-libre/5.4-arm64.conf,
    gnu/packages/aux-files/linux-libre/5.4-i686.conf,
    gnu/packages/aux-files/linux-libre/5.4-x86_64.conf:
    Set CONFIG_UNICODE=y.
---
 gnu/packages/aux-files/linux-libre/5.10-arm.conf    | 3 ++-
 gnu/packages/aux-files/linux-libre/5.10-arm64.conf  | 3 ++-
 gnu/packages/aux-files/linux-libre/5.10-i686.conf   | 3 ++-
 gnu/packages/aux-files/linux-libre/5.10-x86_64.conf | 3 ++-
 gnu/packages/aux-files/linux-libre/5.15-arm.conf    | 3 ++-
 gnu/packages/aux-files/linux-libre/5.15-arm64.conf  | 3 ++-
 gnu/packages/aux-files/linux-libre/5.15-i686.conf   | 3 ++-
 gnu/packages/aux-files/linux-libre/5.15-x86_64.conf | 3 ++-
 gnu/packages/aux-files/linux-libre/5.16-arm.conf    | 3 ++-
 gnu/packages/aux-files/linux-libre/5.16-arm64.conf  | 3 ++-
 gnu/packages/aux-files/linux-libre/5.16-i686.conf   | 3 ++-
 gnu/packages/aux-files/linux-libre/5.16-x86_64.conf | 3 ++-
 gnu/packages/aux-files/linux-libre/5.4-arm.conf     | 3 ++-
 gnu/packages/aux-files/linux-libre/5.4-arm64.conf   | 3 ++-
 gnu/packages/aux-files/linux-libre/5.4-i686.conf    | 3 ++-
 gnu/packages/aux-files/linux-libre/5.4-x86_64.conf  | 3 ++-
 16 files changed, 32 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/aux-files/linux-libre/5.10-arm.conf 
b/gnu/packages/aux-files/linux-libre/5.10-arm.conf
index 30c5d541f0..c4f714f5e1 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-arm.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-arm.conf
@@ -9101,7 +9101,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.10-arm64.conf 
b/gnu/packages/aux-files/linux-libre/5.10-arm64.conf
index 0f3b9dc844..a612819ee9 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-arm64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-arm64.conf
@@ -9221,7 +9221,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.10-i686.conf 
b/gnu/packages/aux-files/linux-libre/5.10-i686.conf
index db52c07f5c..23b159057d 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-i686.conf
@@ -9895,7 +9895,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
index 8e970b6422..4dfb742813 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
@@ -9864,7 +9864,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.15-arm.conf 
b/gnu/packages/aux-files/linux-libre/5.15-arm.conf
index 08f4863548..a45530711e 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-arm.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-arm.conf
@@ -9364,7 +9364,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.15-arm64.conf 
b/gnu/packages/aux-files/linux-libre/5.15-arm64.conf
index 743e6cccc9..d67461d051 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-arm64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-arm64.conf
@@ -9728,7 +9728,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.15-i686.conf 
b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
index cec3941971..ab2008f3e5 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
@@ -10159,7 +10159,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
index 70020ba970..abb1c98fcb 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
@@ -10198,7 +10198,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.16-arm.conf 
b/gnu/packages/aux-files/linux-libre/5.16-arm.conf
index e2436961f2..2b31848e5f 100644
--- a/gnu/packages/aux-files/linux-libre/5.16-arm.conf
+++ b/gnu/packages/aux-files/linux-libre/5.16-arm.conf
@@ -9420,7 +9420,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.16-arm64.conf 
b/gnu/packages/aux-files/linux-libre/5.16-arm64.conf
index dcc3db788e..eca75bd9fb 100644
--- a/gnu/packages/aux-files/linux-libre/5.16-arm64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.16-arm64.conf
@@ -9819,7 +9819,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.16-i686.conf 
b/gnu/packages/aux-files/linux-libre/5.16-i686.conf
index c18e4fcfc3..74306fd525 100644
--- a/gnu/packages/aux-files/linux-libre/5.16-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.16-i686.conf
@@ -10238,7 +10238,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.16-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.16-x86_64.conf
index 0ff4eee0aa..f4746b40e2 100644
--- a/gnu/packages/aux-files/linux-libre/5.16-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.16-x86_64.conf
@@ -10274,7 +10274,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 CONFIG_IO_WQ=y
 # end of File systems
 
diff --git a/gnu/packages/aux-files/linux-libre/5.4-arm.conf 
b/gnu/packages/aux-files/linux-libre/5.4-arm.conf
index a680731bc8..e985f1ded8 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-arm.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-arm.conf
@@ -8697,7 +8697,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 # end of File systems
 
 #
diff --git a/gnu/packages/aux-files/linux-libre/5.4-arm64.conf 
b/gnu/packages/aux-files/linux-libre/5.4-arm64.conf
index a867660aa7..d2ba5871e0 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-arm64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-arm64.conf
@@ -8644,7 +8644,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 CONFIG_DLM_DEBUG=y
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 # end of File systems
 
 #
diff --git a/gnu/packages/aux-files/linux-libre/5.4-i686.conf 
b/gnu/packages/aux-files/linux-libre/5.4-i686.conf
index 4e2d7795c7..83019bc0c7 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-i686.conf
@@ -9575,7 +9575,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 # end of File systems
 
 #
diff --git a/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
index e2509b773b..7cf92478c1 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
@@ -9496,7 +9496,8 @@ CONFIG_NLS_MAC_TURKISH=m
 CONFIG_NLS_UTF8=m
 CONFIG_DLM=m
 # CONFIG_DLM_DEBUG is not set
-# CONFIG_UNICODE is not set
+CONFIG_UNICODE=y
+# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
 # end of File systems
 
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]