From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] wavemon: Update to version 0.9.5 Date: Thu, 18 Jan 2024 12:40:31 +0100 Message-ID: <20240118114031.6171-14-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8792434161930840418==" List-Id: --===============8792434161930840418== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.9.4 to 0.9.5 - Update of rootfile not required - force-netlink-include-path patch updated due to chganges in file in source = tarball - Changelog 0.9.5 Info Screen: improve format of percentages (use fixed format rather than auto-format). Configuration: fix ncurses support for white backgrounds (#119), configuration file now either in $XDG_CONFIG_HOME/wavemon/wavemonrc or in $HOME/.config/wavemon/wavemonrc (#106). Miscellaneous avoid including include linux/if.h (#109), check and set support for C99 standard (#108), updated README (#107), configuration file can now be located in XDG_CONFIG_HOME (#105), added portable implementation of asprintf(3), updated copied nl80211 header file, make -Wpedantic the default when building. Signed-off-by: Adolf Belka --- lfs/wavemon | 10 +++++----- .../wavemon-0.9.4-force-netlink-include-path.patch | 11 ----------- .../wavemon-0.9.5-force-netlink-include-path.patch | 11 +++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 src/patches/wavemon-0.9.4-force-netlink-include-path.patch create mode 100644 src/patches/wavemon-0.9.5-force-netlink-include-path.patch diff --git a/lfs/wavemon b/lfs/wavemon index 265449c4f..1de2f9fab 100644 --- a/lfs/wavemon +++ b/lfs/wavemon @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 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 = # @@ -27,7 +27,7 @@ include Config =20 SUMMARY =3D An ncurses monitoring application for wireless network devices =20 -VER =3D 0.9.4 +VER =3D 0.9.5 =20 THISAPP =3D wavemon-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -35,7 +35,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D wavemon -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D e07feb16dba86b1a91dc9b7d7df51da1b4498d8ea1a6ca36f6ae1e= 30e0e0bb09971330a470cde3425e7ae785bbd2819460ac2f1ddc2bc8da3aae29de3356bdbb +$(DL_FILE)_BLAKE2 =3D 492ac0f16da1400b4e9e06af43b1ec8b96303bd33a62f355820975= db61efc3b0603e1e3f97be05a69597b9546aeb95e3a2655cb0c45c90aa9f2bd765a06b8884 =20 install : $(TARGET) =20 @@ -82,7 +82,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/wavemon-0.9.4-force-ne= tlink-include-path.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/wavemon-0.9.5-force-ne= tlink-include-path.patch $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ --prefix=3D/usr diff --git a/src/patches/wavemon-0.9.4-force-netlink-include-path.patch b/src= /patches/wavemon-0.9.4-force-netlink-include-path.patch deleted file mode 100644 index 5004e567f..000000000 --- a/src/patches/wavemon-0.9.4-force-netlink-include-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- wavemon-0.9.4/Makefile.in.orig 2021-09-18 02:25:37.000000000 +0200 -+++ wavemon-0.9.4/Makefile.in 2023-05-19 23:45:50.170559365 +0200 -@@ -9,7 +9,7 @@ - install-suid-root: exec_perms =3D 4755 -=20 - CC ?=3D @CC@ --CFLAGS ?=3D @CFLAGS@ @LIBNL3_CLI_CFLAGS@ -+CFLAGS =3D @CFLAGS@ @LIBNL3_CLI_CFLAGS@ - CPPFLAGS ?=3D @CPPFLAGS@ - LDFLAGS ?=3D @LDFLAGS@ - DEFS ?=3D @DEFS@ diff --git a/src/patches/wavemon-0.9.5-force-netlink-include-path.patch b/src= /patches/wavemon-0.9.5-force-netlink-include-path.patch new file mode 100644 index 000000000..efafda4f7 --- /dev/null +++ b/src/patches/wavemon-0.9.5-force-netlink-include-path.patch @@ -0,0 +1,11 @@ +--- wavemon-0.9.5/Makefile.in.orig 2023-10-31 00:50:28.000000000 +0100 ++++ wavemon-0.9.5/Makefile.in 2024-01-16 12:15:40.601709570 +0100 +@@ -15,7 +15,7 @@ + else + CC ?=3D $(CC_DEFAULT) + endif +-CFLAGS ?=3D @CFLAGS@ @LIBNL3_CLI_CFLAGS@ ++CFLAGS =3D @CFLAGS@ @LIBNL3_CLI_CFLAGS@ + CPPFLAGS ?=3D @CPPFLAGS@ + LDFLAGS ?=3D @LDFLAGS@ + DEFS ?=3D @DEFS@ --=20 2.43.0 --===============8792434161930840418==--