guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: clamav: Update to 0.103.6 [fixes CVE-2022-{20803, 20770, 20


From: guix-commits
Subject: 03/08: gnu: clamav: Update to 0.103.6 [fixes CVE-2022-{20803, 20770, 20796, 20771, 20785, 20792}].
Date: Fri, 20 May 2022 18:18:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 20b498b7dbeb7756a41d4d565b66813a6d1eba9a
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun May 15 03:37:58 2022 -0400

    gnu: clamav: Update to 0.103.6 [fixes 
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index 4f8fbff34c..cda3fc942b 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -45,14 +45,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.103.3")
+    (version "0.103.6")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "1sba4zccgwjqk29b5qkgfc9gm794hmk6j7bpj8wilgcz8hc3svlz"))
+                "0cxsv5m9pqxxb56qd7hlj11pwmdgm07s3msh3hxk47czq4yjx8da"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]