summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-13 20:51:01 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-14 06:59:44 +0200
commite4db68e72f65f509a9f1a9432441c17d14245a8c (patch)
treefe11a4d29dcbf0201e14454080dae1aff937048f /source
parent2901d8a4083e14b9eb8c3a3579d1da85ee2463fd (diff)
downloadcurrent-e4db68e72f65f509a9f1a9432441c17d14245a8c.tar.gz
current-e4db68e72f65f509a9f1a9432441c17d14245a8c.tar.xz
Wed Apr 13 20:51:01 UTC 202220220413205101
a/kernel-generic-5.17.3-x86_64-1.txz: Upgraded. a/kernel-huge-5.17.3-x86_64-1.txz: Upgraded. a/kernel-modules-5.17.3-x86_64-1.txz: Upgraded. d/cmake-3.23.1-x86_64-1.txz: Upgraded. d/kernel-headers-5.17.3-x86-1.txz: Upgraded. d/ruby-3.1.2-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: Double free in Regexp compilation. Buffer overrun in String-to-Float conversion. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28738 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28739 (* Security fix *) k/kernel-source-5.17.3-noarch-1.txz: Upgraded. kde/krita-5.0.5-x86_64-1.txz: Upgraded. l/pipewire-0.3.50-x86_64-1.txz: Upgraded. n/mutt-2.2.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rw-r--r--source/ap/lxc/lxc-slackware.in2
-rw-r--r--source/k/kernel-configs/config-generic-5.17.3 (renamed from source/k/kernel-configs/config-generic-5.17.2)3
-rw-r--r--source/k/kernel-configs/config-generic-5.17.3.x64 (renamed from source/k/kernel-configs/config-generic-5.17.2.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.17.3-smp (renamed from source/k/kernel-configs/config-generic-smp-5.17.2-smp)3
-rw-r--r--source/k/kernel-configs/config-huge-5.17.3 (renamed from source/k/kernel-configs/config-huge-5.17.2)3
-rw-r--r--source/k/kernel-configs/config-huge-5.17.3.x64 (renamed from source/k/kernel-configs/config-huge-5.17.2.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.17.3-smp (renamed from source/k/kernel-configs/config-huge-smp-5.17.2-smp)3
-rw-r--r--source/kde/kde/build/krita2
8 files changed, 9 insertions, 11 deletions
diff --git a/source/ap/lxc/lxc-slackware.in b/source/ap/lxc/lxc-slackware.in
index 22938a5bc..ba7d04826 100644
--- a/source/ap/lxc/lxc-slackware.in
+++ b/source/ap/lxc/lxc-slackware.in
@@ -186,6 +186,8 @@ if [ "$arch" == "x86_64" ]; then
PKGMAIN=slackware64
elif [ "$arch" == "arm" ]; then
PKGMAIN=slackwarearm
+elif [ "$arch" == "aarch64" ]; then
+ PKGMAIN=slackwareaarch64
else
PKGMAIN=slackware
fi
diff --git a/source/k/kernel-configs/config-generic-5.17.2 b/source/k/kernel-configs/config-generic-5.17.3
index aa990246d..b3e375298 100644
--- a/source/k/kernel-configs/config-generic-5.17.2
+++ b/source/k/kernel-configs/config-generic-5.17.3
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.2 Kernel Configuration
+# Linux/x86 5.17.3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -10027,7 +10027,6 @@ CONFIG_STRIP_ASM_SYMS=y
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
-# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
diff --git a/source/k/kernel-configs/config-generic-5.17.2.x64 b/source/k/kernel-configs/config-generic-5.17.3.x64
index a7b37f047..12cf267ad 100644
--- a/source/k/kernel-configs/config-generic-5.17.2.x64
+++ b/source/k/kernel-configs/config-generic-5.17.3.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.2 Kernel Configuration
+# Linux/x86 5.17.3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.17.2-smp b/source/k/kernel-configs/config-generic-smp-5.17.3-smp
index 79ce91496..7000cdcb9 100644
--- a/source/k/kernel-configs/config-generic-smp-5.17.2-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.17.3-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.2 Kernel Configuration
+# Linux/x86 5.17.3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -10086,7 +10086,6 @@ CONFIG_STRIP_ASM_SYMS=y
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
-# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
diff --git a/source/k/kernel-configs/config-huge-5.17.2 b/source/k/kernel-configs/config-huge-5.17.3
index 5c4ef2059..f14896255 100644
--- a/source/k/kernel-configs/config-huge-5.17.2
+++ b/source/k/kernel-configs/config-huge-5.17.3
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.2 Kernel Configuration
+# Linux/x86 5.17.3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -10026,7 +10026,6 @@ CONFIG_STRIP_ASM_SYMS=y
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
-# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
diff --git a/source/k/kernel-configs/config-huge-5.17.2.x64 b/source/k/kernel-configs/config-huge-5.17.3.x64
index 8dc188b05..19633b0c9 100644
--- a/source/k/kernel-configs/config-huge-5.17.2.x64
+++ b/source/k/kernel-configs/config-huge-5.17.3.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.2 Kernel Configuration
+# Linux/x86 5.17.3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.17.2-smp b/source/k/kernel-configs/config-huge-smp-5.17.3-smp
index 15f9d9bae..f3d722e73 100644
--- a/source/k/kernel-configs/config-huge-smp-5.17.2-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.17.3-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.2 Kernel Configuration
+# Linux/x86 5.17.3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -10085,7 +10085,6 @@ CONFIG_STRIP_ASM_SYMS=y
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
-# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
diff --git a/source/kde/kde/build/krita b/source/kde/kde/build/krita
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/krita
+++ b/source/kde/kde/build/krita
@@ -1 +1 @@
-2
+1