summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-17 20:02:33 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-18 07:00:12 +0100
commit89b746210bf626ad83b16caad75bf526123105c4 (patch)
treebb7204c422e785f8b62537e07cc85786c7366a43 /source/kde/kde/patch
parent01d68a3996f2c3ec8237df2fcdfe01da7f00066f (diff)
downloadcurrent-89b746210bf626ad83b16caad75bf526123105c4.tar.gz
current-89b746210bf626ad83b16caad75bf526123105c4.tar.xz
Thu Nov 17 20:02:33 UTC 202220221117200233
d/cmake-3.25.0-x86_64-1.txz: Upgraded. kde/kconfig-5.100.1-x86_64-1.txz: Upgraded. kde/plasma-framework-5.100.1-x86_64-1.txz: Upgraded. l/mpfr-4.1.1-x86_64-1.txz: Upgraded. x/mesa-22.2.4-x86_64-1.txz: Upgraded. x/xterm-376-x86_64-1.txz: Upgraded. xap/freerdp-2.9.0-x86_64-1.txz: Upgraded. Fixed multiple client side input validation issues. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-39316 https://www.cve.org/CVERecord?id=CVE-2022-39317 https://www.cve.org/CVERecord?id=CVE-2022-39318 https://www.cve.org/CVERecord?id=CVE-2022-39319 https://www.cve.org/CVERecord?id=CVE-2022-39320 https://www.cve.org/CVERecord?id=CVE-2022-41877 https://www.cve.org/CVERecord?id=CVE-2022-39347 (* Security fix *)
Diffstat (limited to 'source/kde/kde/patch')
-rw-r--r--source/kde/kde/patch/plasma-framework.patch1
-rw-r--r--source/kde/kde/patch/plasma-framework/159f9dbd6f9378c9d1943f83f13fce7c47e3d8b2.patch27
2 files changed, 0 insertions, 28 deletions
diff --git a/source/kde/kde/patch/plasma-framework.patch b/source/kde/kde/patch/plasma-framework.patch
deleted file mode 100644
index 0e7a73bfa..000000000
--- a/source/kde/kde/patch/plasma-framework.patch
+++ /dev/null
@@ -1 +0,0 @@
-cat $CWD/patch/plasma-framework/159f9dbd6f9378c9d1943f83f13fce7c47e3d8b2.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/plasma-framework/159f9dbd6f9378c9d1943f83f13fce7c47e3d8b2.patch b/source/kde/kde/patch/plasma-framework/159f9dbd6f9378c9d1943f83f13fce7c47e3d8b2.patch
deleted file mode 100644
index 490386b19..000000000
--- a/source/kde/kde/patch/plasma-framework/159f9dbd6f9378c9d1943f83f13fce7c47e3d8b2.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 159f9dbd6f9378c9d1943f83f13fce7c47e3d8b2 Mon Sep 17 00:00:00 2001
-From: Fushan Wen <qydwhotmail@gmail.com>
-Date: Tue, 15 Nov 2022 13:09:10 +0800
-Subject: [PATCH] svgitem: do not upscale svg when using fractional scaling
-
-BUG: 461682
-FIXED-IN: 5.101
----
- src/declarativeimports/core/svgitem.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/declarativeimports/core/svgitem.cpp b/src/declarativeimports/core/svgitem.cpp
-index b9ef54c09..7fbbe837e 100644
---- a/src/declarativeimports/core/svgitem.cpp
-+++ b/src/declarativeimports/core/svgitem.cpp
-@@ -166,7 +166,7 @@ void SvgItem::updateDevicePixelRatio()
- } else {
- m_svg.data()->setDevicePixelRatio(qMax<qreal>(1.0, std::ceil(qApp->devicePixelRatio())));
- }
-- m_svg.data()->setScaleFactor(qMax<qreal>(1.0, std::ceil(Units::instance().devicePixelRatio())));
-+ m_svg.data()->setScaleFactor(qMax<qreal>(1.0, Units::instance().devicePixelRatio()));
- }
- }
-
---
-GitLab
-