GNU bug report logs -
#77903
[PATCH c++-team 0/1] Update valgrind.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 29 Apr 2025 12:49:35 -0400
with message-id <CA+3U0ZnCjUHXu_=WZq1FST3O3FrJmuWuox2T=3Ma4Pu53eF6=w <at> mail.gmail.com>
and subject line Re: [PATCH c++-team 1/1] gnu: valgrind: Update to 3.24.0.
has caused the debbugs.gnu.org bug report #77903,
regarding [PATCH c++-team 0/1] Update valgrind.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77903: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77903
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.