From e32b8b2c3442e3b4ee5facec8c5bc56376834abb Mon Sep 17 00:00:00 2001 From: Jean-Michel Lacroix Date: Thu, 7 Jul 2016 09:43:48 -0400 Subject: darkstat: Network bandwidth monitor - version 3.0.719 Signed-off-by: Jean-Michel Lacroix From the oldpackages. Updated to version 3.0.719, new config file to add more options Rewritten init file to take in account the new config file and removing a bug when stopping the daemon. Corrected license information in Makefile Signed-off-by: Jean-Michel Lacroix --- net/darkstat/patches/100-do-not-use-NI_IDN.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/darkstat/patches/100-do-not-use-NI_IDN.patch (limited to 'net/darkstat/patches') diff --git a/net/darkstat/patches/100-do-not-use-NI_IDN.patch b/net/darkstat/patches/100-do-not-use-NI_IDN.patch new file mode 100644 index 000000000..7f7eecdb5 --- /dev/null +++ b/net/darkstat/patches/100-do-not-use-NI_IDN.patch @@ -0,0 +1,12 @@ +--- a/dns.c ++++ b/dns.c +@@ -347,9 +347,6 @@ dns_main(void) + + reply.addr = ip; + flags = NI_NAMEREQD; +-# ifdef NI_IDN +- flags |= NI_IDN; +-# endif + switch (ip.family) { + case IPv4: + sin.sin_family = AF_INET; -- cgit v1.2.3