summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/havp/files')
-rw-r--r--net-proxy/havp/files/digest-havp-0.771
-rw-r--r--net-proxy/havp/files/havp-0.77-gentoo.patch62
2 files changed, 63 insertions, 0 deletions
diff --git a/net-proxy/havp/files/digest-havp-0.77 b/net-proxy/havp/files/digest-havp-0.77
new file mode 100644
index 000000000000..ef79763130eb
--- /dev/null
+++ b/net-proxy/havp/files/digest-havp-0.77
@@ -0,0 +1 @@
+MD5 85b7f302d05345b587c9e175dff10cd0 havp-0.77.tar.gz 105717
diff --git a/net-proxy/havp/files/havp-0.77-gentoo.patch b/net-proxy/havp/files/havp-0.77-gentoo.patch
new file mode 100644
index 000000000000..e178c53b1981
--- /dev/null
+++ b/net-proxy/havp/files/havp-0.77-gentoo.patch
@@ -0,0 +1,62 @@
+diff -Nur havp-0.77.orig/etc/havp/havp.config havp-0.77/etc/havp/havp.config
+--- havp-0.77.orig/etc/havp/havp.config 2006-01-16 17:05:23.000000000 +0200
++++ havp-0.77/etc/havp/havp.config 2006-03-06 20:54:21.497475000 +0200
+@@ -24,7 +24,7 @@
+ #
+ # Default:
+ # USER nobody
+-# GROUP nogroup
++# GROUP nobody
+
+ #
+ # The process id (PID) of the main HAVP process is written to this file.
+@@ -159,7 +159,7 @@
+ # en, de, it
+ #
+ # Default:
+-# TEMPLATEPATH /usr/local/etc/havp/templates/en
++# TEMPLATEPATH /etc/havp/templates/en
+
+ #
+ # Allow Range Requests
+@@ -176,14 +176,14 @@
+ # URL which won't be scanned
+ #
+ # Default:
+-# WHITELIST /usr/local/etc/havp/whitelist
++# WHITELIST /etc/havp/whitelist
+
+ #
+ # Blacklist files
+ # URL which are denied
+ #
+ # Default:
+-# BLACKLIST /usr/local/etc/havp/blacklist
++# BLACKLIST /etc/havp/blacklist
+
+ #
+ # Max size of downloads which were scanned
+diff -Nur havp-0.77.orig/havp/default.h.in havp-0.77/havp/default.h.in
+--- havp-0.77.orig/havp/default.h.in 2006-01-24 11:27:09.000000000 +0200
++++ havp-0.77/havp/default.h.in 2006-03-06 20:54:21.497475000 +0200
+@@ -50,15 +50,15 @@
+ #endif
+ #endif
+
+-#define WHITELISTFILE "/usr/local/etc/havp/whitelist"
+-#define BLACKLISTFILE "/usr/local/etc/havp/blacklist"
+-#define TEMPLATEDIR "/usr/local/etc/havp/templates/en"
+-#define CONFIGFILE "/usr/local/etc/havp/havp.config"
++#define WHITELISTFILE "/etc/havp/whitelist"
++#define BLACKLISTFILE "/etc/havp/blacklist"
++#define TEMPLATEDIR "/etc/havp/templates/en"
++#define CONFIGFILE "/etc/havp/havp.config"
+
+
+ //Change to User and Group
+ #define USER "nobody"
+-#define GROUP "nogroup"
++#define GROUP "nobody"
+
+ //Fork min server
+ #define SERVERNUMBER 4