all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes].
@ 2023-02-26  6:18 kiasoc5 via Guix-patches via
  2023-02-26 17:44 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-26  6:18 UTC (permalink / raw)
  To: 61800; +Cc: kiasoc5

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes].
  2023-02-26  6:18 [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes] kiasoc5 via Guix-patches via
@ 2023-02-26 17:44 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-02-26 17:44 UTC (permalink / raw)
  To: 61800; +Cc: kiasoc5, 61800-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-26 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26  6:18 [bug#61800] [PATCH] gnu: clamav: Update to 0.103.8 [security fixes] kiasoc5 via Guix-patches via
2023-02-26 17:44 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.