diff options
| author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-14 09:30:47 +0000 |
|---|---|---|
| committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-14 09:30:47 +0000 |
| commit | 70ec1e0cb9adb829aceaf1501aa58e9148fb5027 (patch) | |
| tree | c5fb357b1491c645b2b57c1a188ee68e1ba4d1d4 /security/clamav/files/patch-configure | |
| parent | Upgrade to version 2.0.26. (diff) | |
- 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 <revers@infraqon.nl> (maintainer)
Diffstat (limited to 'security/clamav/files/patch-configure')
| -rw-r--r-- | security/clamav/files/patch-configure | 38 |
1 files changed, 20 insertions, 18 deletions
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 <sys/types.h> ++#include <netinet/in.h> ++#include <arpa/nameser.h> + #include <resolv.h> + _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 <sys/types.h> ++#include <netinet/in.h> ++#include <arpa/nameser.h> + #include <resolv.h> + _ACEOF + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
