From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] bwm-ng: Update to version 0.6.3 Date: Mon, 12 Aug 2024 17:37:55 +0200 Message-ID: <20240812153808.3944396-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3325628089983847830==" List-Id: --===============3325628089983847830== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.6.1-f54b3fa to 0.6.3 - Update of rootfile not required - Changelog 0.6.3 * remove outdated copyright and email * Merge pull request #25 from fweimer/patch-1 AC_QEF_C_NORETURN: Include for exit * Merge pull request #27 from ofalk/master Fix potential write to unallocated memory. * Merge pull request #28 from vgropp/#2-fix-csv-bits feat: #2 output bits in= csv * Merge pull request #29 from vgropp/#2-fix-csv-bits fix(doc): #2 output bits in csv * Merge pull request #32 from vgropp/new-netstat-#5 feat: add support for newer (2016+) linux netstat #5 0.6.2 * Merge pull request #22 from vgropp/issue-#13 to fix windows build * Merge pull request #20 from dreibh/master CSV file output: fix for timesta= mp inaccuracy and Y-2038 problem * Merge pull request #21 from vgropp/travisci add travisci * Merge pull request #17 from Himura2la/master Add the started time in "sum"= mode * Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT = in config * Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of `inline` * Merge pull request #9 from adventureloop/master Always fflush the pipe * Merge pull request #7 from samueloph/fsf_address_clean Update FSF address * Merge pull request #6 from samueloph/master Fix typos * fix nan and inf values on fast refresh (fixes debian bug #532331 Signed-off-by: Adolf Belka --- lfs/bwm-ng | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lfs/bwm-ng b/lfs/bwm-ng index 12f44d3a4..34b7fed4f 100644 --- a/lfs/bwm-ng +++ b/lfs/bwm-ng @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 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 = # @@ -26,15 +26,15 @@ include Config =20 SUMMARY =3D Realtime Bandwidth Monitor =20 -VER =3D 0.6.1-f54b3fa +VER =3D 0.6.3 =20 THISAPP =3D bwm-ng-$(VER) -DL_FILE =3D $(THISAPP).tar.xz +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D bwm-ng -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1f060351487c234864dace572e4378ac128b5ac1ce1544056c1358= 3922c2249ccb9dbf36e180781122397c282348a0624d31c142265c27fd16a8cf107fa62731 +$(DL_FILE)_BLAKE2 =3D bfc5007470a2e4d7f50dc43dc33898f5bcb34a0eaeeb0f53ed7402= 9299ac2b732d343eaf725144a05b778ad8a204c5d546f0ea0b6aaf997995e2e7a6bc3c6cf6 =20 =20 install : $(TARGET) @@ -83,7 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./autogen.sh - cd $(DIR_APP) && ./configure --prefix=3D/usr + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) --=20 2.46.0 --===============3325628089983847830==--