diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2023-02-26 01:18:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-02-26 12:44:04 -0500 |
commit | 226103fdd1256ae372250fc95163307e14f34d58 (patch) | |
tree | bb1d9b974814b0c98b7871d4e43c963813c83543 /gnu/packages/antivirus.scm | |
parent | 53a739ae5d05c3278f09e05f0cba13d698031d92 (diff) | |
download | guix-226103fdd1256ae372250fc95163307e14f34d58.tar.gz |
gnu: clamav: Update to 0.103.8 [security fixes].
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>
Diffstat (limited to 'gnu/packages/antivirus.scm')
-rw-r--r-- | gnu/packages/antivirus.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm index f72ffea1ff..750db04040 100644 --- a/gnu/packages/antivirus.scm +++ b/gnu/packages/antivirus.scm @@ -45,14 +45,14 @@ (define-public clamav (package (name "clamav") - (version "0.103.7") + (version "0.103.8") (source (origin (method url-fetch) (uri (string-append "https://www.clamav.net/downloads/production/" "clamav-" version ".tar.gz")) (sha256 (base32 - "0l3yn4dl4zgpq2qmj29kkd0fksyy1icr0rpp3fyvbcqcc0gw6d0y")) + "0gwcikzfdswrdh5vhh3x4lx8w92476fmb7im7phnv4r7x5pdljbg")) (modules '((guix build utils))) (snippet '(begin |