summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/etc/etc.SlackBuild2
-rw-r--r--source/a/etc/group.new1
-rwxr-xr-xsource/a/eudev/eudev.SlackBuild5
-rw-r--r--source/a/eudev/eudev.no.renderD.diff (renamed from source/a/eudev/eudev.no.renderD.no.kvm.diff)0
-rw-r--r--source/a/eudev/eudev.no.sgx.diff14
-rw-r--r--source/d/llvm/llvm.url56
-rw-r--r--source/k/kernel-configs/config-generic-6.1.29 (renamed from source/k/kernel-configs/config-generic-6.1.28)3
-rw-r--r--source/k/kernel-configs/config-generic-6.1.29.x64 (renamed from source/k/kernel-configs/config-generic-6.1.28.x64)3
-rw-r--r--source/k/kernel-configs/config-generic-smp-6.1.29-smp (renamed from source/k/kernel-configs/config-generic-smp-6.1.28-smp)3
-rw-r--r--source/k/kernel-configs/config-huge-6.1.29 (renamed from source/k/kernel-configs/config-huge-6.1.28)3
-rw-r--r--source/k/kernel-configs/config-huge-6.1.29.x64 (renamed from source/k/kernel-configs/config-huge-6.1.28.x64)3
-rw-r--r--source/k/kernel-configs/config-huge-smp-6.1.29-smp (renamed from source/k/kernel-configs/config-huge-smp-6.1.28-smp)3
-rw-r--r--source/kde/kde/build/kde-cli-tools2
-rw-r--r--source/kde/kde/patch/kde-cli-tools.patch1
-rw-r--r--source/kde/kde/patch/kde-cli-tools/726690b34c1b75307fb8c830ba05dd00b98aa85a.patch22
15 files changed, 60 insertions, 61 deletions
diff --git a/source/a/etc/etc.SlackBuild b/source/a/etc/etc.SlackBuild
index 6da923753..7adc214e9 100755
--- a/source/a/etc/etc.SlackBuild
+++ b/source/a/etc/etc.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=etc
VERSION=15.1
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/a/etc/group.new b/source/a/etc/group.new
index 47f4988d1..d33f0fcc7 100644
--- a/source/a/etc/group.new
+++ b/source/a/etc/group.new
@@ -26,6 +26,7 @@ tape:x:26:
mysql:x:27:
rpc:x:32:
sshd:x:33:sshd
+kvm:x:36:
cgred:x:41:
gdm:x:42:
shadow:x:43:
diff --git a/source/a/eudev/eudev.SlackBuild b/source/a/eudev/eudev.SlackBuild
index 89f1a708e..11976687b 100755
--- a/source/a/eudev/eudev.SlackBuild
+++ b/source/a/eudev/eudev.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=eudev
VERSION=${VERSION:-$(echo eudev-*.tar.* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -77,7 +77,8 @@ zcat $CWD/60-cdrom_id.rules.diff.gz | patch -p1 --verbose || exit 1
zcat $CWD/eudev.ignore_bind_unbind_events.diff.gz | patch -p1 --verbose || exit 1
# Don't require groups that we don't need:
-zcat $CWD/eudev.no.renderD.no.kvm.diff.gz | patch -p1 --verbose || exit 1
+zcat $CWD/eudev.no.renderD.diff.gz | patch -p1 --verbose || exit 1
+zcat $CWD/eudev.no.sgx.diff.gz | patch -p1 --verbose || exit 1
if [ ! -r configure ]; then
if [ -x ./autogen.sh ]; then
diff --git a/source/a/eudev/eudev.no.renderD.no.kvm.diff b/source/a/eudev/eudev.no.renderD.diff
index 1a95c504f..1a95c504f 100644
--- a/source/a/eudev/eudev.no.renderD.no.kvm.diff
+++ b/source/a/eudev/eudev.no.renderD.diff
diff --git a/source/a/eudev/eudev.no.sgx.diff b/source/a/eudev/eudev.no.sgx.diff
new file mode 100644
index 000000000..79ed1925a
--- /dev/null
+++ b/source/a/eudev/eudev.no.sgx.diff
@@ -0,0 +1,14 @@
+--- ./rules/50-udev-default.rules.orig 2023-05-16 10:08:56.000000000 -0500
++++ ./rules/50-udev-default.rules 2023-05-17 12:45:42.392847645 -0500
+@@ -39,8 +39,9 @@
+ SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="video", MODE="0666"
+ SUBSYSTEM=="kfd", GROUP="video", MODE="0666"
+
+-SUBSYSTEM=="misc", KERNEL=="sgx_enclave", GROUP="sgx", MODE="0660"
+-SUBSYSTEM=="misc", KERNEL=="sgx_vepc", GROUP="sgx", MODE="0660"
++# This is obsolete. No sense starting to support it now.
++#SUBSYSTEM=="misc", KERNEL=="sgx_enclave", GROUP="sgx", MODE="0660"
++#SUBSYSTEM=="misc", KERNEL=="sgx_vepc", GROUP="sgx", MODE="0660"
+
+ # When using static_node= with non-default permissions, also update
+ # tmpfiles.d/static-nodes-permissions.conf.in to keep permissions synchronized.
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index 2e5b63aa7..6054ae096 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,29 +1,29 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/llvm-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/clang-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/clang-tools-extra-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/compiler-rt-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/flang-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/lldb-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/openmp-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/polly-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/libcxx-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/libcxxabi-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/lld-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/libunwind-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/cmake-16.0.3.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/third-party-16.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/llvm-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/clang-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/clang-tools-extra-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/compiler-rt-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/flang-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/lldb-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/openmp-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/polly-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/libcxx-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/libcxxabi-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/lld-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/libunwind-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/cmake-16.0.4.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/third-party-16.0.4.src.tar.xz
-#http://llvm.org/releases/16.0.3/llvm-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/clang-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/clang-tools-extra-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/compiler-rt-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/flang-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/lldb-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/openmp-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/polly-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/libcxx-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/libcxxabi-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/lld-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/libunwind-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/cmake-16.0.3.src.tar.xz
-#http://llvm.org/releases/16.0.3/third-party-16.0.3.src.tar.xz
+#http://llvm.org/releases/16.0.4/llvm-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/clang-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/clang-tools-extra-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/compiler-rt-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/flang-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/lldb-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/openmp-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/polly-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/libcxx-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/libcxxabi-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/lld-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/libunwind-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/cmake-16.0.4.src.tar.xz
+#http://llvm.org/releases/16.0.4/third-party-16.0.4.src.tar.xz
diff --git a/source/k/kernel-configs/config-generic-6.1.28 b/source/k/kernel-configs/config-generic-6.1.29
index 3ab3197a2..0d117fbbc 100644
--- a/source/k/kernel-configs/config-generic-6.1.28
+++ b/source/k/kernel-configs/config-generic-6.1.29
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.28 Kernel Configuration
+# Linux/x86 6.1.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -7287,6 +7287,7 @@ CONFIG_SND_SOC_RT1019=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
+CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
diff --git a/source/k/kernel-configs/config-generic-6.1.28.x64 b/source/k/kernel-configs/config-generic-6.1.29.x64
index 46debb2c2..036e119e8 100644
--- a/source/k/kernel-configs/config-generic-6.1.28.x64
+++ b/source/k/kernel-configs/config-generic-6.1.29.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.28 Kernel Configuration
+# Linux/x86 6.1.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -7258,6 +7258,7 @@ CONFIG_SND_SOC_RT1019=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
+CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
diff --git a/source/k/kernel-configs/config-generic-smp-6.1.28-smp b/source/k/kernel-configs/config-generic-smp-6.1.29-smp
index a6092fafc..6b574596b 100644
--- a/source/k/kernel-configs/config-generic-smp-6.1.28-smp
+++ b/source/k/kernel-configs/config-generic-smp-6.1.29-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.28 Kernel Configuration
+# Linux/x86 6.1.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -7331,6 +7331,7 @@ CONFIG_SND_SOC_RT1019=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
+CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
diff --git a/source/k/kernel-configs/config-huge-6.1.28 b/source/k/kernel-configs/config-huge-6.1.29
index 0db971422..ba42fa52d 100644
--- a/source/k/kernel-configs/config-huge-6.1.28
+++ b/source/k/kernel-configs/config-huge-6.1.29
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.28 Kernel Configuration
+# Linux/x86 6.1.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -7287,6 +7287,7 @@ CONFIG_SND_SOC_RT1019=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
+CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
diff --git a/source/k/kernel-configs/config-huge-6.1.28.x64 b/source/k/kernel-configs/config-huge-6.1.29.x64
index f358d23dc..8cdfbe625 100644
--- a/source/k/kernel-configs/config-huge-6.1.28.x64
+++ b/source/k/kernel-configs/config-huge-6.1.29.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.28 Kernel Configuration
+# Linux/x86 6.1.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -7258,6 +7258,7 @@ CONFIG_SND_SOC_RT1019=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
+CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
diff --git a/source/k/kernel-configs/config-huge-smp-6.1.28-smp b/source/k/kernel-configs/config-huge-smp-6.1.29-smp
index 0cdfbcb8b..4ea45fc8d 100644
--- a/source/k/kernel-configs/config-huge-smp-6.1.28-smp
+++ b/source/k/kernel-configs/config-huge-smp-6.1.29-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.28 Kernel Configuration
+# Linux/x86 6.1.29 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -7331,6 +7331,7 @@ CONFIG_SND_SOC_RT1019=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
+CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
diff --git a/source/kde/kde/build/kde-cli-tools b/source/kde/kde/build/kde-cli-tools
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kde-cli-tools
+++ b/source/kde/kde/build/kde-cli-tools
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/patch/kde-cli-tools.patch b/source/kde/kde/patch/kde-cli-tools.patch
deleted file mode 100644
index 5f57d6e09..000000000
--- a/source/kde/kde/patch/kde-cli-tools.patch
+++ /dev/null
@@ -1 +0,0 @@
-cat $CWD/patch/kde-cli-tools/726690b34c1b75307fb8c830ba05dd00b98aa85a.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kde-cli-tools/726690b34c1b75307fb8c830ba05dd00b98aa85a.patch b/source/kde/kde/patch/kde-cli-tools/726690b34c1b75307fb8c830ba05dd00b98aa85a.patch
deleted file mode 100644
index 4fa2309c6..000000000
--- a/source/kde/kde/patch/kde-cli-tools/726690b34c1b75307fb8c830ba05dd00b98aa85a.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 726690b34c1b75307fb8c830ba05dd00b98aa85a Mon Sep 17 00:00:00 2001
-From: Heiko Becker <heiko.becker@kde.org>
-Date: Tue, 9 May 2023 21:29:52 +0200
-Subject: [PATCH] kinfo: Use kcmshell5 with Plasma *5*
-
----
- kinfo/kinfo | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kinfo/kinfo b/kinfo/kinfo
-index ddb5de31..6f911965 100644
---- a/kinfo/kinfo
-+++ b/kinfo/kinfo
-@@ -3,4 +3,4 @@
- # SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
-
- export QT_LOGGING_RULES="*=false"
--exec kcmshell6 kcm_about-distro --args dump --platform offscreen
-+exec kcmshell5 kcm_about-distro --args dump --platform offscreen
---
-GitLab
-