diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2019-10-13 23:05:46 +0200 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2019-10-13 23:06:19 +0200 |
commit | 1668550d4519cec84c3b6be3b5e0e142175a5c18 (patch) | |
tree | 2770f9c4ea581c1db34efae8ee9ee0e507f634fb /app-antivirus/clamav/metadata.xml | |
parent | profiles/alpha: p.u.s.m net-analyzer/nagios-core web (diff) | |
download | gentoo-1668550d4519cec84c3b6be3b5e0e142175a5c18.tar.gz gentoo-1668550d4519cec84c3b6be3b5e0e142175a5c18.tar.bz2 gentoo-1668550d4519cec84c3b6be3b5e0e142175a5c18.zip |
app-antivirus/clamav: version bump
Also adding new use flags for clamdsubmit and libclamav-only.
clamdsubmit and freshclam now depend on curl (and json-c)
Closes: https://bugs.gentoo.org/696082
Closes: https://bugs.gentoo.org/696082
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav/metadata.xml')
-rw-r--r-- | app-antivirus/clamav/metadata.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-antivirus/clamav/metadata.xml b/app-antivirus/clamav/metadata.xml index 7f16b5b6c6ec..5433359bc410 100644 --- a/app-antivirus/clamav/metadata.xml +++ b/app-antivirus/clamav/metadata.xml @@ -7,6 +7,8 @@ </maintainer> <use> <flag name="clamdtop">A Top like tool which shows what clamd is currently scanning amongst other things</flag> + <flag name="clamsubmit">A tool to submit false positives / negatives</flag> + <flag name="libclamav-only">Bypass building of libfreshclam and the ClamAV CLI applications.</flag> <flag name="metadata-analysis-api">Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs.</flag> <flag name="xml">DMG and XAR support</flag> </use> |