From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] vnstat: Update to 2.13 Date: Mon, 10 Feb 2025 10:03:59 +0100 Message-ID: <20250210090410.3231346-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7864853664983107149==" List-Id: --===============7864853664983107149== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://humdi.net/vnstat/CHANGES "- Fixed - Opening of body html tag was missing on some pages in image output example cgi (examples/vnstat.cgi) - New - Add database data merge support as --merge - Add --db for specifying database file for queries (vnstat and vnstati) - Add exit status 2 options to --alert for making it possible to differentiate alerts from errors (exit status 1) - Add --dbiflist also to vnstati command - Image output example cgi (examples/vnstat.cgi) improvements - Remove dependency to vnstat command - Add option for selecting how many images are shown per row on the index page when the database has more than one interface - Add option for selecting which image output is used on the index page when the database has more than one interface - Add options for selecting which interfaces are shown or hidden from the index page without disabling access to all interface specific page when the database has more than one interface - Harmonize layout style between pages" Signed-off-by: Matthias Fischer --- lfs/vnstat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/vnstat b/lfs/vnstat index c47833a14..1bebba7cf 100644 --- a/lfs/vnstat +++ b/lfs/vnstat @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 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 2.12 +VER =3D 2.13 =20 THISAPP =3D vnstat-$(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 af6982bc6da66ed2cebfe99e1b46a540528886d1c6e7a5174a3083= a315804cb42c2395f3a0f5df552e8fd6b7823a01873fc5f9fb2178529c53481a67552dab35 +$(DL_FILE)_BLAKE2 =3D 2eef806403bca82a9f5f45c5dad75aac7c23dc7d1c7f010a0d2b82= 934ffea138fb29355e6c6a0a107fb83572dfb498c1b233feb77845e96ea36a9664f9fdfc5e =20 install : $(TARGET) =20 --=20 2.43.0 --===============7864853664983107149==--