diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-06-18 15:59:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-06-18 15:59:03 +0000 |
commit | ce74b9b7ba3744819b0ed787cbfee66276bc08bf (patch) | |
tree | d4c4a52e32180751110e4ca2897084fc718e5128 /net-proxy/havp/files | |
parent | Version bump. Remove obsolete versions. (diff) | |
download | historical-ce74b9b7ba3744819b0ed787cbfee66276bc08bf.tar.gz historical-ce74b9b7ba3744819b0ed787cbfee66276bc08bf.tar.bz2 historical-ce74b9b7ba3744819b0ed787cbfee66276bc08bf.zip |
Version bump. Remove obsolete versions.
Package-Manager: portage-2.1
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/digest-havp-0.78 | 1 | ||||
-rw-r--r-- | net-proxy/havp/files/havp-0.77-gentoo.patch | 62 | ||||
-rw-r--r-- | net-proxy/havp/files/havp-0.78-gentoo.patch | 46 |
4 files changed, 0 insertions, 110 deletions
diff --git a/net-proxy/havp/files/digest-havp-0.77 b/net-proxy/havp/files/digest-havp-0.77 deleted file mode 100644 index ef79763130eb..000000000000 --- a/net-proxy/havp/files/digest-havp-0.77 +++ /dev/null @@ -1 +0,0 @@ -MD5 85b7f302d05345b587c9e175dff10cd0 havp-0.77.tar.gz 105717 diff --git a/net-proxy/havp/files/digest-havp-0.78 b/net-proxy/havp/files/digest-havp-0.78 deleted file mode 100644 index 55715dcb1ce6..000000000000 --- a/net-proxy/havp/files/digest-havp-0.78 +++ /dev/null @@ -1 +0,0 @@ -MD5 23518e18ba140ab7ba85cf354fbf364e havp-0.78.tar.gz 96142 diff --git a/net-proxy/havp/files/havp-0.77-gentoo.patch b/net-proxy/havp/files/havp-0.77-gentoo.patch deleted file mode 100644 index e178c53b1981..000000000000 --- a/net-proxy/havp/files/havp-0.77-gentoo.patch +++ /dev/null @@ -1,62 +0,0 @@ -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 diff --git a/net-proxy/havp/files/havp-0.78-gentoo.patch b/net-proxy/havp/files/havp-0.78-gentoo.patch deleted file mode 100644 index f3afc14d04e5..000000000000 --- a/net-proxy/havp/files/havp-0.78-gentoo.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -Nru havp-0.78.orig/etc/havp/havp.config havp-0.78/etc/havp/havp.config ---- havp-0.78.orig/etc/havp/havp.config 2006-03-11 13:45:04.000000000 +0200 -+++ havp-0.78/etc/havp/havp.config 2006-03-30 00:00:55.055969500 +0300 -@@ -182,7 +182,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. -@@ -196,13 +196,13 @@ - # Whitelist of URLs not to scan. - # - # Default: --# WHITELIST /usr/local/etc/havp/whitelist -+# WHITELIST /etc/havp/whitelist - - # - # Blacklist of URLs that are denied access. - # - # Default: --# BLACKLIST /usr/local/etc/havp/blacklist -+# BLACKLIST /etc/havp/blacklist - - # - # Is scanner error fatal? -diff -Nru havp-0.78.orig/havp/default.h.in havp-0.78/havp/default.h.in ---- havp-0.78.orig/havp/default.h.in 2006-03-11 14:23:07.000000000 +0200 -+++ havp-0.78/havp/default.h.in 2006-03-29 23:58:47.283984250 +0300 -@@ -57,10 +57,10 @@ - #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 |