diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-06 19:05:20 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-06 19:05:20 +0000 |
commit | 313410976bb525597221d87b6d5ac773a9a69eec (patch) | |
tree | 506256a38fa57b7aeb3cebaf277a2a1a8f1a0cfd /net-proxy/havp/files | |
parent | fix peruser patch name (diff) | |
download | historical-313410976bb525597221d87b6d5ac773a9a69eec.tar.gz historical-313410976bb525597221d87b6d5ac773a9a69eec.tar.bz2 historical-313410976bb525597221d87b6d5ac773a9a69eec.zip |
version bump
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-proxy/havp/files')
-rw-r--r-- | net-proxy/havp/files/digest-havp-0.77 | 1 | ||||
-rw-r--r-- | net-proxy/havp/files/havp-0.77-gentoo.patch | 62 |
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 |