mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
sysstat: update to 2.2.1
Fixes CVE-2019-16167. Fixed CPE_ID. Added PKG_LICENSE_FILES. Added PKG_BUILD_PARALLEL for faster compilation. Added nls capability. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
--- a/sa_common.c
|
||||
+++ b/sa_common.c
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include <libgen.h>
|
||||
+#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ctype.h>
|
||||
--- a/common.c
|
||||
+++ b/common.c
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <dirent.h>
|
||||
#include <ctype.h>
|
||||
#include <libgen.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "version.h"
|
||||
#include "common.h"
|
||||
--- a/ioconf.c
|
||||
+++ b/ioconf.c
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "ioconf.h"
|
||||
#include "common.h"
|
||||
Reference in New Issue
Block a user