vnstat: Update to 2.10

Message ID 20221107180355.3603918-1-matthias.fischer@ipfire.org
State Accepted
Commit c7369b4bf14bf6d8b1b911202621edcbfcda0709
Headers
Series vnstat: Update to 2.10 |

Commit Message

Matthias Fischer Nov. 7, 2022, 6:03 p.m. UTC
  For details see:
https://humdi.net/vnstat/CHANGES

"2.10 / 22-Oct-2022

 - Fixed
   - BandwidthDetection in BSD wasn't correctly converting kernel reported
     bits per second values to Mbits per second resulting in a sanity check
     being triggered and detected values not being used expect for PPPoE
     interfaces which incorrectly were detected as 64000 Mbit
   - Image output of 5 minute graph wasn't possible if data retention of the
     5 minute time period was configured as unlimited
     (pull request by Sebastian Lechte)
   - Estimates and average rates weren't calculated correctly for daily,
     monthly and yearly time periods when monitoring of the interface had been
     started during the ongoing time period
   - Estimates weren't being shown in summary output when OutputStyle or
     --style was configured with a value less than 2 (vnstat)
   - Alignment of column header in short output wasn't correct when
     OutputStyle or --style was configured with the value 0 (vnstat)
 - New
   - Support input of more than 31 characters in interface name when using
     interface1+interface2 syntax data merge queries
   - Support passing --config option multiple times, later files override
     earlier files if settings overlap (vnstat and vnstati)
   - Add configuration option EstimateVisible for controlling the visibility
     of the estimate line
   - Add configuration option EstimateText for modifying the default
     "estimated" text string when the estimate line is visible
   - Add --style support to -tr / --traffic output
   - Add summary option to --json and --xml outputs
   - Add timestamps to --json and --xml outputs
   - Add Prometheus compatible metrics endpoint cgi to examples
     (examples/vnstat-metrics.cgi)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/vnstat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Nov. 8, 2022, 12:51 p.m. UTC | #1
Looks good to me.

Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> For details see:
> https://humdi.net/vnstat/CHANGES
> 
> "2.10 / 22-Oct-2022
> 
>  - Fixed
>    - BandwidthDetection in BSD wasn't correctly converting kernel reported
>      bits per second values to Mbits per second resulting in a sanity check
>      being triggered and detected values not being used expect for PPPoE
>      interfaces which incorrectly were detected as 64000 Mbit
>    - Image output of 5 minute graph wasn't possible if data retention of the
>      5 minute time period was configured as unlimited
>      (pull request by Sebastian Lechte)
>    - Estimates and average rates weren't calculated correctly for daily,
>      monthly and yearly time periods when monitoring of the interface had been
>      started during the ongoing time period
>    - Estimates weren't being shown in summary output when OutputStyle or
>      --style was configured with a value less than 2 (vnstat)
>    - Alignment of column header in short output wasn't correct when
>      OutputStyle or --style was configured with the value 0 (vnstat)
>  - New
>    - Support input of more than 31 characters in interface name when using
>      interface1+interface2 syntax data merge queries
>    - Support passing --config option multiple times, later files override
>      earlier files if settings overlap (vnstat and vnstati)
>    - Add configuration option EstimateVisible for controlling the visibility
>      of the estimate line
>    - Add configuration option EstimateText for modifying the default
>      "estimated" text string when the estimate line is visible
>    - Add --style support to -tr / --traffic output
>    - Add summary option to --json and --xml outputs
>    - Add timestamps to --json and --xml outputs
>    - Add Prometheus compatible metrics endpoint cgi to examples
>      (examples/vnstat-metrics.cgi)"
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  lfs/vnstat | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/vnstat b/lfs/vnstat
> index a7b28f3fd..c854ea090 100644
> --- a/lfs/vnstat
> +++ b/lfs/vnstat
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 2.9
> +VER        = 2.10
>  
>  THISAPP    = vnstat-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 1671fe49f3add0087431b57aaa69d4c6280066a299e6899c00cd5bf6ec21380d1457295f884f683ebfb89959eea08a9d900e898a865e3f6ff2a82ecf354d974a
> +$(DL_FILE)_BLAKE2 = 82fcb54cf00a8122f31dc27f41f830ef68b92452bf7ae22bf2f1be13a1526bd12e8365002edef7766156f2df15472b189b3f219074532cb00a81156775b08997
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/vnstat b/lfs/vnstat
index a7b28f3fd..c854ea090 100644
--- a/lfs/vnstat
+++ b/lfs/vnstat
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.9
+VER        = 2.10
 
 THISAPP    = vnstat-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 1671fe49f3add0087431b57aaa69d4c6280066a299e6899c00cd5bf6ec21380d1457295f884f683ebfb89959eea08a9d900e898a865e3f6ff2a82ecf354d974a
+$(DL_FILE)_BLAKE2 = 82fcb54cf00a8122f31dc27f41f830ef68b92452bf7ae22bf2f1be13a1526bd12e8365002edef7766156f2df15472b189b3f219074532cb00a81156775b08997
 
 install : $(TARGET)