wavemon: Update to version 0.9.5

- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2024-01-18 12:40:31 +01:00
committed by Michael Tremer
parent b9fec739fd
commit 2d79832a54
3 changed files with 16 additions and 16 deletions

View File

@@ -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 = 4755
CC ?= @CC@
-CFLAGS ?= @CFLAGS@ @LIBNL3_CLI_CFLAGS@
+CFLAGS = @CFLAGS@ @LIBNL3_CLI_CFLAGS@
CPPFLAGS ?= @CPPFLAGS@
LDFLAGS ?= @LDFLAGS@
DEFS ?= @DEFS@

View File

@@ -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 ?= $(CC_DEFAULT)
endif
-CFLAGS ?= @CFLAGS@ @LIBNL3_CLI_CFLAGS@
+CFLAGS = @CFLAGS@ @LIBNL3_CLI_CFLAGS@
CPPFLAGS ?= @CPPFLAGS@
LDFLAGS ?= @LDFLAGS@
DEFS ?= @DEFS@