Skip to Content.
Sympa Menu

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

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 (cfca6d9c8526d0b14d65162f24b14bd90b063a18)
  • Date: Thu, 3 Aug 2023 17:33:35 +0000

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

kernels/linux/HISTORY | 6 ++++++
kernels/linux/info/patches/maintenance_patches_6/patch-6.4.7 | 5 -----
kernels/linux/info/patches/maintenance_patches_6/patch-6.4.8 | 5 +++++
kernels/linux/latest.defaults | 2 +-
kernels/linux/liblinux | 8 ++++----
5 files changed, 16 insertions(+), 10 deletions(-)

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

kernels/linux: version 6.4.8

also, in liblinux: fixed generation of helper makefile broken by previous
change

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 4cca6a8..01c8223 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,9 @@
+2023-08-03 Pavel Vinogradov <public AT sourcemage.org>
+ * latest.defaults: latest_maintenance_patches_5=patch-6.4.8
+ * info/patches/maintenance_patches_6/patch-6.4.8: added
+ * info/patches/maintenance_patches_6/patch-6.4.7: removed
+ * liblinux: fixed generation of helper makefile broken by previous
change
+
2023-08-02 Pavel Vinogradov <public AT sourcemage.org>
* liblinux: handle the default kernel version better by checking if
signature/hash is available, replaced tabs with spaces
diff --git a/kernels/linux/info/patches/maintenance_patches_6/patch-6.4.7
b/kernels/linux/info/patches/maintenance_patches_6/patch-6.4.7
deleted file mode 100644
index 39b1d86..0000000
--- a/kernels/linux/info/patches/maintenance_patches_6/patch-6.4.7
+++ /dev/null
@@ -1,5 +0,0 @@
-appliedkernels="6.4"
-patchversion="${appliedkernels}.7"
-source="patch-${patchversion}.xz"
-source_url="${KERNEL_URL}/pub/linux/kernel/v6.x/${source}"
-sha512sum="529268873268d0d5ad9e30f780be27fb1e8e16d2bf7798837ecc66fc6f2974069b84d54b3e722fa2dc703d6215ccbc9c0bb9d2f5d8ff27b28cc85b551e5bce0e"
diff --git a/kernels/linux/info/patches/maintenance_patches_6/patch-6.4.8
b/kernels/linux/info/patches/maintenance_patches_6/patch-6.4.8
new file mode 100644
index 0000000..01ba64e
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches_6/patch-6.4.8
@@ -0,0 +1,5 @@
+appliedkernels="6.4"
+patchversion="${appliedkernels}.8"
+source="patch-${patchversion}.xz"
+source_url="${KERNEL_URL}/pub/linux/kernel/v6.x/${source}"
+sha512sum="f2a87a5c8d812b3147af2ebbf52575505e06c13bd7d204f28d7e763e09597ab065c63b9ee063915ee876d71f1a2727dd5b9922ac219741021ef98e0c7b4f6d77"
diff --git a/kernels/linux/latest.defaults b/kernels/linux/latest.defaults
index af9f13e..01ffb88 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -1,2 +1,2 @@
LATEST_6=6.4
-LATEST_maintenance_patches_6=patch-6.4.7
+LATEST_maintenance_patches_6=patch-6.4.8
diff --git a/kernels/linux/liblinux b/kernels/linux/liblinux
index 6bcaa87..de061ec 100755
--- a/kernels/linux/liblinux
+++ b/kernels/linux/liblinux
@@ -209,12 +209,12 @@ function rec_dep_make()
then
makefile_targets="${makefile_targets} ${!1} "
echo "${!1}:"
- echo " @echo -n \"${1} \""
+ echo " @echo -n \"${1} \""
echo ""
else
makefile_targets="${makefile_targets} ${!1} ${depends} "
echo "${!1}: ${depends}"
- echo " @echo -n \"${1} \""
+ echo " @echo -n \"${1} \""
echo ""
rec_dep_make ${depends}
fi
@@ -225,12 +225,12 @@ function rec_dep_make()
then
makefile_targets="${makefile_targets} ${1} "
echo "${1}:"
- echo " @echo -n \"${1} \""
+ echo " @echo -n \"${1} \""
echo ""
else
makefile_targets="${makefile_targets} ${1} ${depends} "
echo "${1}: ${depends}"
- echo " @echo -n \"${1} \""
+ echo " @echo -n \"${1} \""
echo ""
rec_dep_make ${depends}
fi



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

Archive powered by MHonArc 2.6.24.

Top of Page