From 9ed5d93c77f335cd58ae448bd7ce8ebb2c50fa74 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 17 Jan 2025 17:09:10 +0100 Subject: [PATCH] QtTest: Update valgrind (fatuously) to v3.24.0 Nothing has changed in the headers we use, aside from the version number, since v3.23.0, so we may as well declare ourselves up to date. [ChangeLog][Third-Party Code][QtTest] Valgrind headers are up to date with Valgrind v3.24.0. Pick-to: 6.8 Task-number: QTBUG-132871 Change-Id: Ib2ad8d73e662535a014d241b46cc50214b45f50b Reviewed-by: Ahmad Samir (cherry picked from commit 549bab4150b4652bb8b6577c737e49ae03f6348f) Reviewed-by: Qt Cherry-pick Bot --- src/testlib/3rdparty/valgrind/qt_attribution.json | 2 +- src/testlib/3rdparty/valgrind/valgrind_p.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testlib/3rdparty/valgrind/qt_attribution.json b/src/testlib/3rdparty/valgrind/qt_attribution.json index e93a038b231..3146fd82c57 100644 --- a/src/testlib/3rdparty/valgrind/qt_attribution.json +++ b/src/testlib/3rdparty/valgrind/qt_attribution.json @@ -11,7 +11,7 @@ "Description": "An instrumentation framework for building dynamic analysis tools.", "Homepage": "http://valgrind.org/", - "Version": "3.23.0", + "Version": "3.24.0", "PURL": "pkg:generic/valgrind@$?download_url=https://valgrind.org/", "License": "BSD 4-clause \"Original\" or \"Old\" License", "LicenseId": "BSD-4-Clause", diff --git a/src/testlib/3rdparty/valgrind/valgrind_p.h b/src/testlib/3rdparty/valgrind/valgrind_p.h index 3a7ff4ac35c..77ca3ad8692 100644 --- a/src/testlib/3rdparty/valgrind/valgrind_p.h +++ b/src/testlib/3rdparty/valgrind/valgrind_p.h @@ -89,7 +89,7 @@ || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6)) */ #define __VALGRIND_MAJOR__ 3 -#define __VALGRIND_MINOR__ 23 +#define __VALGRIND_MINOR__ 24 #include