[PATCH] gnu: clamav: Update to 0.103.11.

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

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
ab60f113c9aa8f6eeec228a09f89370e9310077f.1706751897.git.kiasoc5@disroot.org
* gnu/packages/antivirus.scm (clamav): Update to 0.103.11.

Change-Id: I8aaed3f1225b6ff80d403be42a1370327a41b3da
---
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 750db04040..d061b18b11 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.8")
+ (version "0.103.11")
(source (origin
(method url-fetch)
(uri (string-append "https://www.clamav.net/downloads/production/"
"clamav-" version ".tar.gz"))
(sha256
(base32
- "0gwcikzfdswrdh5vhh3x4lx8w92476fmb7im7phnv4r7x5pdljbg"))
+ "04by1g3p6awhi3j1y6zpwzmasdnvjgi6lwm34l2gadlwgkdfpmv1"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: bf7991a8c767abd32cfb2c92e3d57665a7cabf00
--
2.39.2
Hilton Chain wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 68904-done@debbugs.gnu.org)
87r0hr73sz.wl-hako@ultrarare.space
Hi kiasoc5,

On Sat, 03 Feb 2024 12:02:08 +0800,
kiasoc5 via Guix-patches via wrote:
Toggle quote (8 lines)
>
> * gnu/packages/antivirus.scm (clamav): Update to 0.103.11.
>
> Change-Id: I8aaed3f1225b6ff80d403be42a1370327a41b3da
> ---
> gnu/packages/antivirus.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied as 12b2af05360de0e133b747cfaa8590dcebf5f185, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68904
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