GNU bug report logs -
#47341
[PATCH] gnu: valgrind: Update to 3.17.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 23 Mar 2021 12:25:02 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 Fri, 28 Jan 2022 06:38:45 -0500
with message-id <CA+3U0Z=Nd3W0sAD0qT+KpYA9EaeE2qcygZXjtQ-ZMX7qT8WbMA <at> mail.gmail.com>
and subject line Re: [bug#47341] Acknowledgement ([PATCH] gnu: valgrind: Update to 3.17.0.)
has caused the debbugs.gnu.org bug report #47341,
regarding [PATCH] gnu: valgrind: Update to 3.17.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47341: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47341
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
For the staging branch.
From 5d66f8ebc64c0c5f65aef85c6a16cbc370f8976a Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Fri, 19 Mar 2021 15:38:54 +0000
Subject: [PATCH] gnu: valgrind: Update to 3.17.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.17.0.
---
gnu/packages/valgrind.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 4036bd461b..4d03c20a9b 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2016, 2020 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2020 Marius Bakke <marius <at> gnu.org>
+;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -35,7 +36,7 @@
(name "valgrind")
;; Note: check "guix refresh -l -e '(@ (gnu packages valgrind)
valgrind)'"
;; when updating this package to find which branch it should go to.
- (version "3.16.1")
+ (version "3.17.0")
(source (origin
(method url-fetch)
(uri (list (string-append "
https://sourceware.org/pub/valgrind"
@@ -44,7 +45,7 @@
"/valgrind-" version ".tar.bz2")))
(sha256
(base32
- "1jik19rcd34ip8a5c9nv5wfj8k8maqb8cyclr4xhznq2gcpkl7y9"))
+ "18l5jbk301j3462gipqn9bkfx44mdmwn0pwr73r40gl1irkfqfmd"))
(patches (search-patches "valgrind-enable-arm.patch"))))
(build-system gnu-build-system)
(outputs '("doc" ;16 MB
--
2.31.0
[Message part 4 (text/html, inline)]
[0001-gnu-valgrind-Update-to-3.17.0.patch (application/octet-stream, attachment)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
This update was made by Chris Marusich in commit 50fed5b5226.
[Message part 8 (text/html, inline)]
This bug report was last modified 3 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.