aboutsummaryrefslogtreecommitdiff
path: root/net/darkstat/patches
diff options
context:
space:
mode:
authorJean-Michel Lacroix <lacroix@lepine-lacroix.info>2016-07-07 09:43:48 -0400
committerJean-Michel Lacroix <lacroix@lepine-lacroix.info>2016-07-11 09:06:14 -0400
commite32b8b2c3442e3b4ee5facec8c5bc56376834abb (patch)
treeb75064418983c01ef063237613a4f2a6f68e8e96 /net/darkstat/patches
parenta6368066b3c89c2dbd327e174c3f204f1132cd98 (diff)
darkstat: Network bandwidth monitor - version 3.0.719
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info> 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 <lacroix@lepine-lacroix.info>
Diffstat (limited to 'net/darkstat/patches')
-rw-r--r--net/darkstat/patches/100-do-not-use-NI_IDN.patch12
1 files changed, 12 insertions, 0 deletions
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;