[PATCH] gnu: clamav: Update to 0.103.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 10 Dec 2022 22:59
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221210215947.41354-1-kiasoc5@disroot.org
* gnu/packages/antivirus.scm (clamav): Update to 0.103.7.
---
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 cda3fc942b..f72ffea1ff 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.6")
+ (version "0.103.7")
(source (origin
(method url-fetch)
(uri (string-append "https://www.clamav.net/downloads/production/"
"clamav-" version ".tar.gz"))
(sha256
(base32
- "0cxsv5m9pqxxb56qd7hlj11pwmdgm07s3msh3hxk47czq4yjx8da"))
+ "0l3yn4dl4zgpq2qmj29kkd0fksyy1icr0rpp3fyvbcqcc0gw6d0y"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: c8316c1e47ce2ace5474cbcda03555cf915b4fce
--
2.38.1
K
L
L
Ludovic Courtès wrote on 8 Jan 2023 15:37
Re: bug#59951: [PATCH] gnu: clamav: Update to 0.103.7.
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 59951@debbugs.gnu.org)
87tu11um79.fsf_-_@gnu.org
Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (5 lines)
> Why does it show that the QA is passing for this patch when it only
> successfully builds on x86_64?
>
> https://qa.guix.gnu.org/issue/59951

I think it’s green as long as there’s no regression, which is the case
here.

Ludo’.
L
L
Ludovic Courtès wrote on 8 Jan 2023 15:37
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 59951-done@debbugs.gnu.org)
87pmbpum6j.fsf@gnu.org
kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/antivirus.scm (clamav): Update to 0.103.7.

Applied, thanks!
Closed
K
K
kiasoc5 wrote on 8 Jan 2023 20:07
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 59951@debbugs.gnu.org)
76e4f7c1-9f0e-d4f9-520b-01d509359f3b@disroot.org
On 1/8/23 09:37, Ludovic Courtès wrote:
Toggle quote (13 lines)
> Hi,
>
> kiasoc5 <kiasoc5@disroot.org> skribis:
>
>> Why does it show that the QA is passing for this patch when it only
>> successfully builds on x86_64?
>>
>> https://qa.guix.gnu.org/issue/59951
>
> I think it’s green as long as there’s no regression, which is the case
> here.
>
> Ludo’.
Great, thanks!
?