diff options
author | Matthieu Baerts <matthieu.baerts@tessares.net> | 2020-10-26 16:53:05 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-10-27 23:53:28 -0700 |
commit | dfc8fdf5e54565c3c2e868ebbf70d67d62bca585 (patch) | |
tree | c6d007f3f921c30e359ed26c8fc9dd2bf2e83275 /net/ifstat/Makefile | |
parent | eac8d38816327acba0205cd70f71e526c0baad69 (diff) |
ifstat: import fixes from Debian package
Extracted from:
http://deb.debian.org/debian/pool/main/i/ifstat/ifstat_1.1-8.1.diff.gz
Note that I also created a new git repository with these fixes:
https://github.com/matttbe/ifstat/
The original author of these modification is:
Goswin von Brederlow <goswin-v-b@web.de>
ChangeLog:
* snmp.c: fix 2 pointer targets differ in signedness warnings
* Adding upport for 64bit /proc/net/dev counters.
* Clean up compiler warnings.
More modifications are available in the patch from the Debian project
but mostly related to the "debian" dir, man page and debug mode. Here I
only took the modifications related to the .c and .h files.
The most important fix is related to the support for 64bit counters in
/proc/net/dev instead of displaying 0 after a while.
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Diffstat (limited to 'net/ifstat/Makefile')
-rw-r--r-- | net/ifstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 8ab305347..208f4b9a9 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ifstat PKG_VERSION:=1.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://gael.roualland.free.fr/ifstat/ |