From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CFA415800F for ; Mon, 23 Jan 2023 01:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98765E07E6; Mon, 23 Jan 2023 01:11:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C45FE07E6 for ; Mon, 23 Jan 2023 01:11:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8576D340CFA for ; Mon, 23 Jan 2023 01:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1BDE889 for ; Mon, 23 Jan 2023 01:11:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1674436221.3bc35e7313ee1b5f20454cf7c920b071854752b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/valgrind/files/valgrind-3.13.0-malloc.patch X-VCS-Directories: dev-util/valgrind/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3bc35e7313ee1b5f20454cf7c920b071854752b2 X-VCS-Branch: master Date: Mon, 23 Jan 2023 01:11:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e6dedd8-85d2-4e7a-a0fe-68e54c6b27d9 X-Archives-Hash: a21af636668a5db3116358c6e1dacbd5 commit: 3bc35e7313ee1b5f20454cf7c920b071854752b2 Author: Sam James gentoo org> AuthorDate: Mon Jan 23 01:10:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 01:10:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc35e73 dev-util/valgrind: drop misleading provenance comment in musl malloc patch Per https://git.alpinelinux.org/aports/commit/main/valgrind?id=cd20c3c60433fd20b7e57723575a5944dc6ae42f, this patch actually originated in Gentoo, so saying it's from Alpine is confusing. Signed-off-by: Sam James gentoo.org> dev-util/valgrind/files/valgrind-3.13.0-malloc.patch | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/valgrind/files/valgrind-3.13.0-malloc.patch b/dev-util/valgrind/files/valgrind-3.13.0-malloc.patch index ac6d90fef50f..d0eb795b84be 100644 --- a/dev-util/valgrind/files/valgrind-3.13.0-malloc.patch +++ b/dev-util/valgrind/files/valgrind-3.13.0-malloc.patch @@ -1,5 +1,3 @@ -From: https://git.alpinelinux.org/aports/tree/main/valgrind/ - --- valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c +++ valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -765,13 +765,15 @@ static void init(void);