diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-08-19 06:35:59 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-08-19 06:35:59 +0000 |
commit | 520cb5d40927678d3b08d6a2f5ac706e3f159061 (patch) | |
tree | 3598516db4a99db8f1cf055198ee1cd0eb242029 /net-proxy/havp/files | |
parent | Remove old version. Version bump (#142767). Demote "need clamd" to "use clamd... (diff) | |
download | gentoo-2-520cb5d40927678d3b08d6a2f5ac706e3f159061.tar.gz gentoo-2-520cb5d40927678d3b08d6a2f5ac706e3f159061.tar.bz2 gentoo-2-520cb5d40927678d3b08d6a2f5ac706e3f159061.zip |
Remove old version. Version bump (#142767). Demote "need clamd" to "use clamd" (havp can use clamlib instead clamd).
(Portage version: 2.1-r2)
(Signed Manifest commit)
Diffstat (limited to 'net-proxy/havp/files')
-rw-r--r-- | net-proxy/havp/files/digest-havp-0.79 | 3 | ||||
-rw-r--r-- | net-proxy/havp/files/havp-0.79-gentoo.patch | 56 |
2 files changed, 0 insertions, 59 deletions
diff --git a/net-proxy/havp/files/digest-havp-0.79 b/net-proxy/havp/files/digest-havp-0.79 deleted file mode 100644 index 553cbbf6d0bb..000000000000 --- a/net-proxy/havp/files/digest-havp-0.79 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bf5f9566b2fb9b27da7e1dedaa7dde0c havp-0.79.tar.gz 101040 -RMD160 0af62e9692415549cac173766b73e300293b20a1 havp-0.79.tar.gz 101040 -SHA256 27d1b74a3856fdaef846aefded360e4a54c8c608cf2421183a9fe7262f18ba28 havp-0.79.tar.gz 101040 diff --git a/net-proxy/havp/files/havp-0.79-gentoo.patch b/net-proxy/havp/files/havp-0.79-gentoo.patch deleted file mode 100644 index 0f86370184f3..000000000000 --- a/net-proxy/havp/files/havp-0.79-gentoo.patch +++ /dev/null @@ -1,56 +0,0 @@ -diff -Nru havp-0.79.orig/etc/havp/havp.config havp-0.79/etc/havp/havp.config ---- havp-0.79.orig/etc/havp/havp.config 2006-03-29 13:12:29.000000000 +0300 -+++ havp-0.79/etc/havp/havp.config 2006-04-14 11:54:02.000000000 +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.79.orig/havp/default.h.in havp-0.79/havp/default.h.in ---- havp-0.79.orig/havp/default.h.in 2006-03-29 13:04:37.000000000 +0300 -+++ havp-0.79/havp/default.h.in 2006-04-14 11:54:44.000000000 +0300 -@@ -49,7 +49,7 @@ - "ENABLESOPHIE","SOPHIESOCKET" - //SCANNERS - --#define CONFIGFILE "/usr/local/etc/havp/havp.config" -+#define CONFIGFILE "/etc/havp/havp.config" - - - //############################################################## -diff -Nru havp-0.79.orig/havp/params.cpp havp-0.79/havp/params.cpp ---- havp-0.79.orig/havp/params.cpp 2006-03-29 12:44:39.000000000 +0300 -+++ havp-0.79/havp/params.cpp 2006-04-14 11:55:44.000000000 +0300 -@@ -46,9 +46,9 @@ - SetConfig("KEEPBACKTIME", "5"); - SetConfig("TRICKLING", "30"); - SetConfig("WHITELISTFIRST", "true"); -- SetConfig("WHITELIST", "/usr/local/etc/havp/whitelist"); -- SetConfig("BLACKLIST", "/usr/local/etc/havp/blacklist"); -- SetConfig("TEMPLATEPATH", "/usr/local/etc/havp/templates/en"); -+ SetConfig("WHITELIST", "/etc/havp/whitelist"); -+ SetConfig("BLACKLIST", "/etc/havp/blacklist"); -+ SetConfig("TEMPLATEPATH", "/etc/havp/templates/en"); - SetConfig("TEMPDIR", "/var/tmp"); - SetConfig("SCANTEMPFILE", "/var/tmp/havp/havp-XXXXXX"); - SetConfig("PIDFILE", "/var/run/havp/havp.pid"); |