gnu: clamav: Update to 1.4.3.

Fixes CVE-2025-20234, CVE-2025-20260.

* gnu/packages/antivirus.scm (clamav): Update to 1.4.3.

Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Nicolas Graves 2025-08-26 16:49:23 +02:00 committed by Danny Milosavljevic
parent 325689d036
commit 7d30faedfb
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -53,7 +53,7 @@
(define-public clamav (define-public clamav
(package (package
(name "clamav") (name "clamav")
(version "1.4.2") (version "1.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -65,7 +65,7 @@
"/clamav-" version ".tar.gz"))) "/clamav-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0k60wv40jrqwjz80dkjdsxjzkjpnazp667cdd3bckwm8wanzi4lc")) "041j6jhll4lz7xhissh0094cfvhyi9jkbxcfa5dv6ra77nzwlx6q"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin