summaryrefslogtreecommitdiff
path: root/gnu/packages/antivirus.scm
Commit message (Collapse)AuthorAge
* gnu: clamav: Update to 0.102.2.Eric Bavier2020-02-10
| | | | | * gnu/packages/antivirus.scm (clamav): Update to 0.102.2. [native-inputs]: Use latest check package.
* gnu: check: Use check@0.12.Eric Bavier2020-02-10
| | | | | | Tests fail to compile with check@0.13. * gnu/packages/check.scm (clamav)[native-inputs]: 'check' -> 'check-0.12'.
* gnu: clamav: Update to 0.102.1.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/antivirus.scm (clamav): Update to 0.102.1.
* gnu: clamav: Update to 0.102.0.Eric Bavier2019-10-14
| | | | * gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
* gnu: clamav: Update to 0.101.2.Tobias Geerinckx-Rice2019-04-11
| | | | * gnu/packages/antivirus.scm (clamav): Update to 0.101.2.
* gnu: clamav: Update to 0.101.1.Tobias Geerinckx-Rice2019-02-24
| | | | | | | | * gnu/packages/antivirus.scm (clamav): Update to 0.101.1. [source]: Delete bundled tomsfastmath outright. [native-inputs]: Remove bison and flex. [inputs]: Switch to pcre2. * gnu/packages/patches/clamav-system-tomsfastmath.patch: Update.
* gnu: clamav: Unconditionally return #T from build phase.Ricardo Wurmus2019-01-24
| | | | * gnu/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
* gnu: Add ClamAV.Eric Bavier2018-11-17
* gnu/packages/antivirus.scm: New file. * gnu/packages/patches/clamav-system-tomsfastmath.patch, gnu/packages/patches/clamav-config-llvm-libs.patch: New files. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new module. (dist_patch_DATA): Add patches. Co-authored-by: Christopher Baines <mail@cbaines.net>