diff options
author | Thomas Penteker <tek@serverop.de> | 2019-02-07 00:26:57 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2019-02-07 00:26:57 +0100 |
commit | f7ae7f61114444866e55e04dbe308c4628a2f2a3 (patch) | |
tree | 0764be14c5e234e6be3bb196bfb58fd4ee190b11 /valgrind | |
parent | a2729b42d2e5db727ca78461dd677739c674cce1 (diff) | |
download | opt-f7ae7f61114444866e55e04dbe308c4628a2f2a3.tar.gz opt-f7ae7f61114444866e55e04dbe308c4628a2f2a3.tar.xz |
valgrind: 3.13.0 -> 3.14.0
Diffstat (limited to 'valgrind')
-rw-r--r-- | valgrind/.footprint | 1 | ||||
-rw-r--r-- | valgrind/.signature | 8 | ||||
-rw-r--r-- | valgrind/Pkgfile | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/valgrind/.footprint b/valgrind/.footprint index 394ac5122..310cb23bc 100644 --- a/valgrind/.footprint +++ b/valgrind/.footprint @@ -29,6 +29,7 @@ drwxr-xr-x root/root usr/include/valgrind/ -rw-r--r-- root/root usr/include/valgrind/libvex_guest_ppc64.h -rw-r--r-- root/root usr/include/valgrind/libvex_guest_s390x.h -rw-r--r-- root/root usr/include/valgrind/libvex_guest_x86.h +-rw-r--r-- root/root usr/include/valgrind/libvex_inner.h -rw-r--r-- root/root usr/include/valgrind/libvex_ir.h -rw-r--r-- root/root usr/include/valgrind/libvex_s390x_common.h -rw-r--r-- root/root usr/include/valgrind/libvex_trc_values.h diff --git a/valgrind/.signature b/valgrind/.signature index 96c949da5..8a8bf5469 100644 --- a/valgrind/.signature +++ b/valgrind/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aM+7JfVX/ufgdnucjBOtE3hupnCq5u0hYoK3fgeEnGQsTJIfdpkN3kb7EPSs3GJHbIY7+sCU8pz8Ve3L4zY3wQ= -SHA256 (Pkgfile) = 9855e20a27dc919c8c523425b08b2b4b927078cba19a83b8d8a37b61df8b0eed -SHA256 (.footprint) = 74af71cd421ff299c5677568c30ffe82b358590948b58584ec164397f153335e -SHA256 (valgrind-3.13.0.tar.bz2) = d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b +RWSE3ohX2g5d/UnBbE7DyyBFw90aW7uHQDJ1Ad7vvB1ioBTDJrVIzftuM2D46iKYK6owvZMURVrah6jw1PkOlEswCMEsfFicoA4= +SHA256 (Pkgfile) = 7abe4bf23c04d6af660b163a80ff4b33f845dab17c3e75fa8ddaa90b7af7b9e7 +SHA256 (.footprint) = 41a224120b12feff26122d9f691562009c4e238a95f3a775dfe1ce66e9e82511 +SHA256 (valgrind-3.14.0.tar.bz2) = 037c11bfefd477cc6e9ebe8f193bb237fe397f7ce791b4a4ce3fa1c6a520baa5 diff --git a/valgrind/Pkgfile b/valgrind/Pkgfile index 7bbde24ab..e1759f122 100644 --- a/valgrind/Pkgfile +++ b/valgrind/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: gdb name=valgrind -version=3.13.0 +version=3.14.0 release=1 source=(ftp://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2) |