summaryrefslogtreecommitdiffstats
path: root/patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-09 22:16:30 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-10 13:30:32 +0100
commitff521ad79255c7ffdb6220f0c6fe43064a44b31f (patch)
tree9017282923e32bdf6d6b5bc1fcf0a0d5ff30839b /patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff
parent9cbb8ffdbc8f00ca9810b83200790f3d75985ff8 (diff)
downloadcurrent-ff521ad79255c7ffdb6220f0c6fe43064a44b31f.tar.gz
current-ff521ad79255c7ffdb6220f0c6fe43064a44b31f.tar.xz
Wed Nov 9 22:16:30 UTC 202220221109221630_15.0
patches/packages/sysstat-12.7.1-x86_64-1_slack15.0.txz: Upgraded. On 32 bit systems, in versions 9.1.16 and newer but prior to 12.7.1, allocate_structures contains a size_t overflow in sa_common.c. The allocate_structures function insufficiently checks bounds before arithmetic multiplication, allowing for an overflow in the size allocated for the buffer representing system activities. This issue may lead to Remote Code Execution (RCE). For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-39377 (* Security fix *) patches/packages/xfce4-settings-4.16.4-x86_64-1_slack15.0.txz: Upgraded. Fixed an argument injection vulnerability in xfce4-mime-helper. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-45062 (* Security fix *)
Diffstat (limited to 'patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff')
-rw-r--r--patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff b/patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff
new file mode 100644
index 000000000..333b615da
--- /dev/null
+++ b/patches/source/xfce4-settings/xfce4-settings.xft.defaults.diff
@@ -0,0 +1,23 @@
+--- ./xfsettingsd/xsettings.xml.orig 2012-04-28 15:48:30.000000000 -0500
++++ ./xfsettingsd/xsettings.xml 2012-07-19 14:32:25.554643922 -0500
+@@ -17,14 +17,19 @@
+ <property name="EnableEventSounds" type="bool" value="false"/>
+ <property name="EnableInputFeedbackSounds" type="bool" value="false"/>
+ </property>
++<!--
++ Commented out. We should not modify the system text rendering defaults.
++ At least not by default. :-)
++ Feel free to uncomment this block and modify it to suit your own needs.
+ <property name="Xft" type="empty">
+ <property name="DPI" type="empty"/>
+ <property name="Antialias" type="int" value="-1"/>
+ <property name="Hinting" type="int" value="-1"/>
+ <property name="HintStyle" type="string" value="hintnone"/>
+ <property name="RGBA" type="string" value="none"/>
+- <!-- <property name="Lcdfilter" type="string" value="none"/> -->
++ <property name="Lcdfilter" type="string" value="none"/>
+ </property>
++-->
+ <property name="Gtk" type="empty">
+ <property name="CanChangeAccels" type="bool" value="false"/>
+ <property name="ColorPalette" type="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/>