GNU bug report logs - #61800
[PATCH] gnu: clamav: Update to 0.103.8 [security fixes].

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sun, 26 Feb 2023 06:19:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61800: closed ([PATCH] gnu: clamav: Update to 0.103.8
 [security fixes].)
Date: Sun, 26 Feb 2023 17:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 26 Feb 2023 12:44:38 -0500
with message-id <Y/uahubN5Ptx9m/7 <at> jasmine.lan>
and subject line Re: [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes].
has caused the debbugs.gnu.org bug report #61800,
regarding [PATCH] gnu: clamav: Update to 0.103.8 [security fixes].
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61800: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61800
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, 61800-done <at> debbugs.gnu.org
Subject: Re: [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security
 fixes].
Date: Sun, 26 Feb 2023 12:44:38 -0500
On Sun, Feb 26, 2023 at 01:18:27AM -0500, kiasoc5 via Guix-patches via wrote:
> Fixes CVE-2023-20032, CVE-2023-20052.
> 
> * gnu/packages/antivirus.scm (clamav): Update to 0.103.8.

Thanks! Pushed as 226103fdd1256ae372250fc95163307e14f34d58


This bug report was last modified 2 years and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.