3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

12 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice b7210a3241
gnu: clamav: Update to 0.103.0.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.0.
* gnu/packages/patches/clamav-system-tomsfastmath.patch: Update patch.
2020-10-03 23:00:21 +02:00
Tobias Geerinckx-Rice 7ffec020ae
gnu: clamav: Update to 0.102.4.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.4.
2020-07-19 02:19:30 +02:00
Tobias Geerinckx-Rice 6e9ffc3f77
gnu: clamav: End snippet in truth.
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
2020-05-15 20:35:57 +02:00
Tobias Geerinckx-Rice d2e438d3e2
gnu: clamav: Update to 0.102.3.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.3.
2020-05-15 20:35:57 +02:00
Eric Bavier a89ea0b34d
gnu: clamav: Update to 0.102.2.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.2.
[native-inputs]: Use latest check package.
2020-02-10 23:36:28 -06:00
Eric Bavier 0e77a62dc2
gnu: check: Use check@0.12.
Tests fail to compile with check@0.13.

* gnu/packages/check.scm (clamav)[native-inputs]: 'check' -> 'check-0.12'.
2020-02-10 23:08:54 -06:00
Tobias Geerinckx-Rice de73df3a08
gnu: clamav: Update to 0.102.1.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.1.
2019-12-23 19:45:55 +01:00
Eric Bavier a7ba534ca6
gnu: clamav: Update to 0.102.0.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
2019-10-14 23:13:24 -05:00
Tobias Geerinckx-Rice b4733a1a6f
gnu: clamav: Update to 0.101.2.
* gnu/packages/antivirus.scm (clamav): Update to 0.101.2.
2019-04-11 05:32:49 +02:00
Tobias Geerinckx-Rice fcab568dea
gnu: clamav: Update to 0.101.1.
* 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-02-24 17:51:29 +01:00
Ricardo Wurmus 6e59d91af1
gnu: clamav: Unconditionally return #T from build phase.
* gnu/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
2019-01-24 21:18:11 +01:00
Eric Bavier 0a41123f01
gnu: Add ClamAV.
* 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>
2018-11-17 00:20:44 -06:00