From e94828167c51f925c71272d29af16a0731639c7b Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 20 Apr 2021 13:46:25 +0200 Subject: [PATCH] valgrind: update to 3.17.0. --- srcpkgs/valgrind/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 6010f29ca56f..fae9cda26879 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,6 +1,6 @@ # Template file for 'valgrind' pkgname=valgrind -version=3.16.1 +version=3.17.0 revision=1 build_style=gnu-configure configure_args="--enable-tls --without-mpicc --enable-lto=yes" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://valgrind.org/" distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=c91f3a2f7b02db0f3bc99479861656154d241d2fdb265614ba918cc6720a33ca +checksum=ad3aec668e813e40f238995f60796d9590eee64a16dff88421430630e69285a2 patch_args="-Np1" CFLAGS="-fno-stack-protector"