summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-07-11 13:32:59 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-07-11 13:32:59 +0000
commitc02c20f32da53e3526e85555c95ec17cfc7cbb28 (patch)
tree0f81e1d50db28f1799ff82990a76380c9ed150b1 /net-analyzer/ntop/files
parentmasked out net-analyzer/ntop-2.0.99_rc2-r2 for testing (diff)
downloadgentoo-2-c02c20f32da53e3526e85555c95ec17cfc7cbb28.tar.gz
gentoo-2-c02c20f32da53e3526e85555c95ec17cfc7cbb28.tar.bz2
gentoo-2-c02c20f32da53e3526e85555c95ec17cfc7cbb28.zip
applied tcp-wrappers patch, closes bugs #4774, #4772 and #4832
Diffstat (limited to 'net-analyzer/ntop/files')
-rw-r--r--net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r21
-rw-r--r--net-analyzer/ntop/files/tcpwrap.patch19
2 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r2 b/net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r2
new file mode 100644
index 000000000000..82665b332343
--- /dev/null
+++ b/net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r2
@@ -0,0 +1 @@
+MD5 d2eebe53b21c954abd44f8b96483bf8c ntop-2.0.99-rc2.tgz 1828895
diff --git a/net-analyzer/ntop/files/tcpwrap.patch b/net-analyzer/ntop/files/tcpwrap.patch
new file mode 100644
index 000000000000..12fe063d6400
--- /dev/null
+++ b/net-analyzer/ntop/files/tcpwrap.patch
@@ -0,0 +1,19 @@
+*** webInterface.c.p Tue May 28 20:05:08 2002
+--- webInterface.c Thu Jul 11 05:32:35 2002
+***************
+*** 23,28 ****
+--- 23,36 ----
+ #include "ntop.h"
+ #include "globals-report.h"
+
++ #ifndef ALLOW_SEVERITY
++ #define ALLOW_SEVERITY LOG_INFO
++ #define DENY_SEVERITY LOG_WARNING
++ #endif
++
++ int allow_severity=LOG_INFO;
++ int deny_severity=LOG_WARNING;
++
+ #ifndef WIN32
+ #include <pwd.h>
+ #endif