diff options
author | Paul Floyd <pjfloyd@wanadoo.fr> | 2024-02-03 12:12:00 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-02-04 17:43:22 +0000 |
commit | 1aa2cda2c01137627765e2496d9e33e6b790f16f (patch) | |
tree | b98bb4f6d25d9711e4bc0e4f66a585e0137143e5 | |
parent | ac63024aa486625dda95d09052a530e5c1edb172 (diff) | |
download | ports-1aa2cda2c01137627765e2496d9e33e6b790f16f.tar.gz ports-1aa2cda2c01137627765e2496d9e33e6b790f16f.zip |
devel/valgrind-devel: update to 3.23.0.g20240201
Highlights for FreeBSD
Support for 13.3
Added syscalls 578, 580
Improved aio sycall handling
Changes
* Cannot connect to Oracle using valgrind
* unhandled amd64-darwin syscall: unix:464 (openat_nocancel)
* False positive "Source and destination overlap in strncat"
* Signals inside io_uring_enter not handled
* valgrind reports "Conditional jump or move depends on uninitialised
* value" in memchr of macOS 10.12-10.15
* disInstr(arm64): unhandled instruction 0x4E819402 (dotprod/ASIMDDP)
* Missing writev uninit padding suppression for _XSend
* Add reallocarray wrapper
* Build failure with GCC
* Difference in allocation size for massif/tests/overloaded-new between
* clang++/libc++ and g++/libstdc++
* valgrind 3.22.0 fails on assertion when loading debuginfo file produced by
mold
* valgrind-monitor.py regular expressions should use raw strings
* Extend strlcat and strlcpy wrappers to GNU libc
* Build of Valgrind 3.21.0 fails when SOLARIS_PT_SUNDWTRACE_THRP is
* defined
* WARNING: unhandled amd64-freebsd syscall: 578
* Add fchmodat2 syscall on linux
* Add mremap support for Solaris
* Include ucontext.h rather than sys/ucontext.h in Solaris sources
* vgdb incorrectly replies to qRcmd packet
* Redundant code for vgdb.c and Valgrind core tools
* Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns
* (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26
* valgrind fails to read debug info for rust binaries
* Executables without RW sections do not trigger debuginfo reading
* WARNING: unhandled amd64-freebsd syscall: 580
* Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8
* valgrind 3.22.0 "m_debuginfo/image.c:586 (set_CEnt):
* Assertion '!sr_isError(sr)' failed."
* Add support for FreeBSD 13.3
* Add redirect for memccpy
PR: 276769
Reported by: pjfloyd@wanadoo.fr (maintainer)
-rw-r--r-- | devel/valgrind-devel/Makefile | 6 | ||||
-rw-r--r-- | devel/valgrind-devel/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile index 58313df807f4..4c0a91eb76cd 100644 --- a/devel/valgrind-devel/Makefile +++ b/devel/valgrind-devel/Makefile @@ -1,11 +1,11 @@ PORTNAME= valgrind -PORTVERSION= 3.22.0.g20230917 +PORTVERSION= 3.23.0.g20240201 DISTVERSIONPREFIX= freebsd- PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= https://snapshots.sourceware.org/valgrind/trunk/2023-09-17_09-18_1694942281/ +MASTER_SITES= https://snapshots.sourceware.org/valgrind/trunk/2024-02-01_13-39_1706794741/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-3.22.0.GIT +DISTNAME= ${PORTNAME}-3.23.0.GIT MAINTAINER= pjfloyd@wanadoo.fr COMMENT= Memory debugging and profiling tool diff --git a/devel/valgrind-devel/distinfo b/devel/valgrind-devel/distinfo index a57cf10c336e..cbffd655f9ec 100644 --- a/devel/valgrind-devel/distinfo +++ b/devel/valgrind-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694947789 -SHA256 (valgrind-3.22.0.GIT.tar.bz2) = ba9c13b27c6246b715cba1f614676158c9610e9e70426da89081f38cff790e8e -SIZE (valgrind-3.22.0.GIT.tar.bz2) = 16287833 +TIMESTAMP = 1706821653 +SHA256 (valgrind-3.23.0.GIT.tar.bz2) = 6acb8aff2156da992d2808ae55055de4bed5ceebc334c3393ed35a3dbda9681f +SIZE (valgrind-3.23.0.GIT.tar.bz2) = 16184968 |