summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/havp/files')
-rw-r--r--net-proxy/havp/files/digest-havp-0.853
-rw-r--r--net-proxy/havp/files/havp-0.85-gentoo.patch55
2 files changed, 58 insertions, 0 deletions
diff --git a/net-proxy/havp/files/digest-havp-0.85 b/net-proxy/havp/files/digest-havp-0.85
new file mode 100644
index 000000000000..37727d88653e
--- /dev/null
+++ b/net-proxy/havp/files/digest-havp-0.85
@@ -0,0 +1,3 @@
+MD5 6f05d36a1f8374535ae66373111ff5a1 havp-0.85.tar.gz 101860
+RMD160 7645588efe03cee11478218c35e78aed3d50f938 havp-0.85.tar.gz 101860
+SHA256 523c7d69728c600e3cf33603a2caf41755a8e70fa4a20b71cba61df5f16bb2b4 havp-0.85.tar.gz 101860
diff --git a/net-proxy/havp/files/havp-0.85-gentoo.patch b/net-proxy/havp/files/havp-0.85-gentoo.patch
new file mode 100644
index 000000000000..db3ba1f69370
--- /dev/null
+++ b/net-proxy/havp/files/havp-0.85-gentoo.patch
@@ -0,0 +1,55 @@
+diff -Nru havp-0.85.orig/configure havp-0.85/configure
+--- havp-0.85.orig/configure 2006-11-03 00:05:45.000000000 +0200
++++ havp-0.85/configure 2007-03-10 12:16:01.000000000 +0200
+@@ -2578,19 +2578,19 @@
+
+ test "$prefix" = "NONE" && prefix=/usr/local
+ cat >>confdefs.h <<_ACEOF
+-#define CONFIGFILE "$prefix/etc/havp/havp.config"
++#define CONFIGFILE "$sysconfdir/havp/havp.config"
+ _ACEOF
+
+ cat >>confdefs.h <<_ACEOF
+-#define WHITELISTFILE "$prefix/etc/havp/whitelist"
++#define WHITELISTFILE "$sysconfdir/havp/whitelist"
+ _ACEOF
+
+ cat >>confdefs.h <<_ACEOF
+-#define BLACKLISTFILE "$prefix/etc/havp/blacklist"
++#define BLACKLISTFILE "$sysconfdir/havp/blacklist"
+ _ACEOF
+
+ cat >>confdefs.h <<_ACEOF
+-#define TEMPLATEPATH "$prefix/etc/havp/templates/en"
++#define TEMPLATEPATH "$sysconfdir/havp/templates/en"
+ _ACEOF
+
+
+diff -Nru havp-0.85.orig/etc/havp/havp.config havp-0.85/etc/havp/havp.config
+--- havp-0.85.orig/etc/havp/havp.config 2006-12-28 15:42:03.000000000 +0200
++++ havp-0.85/etc/havp/havp.config 2007-03-10 12:16:01.000000000 +0200
+@@ -187,7 +187,7 @@
+ # Path to template files.
+ #
+ # Default:
+-# TEMPLATEPATH /usr/local/etc/havp/templates/en
++# TEMPLATEPATH /etc/havp/templates/en
+
+ #
+ # Set to true if you want to prefer Whitelist.
+@@ -201,13 +201,13 @@
+ # List of URLs not to scan.
+ #
+ # Default:
+-# WHITELIST /usr/local/etc/havp/whitelist
++# WHITELIST /etc/havp/whitelist
+
+ #
+ # List of URLs that are denied access.
+ #
+ # Default:
+-# BLACKLIST /usr/local/etc/havp/blacklist
++# BLACKLIST /etc/havp/blacklist
+
+ #
+ # Is scanner error fatal?