| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav)
[origin]<snippet>: Unbundle rust dependencies.
[build-system]: Switch to cargo-build-system.
[arguments]: Adapt to the change of base build-system.
[native-inputs]: Add cmake-minimal. Remove rust and rust:cargo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ibcd53f61e51e8a099050e98ca89371f9af243753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 1.4.1.
[source]<origin>: Adapt source. This currently is not unbundling all
cargo vendored packages.
[build-system]: Switch to cmake-build-system.
[arguments]: Move field up.
<#:configure-flags>: Set option.
<#:imported-modules>: Set option for patching cargo checksums.
<#:phases>: Remove all phases except adapted 'skip-clamd_tests. Add
phases 'inject-rust-onenote and 'patch-cargo-checksums.
[native-inputs]: Remove autoconf, automake, libtool. Add
python-minimal, python-pytest, rust and rust:cargo.
[inputs]: Remove libltdl, libmspack, llvm-3.6, cyrus-sasl,
tomsfastmath.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I6084c3c6974599e5df9b0f822066f3b2155a7bf7
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav)
[source]<uri>: Add secondary release URI.
[properties]: Add release-monitoring-url.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ic34e5957819c94a0101c09f6854531e6c62bae89
|
|
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.103.11.
Change-Id: I8aaed3f1225b6ff80d403be42a1370327a41b3da
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
|
|
|
|
|
|
| |
Fixes CVE-2023-20032 and CVE-2023-20052.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.103.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
CVE-2022-{20803,20770,20796,20771,20785,20792}].
* gnu/packages/antivirus.scm (clamav): Update to 0.103.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav)[source]: Remove trailing #t from snippet.
[inputs]: Use new input style.
[arguments]: Use G-expressions. Remove trailing #t from phases
[configure-flags]: Adjust to new input style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.103.3.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.103.2.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.103.1.
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.103.0.
* gnu/packages/patches/clamav-system-tomsfastmath.patch: Update patch.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.102.4.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.102.3.
|
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.102.2.
[native-inputs]: Use latest check package.
|
|
|
|
|
|
| |
Tests fail to compile with check@0.13.
* gnu/packages/check.scm (clamav)[native-inputs]: 'check' -> 'check-0.12'.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.102.1.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav): Update to 0.101.2.
|
|
|
|
|
|
|
|
| |
* 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/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
|
|
* 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>
|