diff options
author | jlam <jlam> | 2004-08-01 04:35:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-01 04:35:33 +0000 |
commit | 66ea2c7e526459d2f137fa623b4209ad0c756e0f (patch) | |
tree | d5b62a0ffbf22522036952cc09db1f4d26ca6c2e /mail/clamav/DEINSTALL | |
parent | a8d64d34c221f36b641eb43624cb77a26786e5b9 (diff) | |
download | pkgsrc-66ea2c7e526459d2f137fa623b4209ad0c756e0f.tar.gz |
Update mail/clamav to 0.75.1. Changes from verison 0.75 include:
- Convert to use bsd.options.mk.
- The virus database has been moved to ${VARBASE}/clamav.
* freshclam/clamd: fix crash on PPC when LogFile was enabled together
with LogSyslog
* configure: improve gethostbyname_r check; cleanups
* clamav-milter: Use GETHOSTBYNAME_R_6
Better load balancing if max_children = 0
Fixed warning message when building on FreeBSD4.9
Closed (small) memory leak
Fix crash when the 1st remote service goes down
Only use gethostbyname_r on LINUX for now
Improved load balancing a bit
* clamdscan: fix stdin scanning in local mode
* clamav-milter: %v in the template file handling is now replaced
only with the virus name, no "stream:" appears
* libclamav/mbox.c: Fix crash when debugging on SPARC
* libclamav/message.c: Fix occasional crash when scanning
multipart within multipart e-mails
Diffstat (limited to 'mail/clamav/DEINSTALL')
-rw-r--r-- | mail/clamav/DEINSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/clamav/DEINSTALL b/mail/clamav/DEINSTALL new file mode 100644 index 00000000000..b52cb398855 --- /dev/null +++ b/mail/clamav/DEINSTALL @@ -0,0 +1,11 @@ +# $NetBSD: DEINSTALL,v 1.1 2004/08/01 04:35:33 jlam Exp $ + +VIRUSDBDIR="@VIRUSDBDIR@" + +case ${STAGE} in +DEINSTALL) + # Unconditionally remove the virus databases when deinstalling. + ${RM} -f ${VIRUSDBDIR}/daily.cvd + ${RM} -f ${VIRUSDBDIR}/main.cvd + ;; +esac |