mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-07 05:26:10 +02:00
- 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>
12 lines
335 B
Diff
12 lines
335 B
Diff
--- 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@
|