From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libstatgrab: Update to version 0.92.1 Date: Mon, 26 Dec 2022 08:47:40 +0000 Message-ID: <5818e244-179c-8d35-5096-139db8ea128f@ipfire.org> In-Reply-To: <20221211123330.5155-7-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3010960661060330062==" List-Id: --===============3010960661060330062== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/libstatgrab | 2 +- > lfs/libstatgrab | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > 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 = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # 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 @@ > =20 > include Config > =20 > -VER =3D 0.92 > +VER =3D 0.92.1 > =20 > THISAPP =3D libstatgrab-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D d8ca538f01d9e0b1d5c459c9c0da6df5b6806e02649d726c3ee8= a2f69233a7183df6dda95980a8e6f8b438478ec28f4baa9d623d5372e5e3e28ea4909e905872 > +$(DL_FILE)_BLAKE2 =3D 5315772da07a9229f7f5d85dc7563333892e2a7293d7b331bd65= edbebc08841103e6cf695d8faf25b83135545dda767bfc358517afa866981657dc8205d319be > =20 > install : $(TARGET) > =20 --===============3010960661060330062==--