guix-patches
[Top][All Lists]
Advanced

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

[bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes].


From: kiasoc5
Subject: [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes].
Date: Sun, 26 Feb 2023 01:18:27 -0500

Fixes CVE-2023-20032, CVE-2023-20052.

* gnu/packages/antivirus.scm (clamav): Update to 0.103.8.
---
 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-module (gnu packages antivirus)
 (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

base-commit: cb0d8100b288b5b0d130820207db17764b7d2140
-- 
2.39.2






reply via email to

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