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

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Leo Famulari
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230226061827.160787-1-kiasoc5@disroot.org
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(-)

Toggle diff (25 lines)
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
Leo Famulari wrote 2 years ago
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
Y/uahubN5Ptx9m/7@jasmine.lan
On Sun, Feb 26, 2023 at 01:18:27AM -0500, kiasoc5 via Guix-patches via wrote:
Toggle quote (4 lines)
> Fixes CVE-2023-20032, CVE-2023-20052.
>
> * gnu/packages/antivirus.scm (clamav): Update to 0.103.8.

Thanks! Pushed as 226103fdd1256ae372250fc95163307e14f34d58
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61800@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61800
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help