diff options
author | netchild <netchild@FreeBSD.org> | 2004-04-12 12:53:50 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-04-12 12:53:50 +0000 |
commit | c3cee59825fcc843013e514089d64b86702a9be4 (patch) | |
tree | 4fc8f3aec7ff52811b0005589fd6829a96e4714b /security/antivir-milter/files | |
parent | 51b261438d2dd07fd5df1adbe9208e6cb8ebfbda (diff) | |
download | FreeBSD-ports-c3cee59825fcc843013e514089d64b86702a9be4.zip FreeBSD-ports-c3cee59825fcc843013e514089d64b86702a9be4.tar.gz |
- H+BEDV GmbH released a new tarball of the beta version shipping an updated
anti-virus engine (6.23.0.3 -> 6.25.0.2), current virus definition file
(6.23.0.49 -> 6.25.0.1) and an updated antivir.conf.
If you are using the auto-update facility you should already have the
updated AV engine binary and VDF.
- Look for the libmilter of the Sendmail port and the GnuPG binary in
LOCALBASE instead of PREFIX.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'security/antivir-milter/files')
-rw-r--r-- | security/antivir-milter/files/patch-etc::antivir.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/security/antivir-milter/files/patch-etc::antivir.conf b/security/antivir-milter/files/patch-etc::antivir.conf index aad22f6..585c97e 100644 --- a/security/antivir-milter/files/patch-etc::antivir.conf +++ b/security/antivir-milter/files/patch-etc::antivir.conf @@ -1,11 +1,19 @@ --- etc/antivir.conf.orig Mon Dec 8 17:09:11 2003 +++ etc/antivir.conf Mon Dec 8 17:11:16 2003 -@@ -36,7 +36,7 @@ +@@ -52,7 +52,7 @@ # advantage of GnuPG, be aware that all updates will fail # until the AntiVir public key (antivir.gpg) has been # added to your keyring and signed. --#GnuPGBinary -+#GnuPGBinary %%PREFIX%%/bin/gpg - +-#GnuPGBinary /usr/local/bin/gpg ++#GnuPGBinary %%LOCALBASE%%/bin/gpg # If you are utilizing GnuPG, you may also specify + # options that your particular setup might need. +@@ -63,6 +63,7 @@ + # of software which are not viruses but might not be wanted. + # By default all these tests are turned off. They can be enabled + # by uncommenting the following keywords. ++# These options are only available in commercial mode. + #DetectDialer + #DetectJoke + #DetectGame |