]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libstatgrab: Update to version 0.92.1
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 11 Dec 2022 12:33:28 +0000 (13:33 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 26 Dec 2022 08:48:34 +0000 (08:48 +0000)
- 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>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/libstatgrab
lfs/libstatgrab

index 8f0b1529643fe893f356afa923300d1a69574ff8..b1a4d2eb88de2d84921774a23c36e5064098a857 100644 (file)
@@ -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
index 997880efc32ff3418348a8cf605fa94ac6c46895..50de9b4902b37a7b1efd5c4a763a94fd1506325c 100644 (file)
@@ -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)