mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
ee4f428e3a
* CVE-2006-1614 Damian Put discovered an integer overflow in the PE header parser. This is only exploitable if the ArchiveMaxFileSize option is disabled. * CVE-2006-1615 Format string vulnerabilities in the logging code have been discovered, which might lead to the execution of arbitrary code. * CVE-2006-1630 David Luyer discovered, that ClamAV can be tricked into an invalid memory access in the cli_bitset_set() function, which may lead to a denial of service. - Use USE_RC_SUBR=script PR: ports/95403 Submitted by: garga Approved by: maintainer timeout (mnag on behalf of secteam) Security: VuXML 6a5174bd-c580-11da-9110-00123ffe8333
26 lines
898 B
Plaintext
26 lines
898 B
Plaintext
@comment $FreeBSD$
|
|
bin/clamav-config
|
|
bin/clamscan
|
|
bin/clamdscan
|
|
bin/freshclam
|
|
bin/sigtool
|
|
%%CLAMAV-MILTER%%sbin/clamav-milter
|
|
sbin/clamd
|
|
include/clamav.h
|
|
lib/libclamav.so.1
|
|
lib/libclamav.so
|
|
lib/libclamav.a
|
|
lib/libclamav.la
|
|
libdata/pkgconfig/libclamav.pc
|
|
@unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.default; then rm -f %D/etc/clamd.conf; fi
|
|
etc/clamd.conf.default
|
|
@exec [ -f %B/clamd.conf ] || cp %B/%f %B/clamd.conf
|
|
@unexec if cmp -s %D/etc/freshclam.conf %D/etc/freshclam.conf.default; then rm -f %D/etc/freshclam.conf; fi
|
|
etc/freshclam.conf.default
|
|
@exec [ -f %B/freshclam.conf ] || cp %B/%f %B/freshclam.conf
|
|
@unexec [ -s %%DBDIR%%/daily.cvd ] || rm -f %%DBDIR%%/daily.cvd || true
|
|
@unexec [ -s %%DBDIR%%/main.cvd ] || rm -f %%DBDIR%%/main.cvd || true
|
|
@unexec rmdir %%DBDIR%% 2>/dev/null || true
|
|
@unexec rmdir %%LOGDIR%% 2>/dev/null || true
|
|
@unexec rmdir %%RUNDIR%% 2>/dev/null || true
|