aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarko Ratkaj <marko.ratkaj@sartura.hr>2019-06-09 17:20:06 +0200
committerMarko Ratkaj <marko.ratkaj@sartura.hr>2019-06-09 17:22:13 +0200
commitd84d95896ba57899ee5ed709732065d4783371bf (patch)
treebd4a364cfa231aaf7cd9cad86300406c016a21d8 /utils
parent1c4b6fef5f57364d65fda1c1e072cc960e9d3dfb (diff)
utils: sysstat: bump to 12.0.5
Version bump from 12.0.2 to 12.0.5 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'utils')
2 files changed, 4 insertions, 4 deletions
diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile
index 45e5529ba..6aa5151e8 100644
--- a/utils/sysstat/Makefile
+++ b/utils/sysstat/Makefile
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sysstat
-PKG_VERSION:=12.0.2
-PKG_RELEASE:=2
+PKG_VERSION:=12.0.5
+PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://pagesperso-orange.fr/sebastien.godard/
-PKG_HASH:=2d30947c8fabbb5015c229fbc149f2891db4926cdf165e5f099310795d8dac80
+PKG_HASH:=58583b0776b9addec69e42eebd6dd1a8e976da8a36bad2422659a1ad6c1a2600
PKG_INSTALL:=1
diff --git a/utils/sysstat/patches/100-musl-compat.patch b/utils/sysstat/patches/100-musl-compat.patch
index 4eb1f3381..2d71c88bf 100644
--- a/utils/sysstat/patches/100-musl-compat.patch
+++ b/utils/sysstat/patches/100-musl-compat.patch
@@ -1,6 +1,6 @@
--- a/sa_common.c
+++ b/sa_common.c
-@@ -28,6 +28,7 @@
+@@ -29,6 +29,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <libgen.h>