summaryrefslogtreecommitdiffstats
path: root/source/kde
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-13 22:01:34 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-13 23:34:24 +0100
commiteafa0396dacda0c59781f54b0e9feb0dfd1d8e23 (patch)
tree70ef092b9a4225a8a7674652ba0f45b1f85ba759 /source/kde
parentad1b1833ef7c081fab1d2fa8a45f2f663180b68d (diff)
downloadcurrent-eafa0396dacda0c59781f54b0e9feb0dfd1d8e23.tar.gz
current-eafa0396dacda0c59781f54b0e9feb0dfd1d8e23.tar.xz
Wed Dec 13 22:01:34 UTC 202320231213220134
a/kernel-firmware-20231212_c52dc25-noarch-1.txz: Upgraded. a/kernel-generic-6.6.7-x86_64-1.txz: Upgraded. a/kernel-huge-6.6.7-x86_64-1.txz: Upgraded. a/kernel-modules-6.6.7-x86_64-1.txz: Upgraded. d/kernel-headers-6.6.7-x86-1.txz: Upgraded. k/kernel-source-6.6.7-noarch-1.txz: Upgraded. kde/okteta-0.26.14-x86_64-1.txz: Upgraded. l/enchant-2.6.4-x86_64-1.txz: Upgraded. l/libxml2-2.12.3-x86_64-1.txz: Upgraded. l/v4l-utils-1.26.1-x86_64-1.txz: Upgraded. x/xorg-server-21.1.10-x86_64-1.txz: Upgraded. This update fixes two security issues: Out-of-bounds memory write in XKB button actions. Out-of-bounds memory read in RRChangeOutputProperty and RRChangeProviderProperty. For more information, see: https://lists.x.org/archives/xorg/2023-December/061517.html https://www.cve.org/CVERecord?id=CVE-2023-6377 https://www.cve.org/CVERecord?id=CVE-2023-6478 (* Security fix *) x/xorg-server-xephyr-21.1.10-x86_64-1.txz: Upgraded. x/xorg-server-xnest-21.1.10-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-21.1.10-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-23.2.3-x86_64-1.txz: Upgraded. This update fixes two security issues: Out-of-bounds memory write in XKB button actions. Out-of-bounds memory read in RRChangeOutputProperty and RRChangeProviderProperty. For more information, see: https://lists.x.org/archives/xorg/2023-December/061517.html https://www.cve.org/CVERecord?id=CVE-2023-6377 https://www.cve.org/CVERecord?id=CVE-2023-6478 (* Security fix *) isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/kde')
-rw-r--r--source/kde/kde/patch/kdoctools.patch1
-rw-r--r--source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch10
2 files changed, 0 insertions, 11 deletions
diff --git a/source/kde/kde/patch/kdoctools.patch b/source/kde/kde/patch/kdoctools.patch
deleted file mode 100644
index d1f001b95..000000000
--- a/source/kde/kde/patch/kdoctools.patch
+++ /dev/null
@@ -1 +0,0 @@
-cat $CWD/patch/kdoctools/kdoctools.libxml2-2.12.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch b/source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch
deleted file mode 100644
index fa6fa23c3..000000000
--- a/source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/xslt.cpp.orig 2023-11-04 05:02:07.000000000 -0500
-+++ ./src/xslt.cpp 2023-12-11 21:07:11.333261959 -0600
-@@ -14,6 +14,7 @@
- #include <libxml/parser.h>
- #include <libxml/parserInternals.h>
- #include <libxml/xmlIO.h>
-+#include <libxml/xmlsave.h>
- #include <libxslt/transform.h>
- #include <libxslt/xsltInternals.h>
- #include <libxslt/xsltconfig.h>