mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
ff521ad792
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 *)
14 lines
862 B
Diff
14 lines
862 B
Diff
diff -Nur xfce4-settings-4.11.4.orig/xfsettingsd/xsettings.xml xfce4-settings-4.11.4/xfsettingsd/xsettings.xml
|
|
--- xfce4-settings-4.11.4.orig/xfsettingsd/xsettings.xml 2015-02-16 15:03:11.000000000 -0600
|
|
+++ xfce4-settings-4.11.4/xfsettingsd/xsettings.xml 2015-02-17 21:01:05.021259913 -0600
|
|
@@ -6,8 +6,8 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<channel name="xsettings" version="1.0">
|
|
<property name="Net" type="empty">
|
|
- <property name="ThemeName" type="empty"/>
|
|
- <property name="IconThemeName" type="empty"/>
|
|
+ <property name="ThemeName" type="string" value="Greybird"/>
|
|
+ <property name="IconThemeName" type="string" value="elementary-xfce-dark"/>
|
|
<property name="DoubleClickTime" type="int" value="400"/>
|
|
<property name="DoubleClickDistance" type="int" value="5"/>
|
|
<property name="DndDragThreshold" type="int" value="8"/>
|