[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

Debbugs page

kiasoc5 wrote 2 years ago
(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
kiasoc5 wrote 2 years ago
(address . 59951@debbugs.gnu.org)
d742aa8b-8dc7-0806-c72f-ac7edf7bb4df@disroot.org
Why does it show that the QA is passing for this patch when it only
successfully builds on x86_64?

Ludovic Courtès wrote 2 years ago
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’.
Ludovic Courtès wrote 2 years ago
(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
kiasoc5 wrote 2 years ago
(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!
?
Your comment

This issue is archived.

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

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