guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: clamav: Update to 0.103.8 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: clamav: Update to 0.103.8 [security fixes].
Date: Sun, 26 Feb 2023 12:44:28 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 226103fdd1 gnu: clamav: Update to 0.103.8 [security fixes].
226103fdd1 is described below

commit 226103fdd1256ae372250fc95163307e14f34d58
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun Feb 26 01:18:27 2023 -0500

    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>
---
 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 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



reply via email to

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