Created attachment 257074 [details] Update to 2025-01-28 snapshot Changes since the last valgrind-devel version (by Valgrind bugzilla ID) 487296 --track-fds=yes and --track-fds=all report erroneous information when fds 0, 1, or 2 are used as non-std 469782 Valgrind does not support zstd-compressed debug sections 497130 Recognize new DWARF5 DW_LANG constants 497455 Update drd/scripts/download-and-build-gcc 497723 Enabling Ada demangling breaks callgrind differentiation between overloaded functions and procedures 498317 FdBadUse is not a valid CoreError type in a suppression even though it's generated by --gen-suppressions=yes 498492 none/tests/amd64/lzcnt64 crashes on FreeBSD compiled with clang 499183 FreeBSD: differences in avx-vmovq output 499212 mmap() with MAP_ALIGNED() returns unaligned pointer
Created attachment 257075 [details] Update with extra header in plist Just noticed an extra header that was added for Linux.
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
(In reply to Fernando Apesteguía from comment #2) Since this is a release based on snapshots the NEWS file is not appropriate. I put the FreeBSD-specific diff of the NEWS file in the initial comment.
(In reply to Paul Floyd from comment #3) Ah, great. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0986c3fa5618d1078552d1aa46b8bc8dacd54abf commit 0986c3fa5618d1078552d1aa46b8bc8dacd54abf Author: Paul Floyd <pjfloyd@wanadoo.fr> AuthorDate: 2025-01-29 11:03:50 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2025-01-30 07:36:54 +0000 devel/valgrind-devel: update to 20250128 * --track-fds=yes and --track-fds=all report erroneous information when fds 0, 1, or 2 are used as non-std * Valgrind does not support zstd-compressed debug sections * Recognize new DWARF5 DW_LANG constants * Update drd/scripts/download-and-build-gcc * Enabling Ada demangling breaks callgrind differentiation between overloaded functions and procedures * FdBadUse is not a valid CoreError type in a suppression even though it's generated by --gen-suppressions=yes * none/tests/amd64/lzcnt64 crashes on FreeBSD compiled with clang * FreeBSD: differences in avx-vmovq output * mmap() with MAP_ALIGNED() returns unaligned pointer PR: 284426 Reported by: pjfloyd@wanadoo.fr (maintainer) devel/valgrind-devel/Makefile | 5 ++--- devel/valgrind-devel/distinfo | 6 +++--- devel/valgrind-devel/pkg-plist | 1 + 3 files changed, 6 insertions(+), 6 deletions(-)
Committed, Thanks!