GNU bug report logs - #77903
[PATCH c++-team 0/1] Update valgrind.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 18 Apr 2025 15:20:04 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

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 77903 in the body.
You can then email your comments to 77903 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 code <at> greghogan.com, guix-patches <at> gnu.org:
bug#77903; Package guix-patches. (Fri, 18 Apr 2025 15:20:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to code <at> greghogan.com, guix-patches <at> gnu.org. (Fri, 18 Apr 2025 15:20:04 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH c++-team 0/1] Update valgrind.
Date: Fri, 18 Apr 2025 15:18:43 +0000
valgrind has 11 dependent packages.

Greg Hogan (1):
  gnu: valgrind: Update to 3.24.0.

 gnu/packages/valgrind.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: ffc8a07ba45503014cc0647c5dd0613829999f98
-- 
2.49.0





Information forwarded to code <at> greghogan.com, guix-patches <at> gnu.org:
bug#77903; Package guix-patches. (Fri, 18 Apr 2025 15:22:03 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 77903 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH c++-team 1/1] gnu: valgrind: Update to 3.24.0.
Date: Fri, 18 Apr 2025 15:20:46 +0000
* gnu/packages/valgrind.scm (valgrind): Update to 3.24.0.

Change-Id: I769324d942f9320082f9dc1f558684fa2fbaaeea
---
 gnu/packages/valgrind.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 1bf4975667..540d6c4920 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -40,7 +40,7 @@ (define-module (gnu packages valgrind)
 (define-public valgrind
   (package
     (name "valgrind")
-    (version "3.22.0")
+    (version "3.24.0")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://sourceware.org/pub/valgrind"
@@ -49,7 +49,7 @@ (define-public valgrind
                                         "/valgrind-" version ".tar.bz2")))
               (sha256
                (base32
-                "0k1ddnzxfpbng2sp5r31jjxsmp35g977rx6a8jcp4prcvmddn4f8"))))
+                "1g83xh1ggbh3qnpn6q14dkdsfkqk2p1ykxyck0wff6pgpl1f5bki"))))
     (build-system gnu-build-system)
     (outputs '("doc"                              ;16 MB
                "out"))
-- 
2.49.0





Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Tue, 29 Apr 2025 16:50:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 29 Apr 2025 16:50:03 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 77903-done <at> debbugs.gnu.org
Subject: Re: [PATCH c++-team 1/1] gnu: valgrind: Update to 3.24.0.
Date: Tue, 29 Apr 2025 12:49:35 -0400
On Fri, Apr 18, 2025 at 11:20 AM Greg Hogan <code <at> greghogan.com> wrote:
>
> * gnu/packages/valgrind.scm (valgrind): Update to 3.24.0.
>
> Change-Id: I769324d942f9320082f9dc1f558684fa2fbaaeea
> ---
>  gnu/packages/valgrind.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
> index 1bf4975667..540d6c4920 100644
> --- a/gnu/packages/valgrind.scm
> +++ b/gnu/packages/valgrind.scm
> @@ -40,7 +40,7 @@ (define-module (gnu packages valgrind)
>  (define-public valgrind
>    (package
>      (name "valgrind")
> -    (version "3.22.0")
> +    (version "3.24.0")
>      (source (origin
>                (method url-fetch)
>                (uri (list (string-append "https://sourceware.org/pub/valgrind"
> @@ -49,7 +49,7 @@ (define-public valgrind
>                                          "/valgrind-" version ".tar.bz2")))
>                (sha256
>                 (base32
> -                "0k1ddnzxfpbng2sp5r31jjxsmp35g977rx6a8jcp4prcvmddn4f8"))))
> +                "1g83xh1ggbh3qnpn6q14dkdsfkqk2p1ykxyck0wff6pgpl1f5bki"))))
>      (build-system gnu-build-system)
>      (outputs '("doc"                              ;16 MB
>                 "out"))
> --
> 2.49.0
>

Closing as #78141 is more clever and updates to 3.25.0.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 28 May 2025 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 15 days ago.

Previous Next


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