From 70ec1e0cb9adb829aceaf1501aa58e9148fb5027 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Thu, 14 Oct 2004 09:30:47 +0000 Subject: - update to 0.80rc4 + JPEG comment exploit (MS04-028) detection *** IMPORTANT *** The configruration file for the clamd daemon has changed from /usr/local/etc/clamav.conf to /usr/local/etc/clamd.conf. PR: 72203 Approved by: Rob Evers (maintainer) --- security/clamav/files/patch-configure | 38 ++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'security/clamav/files/patch-configure') diff --git a/security/clamav/files/patch-configure b/security/clamav/files/patch-configure index 91f768e7b971..7b51d37436e2 100644 --- a/security/clamav/files/patch-configure +++ b/security/clamav/files/patch-configure @@ -1,20 +1,22 @@ --- configure.orig Mon Mar 15 21:04:49 2004 +++ configure Thu Apr 1 14:56:36 2004 -@@ -9329,7 +9329,7 @@ - - - --if test ! -r "$cfg_dir/clamav.conf"; then -+if true; then - INSTALL_CLAMAV_CONF_TRUE= - INSTALL_CLAMAV_CONF_FALSE='#' - else -@@ -9339,7 +9339,7 @@ - - - --if test ! -r "$cfg_dir/freshclam.conf"; then -+if true; then - INSTALL_FRESHCLAM_CONF_TRUE= - INSTALL_FRESHCLAM_CONF_FALSE='#' - else +@@ -10635,6 +10635,9 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + $ac_includes_default ++#include ++#include ++#include + #include + _ACEOF + rm -f conftest.$ac_objext +@@ -10678,6 +10681,9 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include ++#include ++#include + #include + _ACEOF + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- cgit v1.2.3