vnstat: Update to 2.13

Message ID 20250210090410.3231346-1-matthias.fischer@ipfire.org
State New
Headers
Series vnstat: Update to 2.13 |

Commit Message

Matthias Fischer Feb. 10, 2025, 9:03 a.m. UTC
  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 <matthias.fischer@ipfire.org>
---
 lfs/vnstat | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  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        = 2.12
+VER        = 2.13
 
 THISAPP    = vnstat-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = af6982bc6da66ed2cebfe99e1b46a540528886d1c6e7a5174a3083a315804cb42c2395f3a0f5df552e8fd6b7823a01873fc5f9fb2178529c53481a67552dab35
+$(DL_FILE)_BLAKE2 = 2eef806403bca82a9f5f45c5dad75aac7c23dc7d1c7f010a0d2b82934ffea138fb29355e6c6a0a107fb83572dfb498c1b233feb77845e96ea36a9664f9fdfc5e
 
 install : $(TARGET)