From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] vnstat: Update to 1.17 Date: Sat, 22 Apr 2017 18:17:27 +0200 Message-ID: <20170422161727.9156-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4246541120300507722==" List-Id: --===============4246541120300507722== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: http://humdi.net/vnstat/CHANGES Please note - this commit is based on: http://git.ipfire.org/?p=3Dpeople/mfischer/ipfire-2.x.git;a=3Dcommit;h=3Df92c= 3ef6b97d4bd5e3db9c6c783ab0059016b211 1.15 was running here since then, upgrading to 1.17 showed no problems so far. Best, Matthias Signed-off-by: Matthias Fischer --- lfs/vnstat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/vnstat b/lfs/vnstat index 07cca6939..376a1e999 100644 --- a/lfs/vnstat +++ b/lfs/vnstat @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2016 IPFire Team = # +# Copyright (C) 2007-2017 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 1.15 +VER =3D 1.17 =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)_MD5 =3D 351051ef3005e3ca99123eec07ac0a7d +$(DL_FILE)_MD5 =3D 8de1c7e40806509943804bb4b26f5409 =20 install : $(TARGET) =20 --=20 2.11.0 --===============4246541120300507722==--