Reviewed-by: Peter Müller peter.mueller@ipfire.org
- Update from vesrion 0.92 to 0.92.1
- Update of rootfile
- Changelog libstatgrab 0.92.1 (27 July 2021)
- Fix build with autoconf 2.70+.
- Fix CPU stats on older Linux kernels.
- Make sure to count processes in an unknown state.
- Check if -ltinfo is needed when linking ncurses.
- Fixes to build when cross-compiling.
- Fix build with -DNDEBUG.
- Handle vmmeter changes in FreeBSD 12.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
config/rootfiles/common/libstatgrab | 2 +- lfs/libstatgrab | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/libstatgrab b/config/rootfiles/common/libstatgrab index 8f0b15296..b1a4d2eb8 100644 --- a/config/rootfiles/common/libstatgrab +++ b/config/rootfiles/common/libstatgrab @@ -7,7 +7,7 @@ usr/bin/statgrab #usr/lib/libstatgrab.la #usr/lib/libstatgrab.so usr/lib/libstatgrab.so.10 -usr/lib/libstatgrab.so.10.0.1 +usr/lib/libstatgrab.so.10.0.2 #usr/lib/pkgconfig/libstatgrab.pc #usr/share/doc/libstatgrab #usr/share/doc/libstatgrab/AUTHORS diff --git a/lfs/libstatgrab b/lfs/libstatgrab index 997880efc..50de9b490 100644 --- a/lfs/libstatgrab +++ b/lfs/libstatgrab @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 0.92 +VER = 0.92.1
THISAPP = libstatgrab-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d8ca538f01d9e0b1d5c459c9c0da6df5b6806e02649d726c3ee8a2f69233a7183df6dda95980a8e6f8b438478ec28f4baa9d623d5372e5e3e28ea4909e905872 +$(DL_FILE)_BLAKE2 = 5315772da07a9229f7f5d85dc7563333892e2a7293d7b331bd65edbebc08841103e6cf695d8faf25b83135545dda767bfc358517afa866981657dc8205d319be
install : $(TARGET)