wok view lxqt-panel/stuff/fix_sysstat_plugin.patch @ rev 20283
security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Tue Mar 27 11:09:07 2018 +0000 (2018-03-27) |
parents | |
children |
line source
1 --- plugin-sysstat/lxqtsysstat.cpp
2 +++ plugin-sysstat/lxqtsysstat.cpp
3 @@ -28,9 +28,9 @@
4 #include "lxqtsysstat.h"
5 #include "lxqtsysstatutils.h"
7 -#include <SysStat/CpuStat>
8 -#include <SysStat/MemStat>
9 -#include <SysStat/NetStat>
10 +#include <sysstat/cpustat.h>
11 +#include <sysstat/memstat.h>
12 +#include <sysstat/netstat.h>
14 #include <QTimer>
15 #include <qmath.h>
17 --- plugin-sysstat/lxqtsysstatconfiguration.cpp
18 +++ plugin-sysstat/lxqtsysstatconfiguration.cpp
19 @@ -31,9 +31,9 @@
20 #include "lxqtsysstatutils.h"
21 #include "lxqtsysstatcolours.h"
23 -#include <SysStat/CpuStat>
24 -#include <SysStat/MemStat>
25 -#include <SysStat/NetStat>
26 +#include <sysstat/cpustat.h>
27 +#include <sysstat/memstat.h>
28 +#include <sysstat/netstat.h>
31 LxQtSysStatConfiguration::LxQtSysStatConfiguration(QSettings *settings, QWidget *parent) :