summaryrefslogtreecommitdiff
path: root/gnu/packages/antivirus.scm
AgeCommit message (Collapse)Author
2021-04-09gnu: clamav: Update to 0.103.2.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.103.2.
2021-02-07gnu: clamav: Update to 0.103.1.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.103.1.
2020-10-03gnu: clamav: Update to 0.103.0.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.103.0. * gnu/packages/patches/clamav-system-tomsfastmath.patch: Update patch.
2020-07-19gnu: clamav: Update to 0.102.4.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.102.4.
2020-05-15gnu: clamav: End snippet in truth.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
2020-05-15gnu: clamav: Update to 0.102.3.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.102.3.
2020-02-10gnu: clamav: Update to 0.102.2.Eric Bavier
* gnu/packages/antivirus.scm (clamav): Update to 0.102.2. [native-inputs]: Use latest check package.
2020-02-10gnu: check: Use check@0.12.Eric Bavier
Tests fail to compile with check@0.13. * gnu/packages/check.scm (clamav)[native-inputs]: 'check' -> 'check-0.12'.
2019-12-23gnu: clamav: Update to 0.102.1.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.102.1.
2019-10-14gnu: clamav: Update to 0.102.0.Eric Bavier
* gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
2019-04-11gnu: clamav: Update to 0.101.2.Tobias Geerinckx-Rice
* gnu/packages/antivirus.scm (clamav): Update to 0.101.2.
2019-02-24gnu: clamav: Update to 0.101.1.Tobias Geerinckx-Rice
* 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.
2019-01-24gnu: clamav: Unconditionally return #T from build phase.Ricardo Wurmus
* gnu/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
2018-11-17gnu: Add ClamAV.Eric Bavier
* 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>