summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorPatrick J Volkerding <volkerdi@slackware.com>2022-01-16 21:33:27 +0000
committerEric Hameleers <alien@slackware.com>2022-01-17 08:59:55 +0100
commit54efc574732f81aa298dd8ea253200222d32f1b2 (patch)
tree501bb07527ca7cb2cd4534f2766da8bf40000266 /source
parent5ed13142b06050c1f45617acc956aadadcbe4359 (diff)
downloadcurrent-54efc574732f81aa298dd8ea253200222d32f1b2.tar.gz
Sun Jan 16 21:33:27 UTC 202220220116213327
a/aaa_libraries-15.0-x86_64-14.txz: Rebuilt. Upgraded: libexpat.so.1.8.3. a/kernel-generic-5.15.15-x86_64-1.txz: Upgraded. a/kernel-huge-5.15.15-x86_64-1.txz: Upgraded. a/kernel-modules-5.15.15-x86_64-1.txz: Upgraded. ap/cups-filters-1.28.11-x86_64-1.txz: Upgraded. ap/ksh93-1.0_20220114_e569f23e-x86_64-1.txz: Upgraded. ap/vim-8.2.4115-x86_64-1.txz: Upgraded. d/gdb-11.2-x86_64-1.txz: Upgraded. d/kernel-headers-5.15.15-x86-1.txz: Upgraded. k/kernel-source-5.15.15-noarch-1.txz: Upgraded. kde/kwayland-server-5.23.5-x86_64-2.txz: Rebuilt. Applied upstream patch: [PATCH] Store surface object in tablet cursor using QPointer. Thanks to ZhaoLin1457. l/expat-2.4.3-x86_64-1.txz: Upgraded. Fix issues with left shifts by >=29 places resulting in: a) realloc acting as free b) realloc allocating too few bytes c) undefined behavior Fix integer overflow on variable m_groupSize in function doProlog leading to realloc acting as free. Impact is denial of service or other undefined behavior. Prevent integer overflows near memory allocation at multiple places. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22822 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22823 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22826 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22827 (* Security fix *) l/libunwind-1.6.2-x86_64-1.txz: Upgraded. x/xterm-370-x86_64-3.txz: Rebuilt. Ship a sample XTerm.linux.console app-defaults file. Thanks to GazL. xap/vim-gvim-8.2.4115-x86_64-1.txz: Upgraded. xap/xsnow-3.4.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/aaa_libraries/aaa_libraries.SlackBuild2
-rwxr-xr-xsource/ap/cups-filters/cups-filters.SlackBuild2
-rwxr-xr-xsource/d/gdb/gdb.SlackBuild2
-rw-r--r--source/installer/ChangeLog.txt4
-rwxr-xr-xsource/installer/build_installer.sh9
-rw-r--r--source/k/kernel-configs/config-generic-5.15.15 (renamed from source/k/kernel-configs/config-generic-5.15.14)2
-rw-r--r--source/k/kernel-configs/config-generic-5.15.15.x64 (renamed from source/k/kernel-configs/config-generic-5.15.14.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.15.15-smp (renamed from source/k/kernel-configs/config-generic-smp-5.15.14-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.15.15 (renamed from source/k/kernel-configs/config-huge-5.15.14)2
-rw-r--r--source/k/kernel-configs/config-huge-5.15.15.x64 (renamed from source/k/kernel-configs/config-huge-5.15.14.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.15.15-smp (renamed from source/k/kernel-configs/config-huge-smp-5.15.14-smp)2
-rw-r--r--source/kde/kde/build/kwayland-server2
-rw-r--r--source/kde/kde/patch/kwayland-server.patch1
-rw-r--r--source/kde/kde/patch/kwayland-server/5f5bea1648590f24f11ce232eb78112953a4d20e.patch29
-rwxr-xr-xsource/l/libunwind/libunwind.SlackBuild2
-rw-r--r--source/x/xterm/linux-console-xterm.ad2
-rwxr-xr-xsource/x/xterm/xterm.SlackBuild15
-rw-r--r--source/xap/xsnow/xsnow.url3
18 files changed, 60 insertions, 25 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild
index 8b421da6..c6c35f03 100755
--- a/source/a/aaa_libraries/aaa_libraries.SlackBuild
+++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild
@@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=aaa_libraries
VERSION=${VERSION:-15.0}
-BUILD=${BUILD:-13}
+BUILD=${BUILD:-14}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/ap/cups-filters/cups-filters.SlackBuild b/source/ap/cups-filters/cups-filters.SlackBuild
index 9ca96c91..ffbe020a 100755
--- a/source/ap/cups-filters/cups-filters.SlackBuild
+++ b/source/ap/cups-filters/cups-filters.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cups-filters
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild
index 1274122c..5e5ea831 100755
--- a/source/d/gdb/gdb.SlackBuild
+++ b/source/d/gdb/gdb.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gdb
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index b2251ed9..d2e7a873 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,7 @@
+Sun Jan 16 20:51:35 UTC 2022
+ Fix installation of the exfat kernel module(s).
+ Thanks to Nille_kungen.
++--------------------------+
Wed Jan 12 19:45:11 UTC 2022
Added "nvme" command-line utility. Thanks to peake.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 82b0f776..c46d0bb1 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1533,7 +1533,7 @@ for ind in $(seq 0 $((${#KERNELS[*]} -1)) ); do
cp -a fs.orig/{udf*,isofs*,cifs*,ext*,fat*,fscache,jfs*,lockd,nfs,nfs_common,jbd*,nls,reiserfs,xfs,binfmt*,mbcache*,exportfs*} fs/
;;
*86*)
- cp -a fs.orig/{cifs*,fscache,lockd,nfs,nfs_common,ntfs3} fs/
+ cp -a fs.orig/{cifs*,exfat,fscache,lockd,nfs,nfs_common,ntfs3} fs/
;;
*)
cp -a fs.orig/cifs* fs/
@@ -1593,9 +1593,10 @@ for ind in $(seq 0 $((${#KERNELS[*]} -1)) ); do
# Done with block directory
# Grab a few modules from staging:
mv staging staging.orig
- mv staging.orig/hv staging
- mv staging.orig/exfat staging
- mv staging.orig/speakup staging
+ # These all seem to have been merged...
+ #mv staging.orig/hv staging
+ #mv staging.orig/exfat staging
+ #mv staging.orig/speakup staging
rm -rf${VERBOSE1} staging.orig
# Save the Hyper-V keyboard module:
mkdir -p input.orig/serio
diff --git a/source/k/kernel-configs/config-generic-5.15.14 b/source/k/kernel-configs/config-generic-5.15.15
index bac8579a..140cbcd1 100644
--- a/source/k/kernel-configs/config-generic-5.15.14
+++ b/source/k/kernel-configs/config-generic-5.15.15
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.14 Kernel Configuration
+# Linux/x86 5.15.15 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-5.15.14.x64 b/source/k/kernel-configs/config-generic-5.15.15.x64
index a3296157..f13abce1 100644
--- a/source/k/kernel-configs/config-generic-5.15.14.x64
+++ b/source/k/kernel-configs/config-generic-5.15.15.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.14 Kernel Configuration
+# Linux/x86 5.15.15 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.15.14-smp b/source/k/kernel-configs/config-generic-smp-5.15.15-smp
index 198612e3..cd821d33 100644
--- a/source/k/kernel-configs/config-generic-smp-5.15.14-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.15.15-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.14 Kernel Configuration
+# Linux/x86 5.15.15 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-5.15.14 b/source/k/kernel-configs/config-huge-5.15.15
index 4f9581a4..1ace1967 100644
--- a/source/k/kernel-configs/config-huge-5.15.14
+++ b/source/k/kernel-configs/config-huge-5.15.15
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.14 Kernel Configuration
+# Linux/x86 5.15.15 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-5.15.14.x64 b/source/k/kernel-configs/config-huge-5.15.15.x64
index a92d07c8..159e7ceb 100644
--- a/source/k/kernel-configs/config-huge-5.15.14.x64
+++ b/source/k/kernel-configs/config-huge-5.15.15.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.14 Kernel Configuration
+# Linux/x86 5.15.15 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.15.14-smp b/source/k/kernel-configs/config-huge-smp-5.15.15-smp
index f502ed3d..b3e4346f 100644
--- a/source/k/kernel-configs/config-huge-smp-5.15.14-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.15.15-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.14 Kernel Configuration
+# Linux/x86 5.15.15 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/kde/kde/build/kwayland-server b/source/kde/kde/build/kwayland-server
index d00491fd..0cfbf088 100644
--- a/source/kde/kde/build/kwayland-server
+++ b/source/kde/kde/build/kwayland-server
@@ -1 +1 @@
-1
+2
diff --git a/source/kde/kde/patch/kwayland-server.patch b/source/kde/kde/patch/kwayland-server.patch
new file mode 100644
index 00000000..f1b4e727
--- /dev/null
+++ b/source/kde/kde/patch/kwayland-server.patch
@@ -0,0 +1 @@
+cat $CWD/patch/kwayland-server/5f5bea1648590f24f11ce232eb78112953a4d20e.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kwayland-server/5f5bea1648590f24f11ce232eb78112953a4d20e.patch b/source/kde/kde/patch/kwayland-server/5f5bea1648590f24f11ce232eb78112953a4d20e.patch
new file mode 100644
index 00000000..50d1314c
--- /dev/null
+++ b/source/kde/kde/patch/kwayland-server/5f5bea1648590f24f11ce232eb78112953a4d20e.patch
@@ -0,0 +1,29 @@
+From 5f5bea1648590f24f11ce232eb78112953a4d20e Mon Sep 17 00:00:00 2001
+From: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
+Date: Mon, 10 Jan 2022 13:17:32 +0200
+Subject: [PATCH] Store surface object in tablet cursor using QPointer
+
+The SurfaceInterface can get destroyed and TabletCursorV2 may return a
+dangling pointer.
+
+BUG: 446255
+---
+ src/server/tablet_v2_interface.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/server/tablet_v2_interface.cpp b/src/server/tablet_v2_interface.cpp
+index 59a4b2fb..8af80603 100644
+--- a/src/server/tablet_v2_interface.cpp
++++ b/src/server/tablet_v2_interface.cpp
+@@ -91,7 +91,7 @@ public:
+ TabletCursorV2 *const q;
+
+ quint32 m_serial = 0;
+- SurfaceInterface *m_surface = nullptr;
++ QPointer<SurfaceInterface> m_surface;
+ QPoint m_hotspot;
+ };
+
+--
+GitLab
+
diff --git a/source/l/libunwind/libunwind.SlackBuild b/source/l/libunwind/libunwind.SlackBuild
index 8194e915..ffc08e82 100755
--- a/source/l/libunwind/libunwind.SlackBuild
+++ b/source/l/libunwind/libunwind.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libunwind
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/xterm/linux-console-xterm.ad b/source/x/xterm/linux-console-xterm.ad
index bd0095f6..12c4fdfe 100644
--- a/source/x/xterm/linux-console-xterm.ad
+++ b/source/x/xterm/linux-console-xterm.ad
@@ -1,7 +1,7 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! These resources will, as much as possible, configure xterm to look
! like a linux console.
-!
+! To use this file, copy it to: /etc/X11/app-defaults/XTerm
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Choose one below:
diff --git a/source/x/xterm/xterm.SlackBuild b/source/x/xterm/xterm.SlackBuild
index 47d15fb3..ff1aff97 100755
--- a/source/x/xterm/xterm.SlackBuild
+++ b/source/x/xterm/xterm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xterm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -111,13 +111,12 @@ make install DESTDIR=$PKG || exit 1
mkdir -p $PKG/usr/share/applications
cp xterm.desktop uxterm.desktop $PKG/usr/share/applications
-# Commented out. For now we will use upstream defaults.
-## Install a default XTerm app-defaults that looks like the Linux console.
-## Thanks to GazL.
-#cp -a $PKG/etc/X11/app-defaults/XTerm $PKG/etc/X11/app-defaults/XTerm.upstream.default
-#echo >> $PKG/etc/X11/app-defaults/XTerm
-#cat $CWD/linux-console-xterm.ad >> $PKG/etc/X11/app-defaults/XTerm
-#touch -r $PKG/etc/X11/app-defaults/XTerm.upstream.default $PKG/etc/X11/app-defaults/XTerm
+# Install a sample XTerm app-defaults that looks like the Linux console.
+# Thanks to GazL.
+cp -a $PKG/etc/X11/app-defaults/XTerm $PKG/etc/X11/app-defaults/XTerm.upstream.default
+cp -a $CWD/linux-console-xterm.ad $PKG/etc/X11/app-defaults/XTerm.linux.console
+chown root:root $PKG/etc/X11/app-defaults/XTerm.linux.console
+chmod 644 $PKG/etc/X11/app-defaults/XTerm.linux.console
# Install app-defaults as .new:
mv $PKG/etc/X11/app-defaults/XTerm $PKG/etc/X11/app-defaults/XTerm.new
diff --git a/source/xap/xsnow/xsnow.url b/source/xap/xsnow/xsnow.url
index 2f6285fc..42b7ac55 100644
--- a/source/xap/xsnow/xsnow.url
+++ b/source/xap/xsnow/xsnow.url
@@ -1 +1,2 @@
-https://sourceforge.net/projects/xsnow/files/
+https://www.ratrabbit.nl/ratrabbit/xsnow/downloads/index.html
+#https://sourceforge.net/projects/xsnow/files/