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:
Rosen Penev
2020-01-22 20:29:54 -08:00
parent e64935ea0b
commit a1a91bde95
3 changed files with 19 additions and 45 deletions
@@ -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"