GNU bug report logs - #59951
[PATCH] gnu: clamav: Update to 0.103.7.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sat, 10 Dec 2022 22:01:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59951 in the body.
You can then email your comments to 59951 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59951; Package guix-patches. (Sat, 10 Dec 2022 22:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 10 Dec 2022 22:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: clamav: Update to 0.103.7.
Date: Sat, 10 Dec 2022 16:59:47 -0500
* gnu/packages/antivirus.scm (clamav): Update to 0.103.7.
---
 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 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





Information forwarded to guix-patches <at> gnu.org:
bug#59951; Package guix-patches. (Mon, 26 Dec 2022 20:13:01 GMT) Full text and rfc822 format available.

Message #8 received at 59951 <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59951 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: clamav: Update to 0.103.7.
Date: Mon, 26 Dec 2022 15:11:58 -0500
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




Information forwarded to guix-patches <at> gnu.org:
bug#59951; Package guix-patches. (Sun, 08 Jan 2023 14:38:01 GMT) Full text and rfc822 format available.

Message #11 received at 59951 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59951 <at> debbugs.gnu.org
Subject: Re: bug#59951: [PATCH] gnu: clamav: Update to 0.103.7.
Date: Sun, 08 Jan 2023 15:37:14 +0100
Hi,

kiasoc5 <kiasoc5 <at> 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’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 08 Jan 2023 14:38:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Sun, 08 Jan 2023 14:38:02 GMT) Full text and rfc822 format available.

Message #16 received at 59951-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59951-done <at> debbugs.gnu.org
Subject: Re: bug#59951: [PATCH] gnu: clamav: Update to 0.103.7.
Date: Sun, 08 Jan 2023 15:37:40 +0100
kiasoc5 <kiasoc5 <at> disroot.org> skribis:

> * gnu/packages/antivirus.scm (clamav): Update to 0.103.7.

Applied, thanks!




Information forwarded to guix-patches <at> gnu.org:
bug#59951; Package guix-patches. (Sun, 08 Jan 2023 19:08:02 GMT) Full text and rfc822 format available.

Message #19 received at 59951 <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 59951 <at> debbugs.gnu.org
Subject: Re: bug#59951: [PATCH] gnu: clamav: Update to 0.103.7.
Date: Sun, 8 Jan 2023 14:07:08 -0500
On 1/8/23 09:37, Ludovic Courtès wrote:
> Hi,
> 
> kiasoc5 <kiasoc5 <at> 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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Feb 2023 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.