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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37F39138334 for ; Sat, 4 Jan 2020 15:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CD75E0870; Sat, 4 Jan 2020 15:56:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 617B1E0870 for ; Sat, 4 Jan 2020 15:56:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81A7E34DD0F for ; Sat, 4 Jan 2020 15:56:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D0A93C for ; Sat, 4 Jan 2020 15:56:46 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1578153390.bd87f9400daff272db7c2c61f4cd9a613e554d77.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/ X-VCS-Repository: proj/musl X-VCS-Files: sys-fs/lvm2/lvm2-2.02.184-r5.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: bd87f9400daff272db7c2c61f4cd9a613e554d77 X-VCS-Branch: master Date: Sat, 4 Jan 2020 15:56:46 +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: fcc296cf-0e4c-4fcf-85f2-10fdaaae8284 X-Archives-Hash: a25f29ca2c61a4c34741fce80dd9a9cd commit: bd87f9400daff272db7c2c61f4cd9a613e554d77 Author: Antti Antinoja fennosys fi> AuthorDate: Tue Dec 31 08:13:14 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jan 4 15:56:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=bd87f940 Fix segfault with lvm2-2.02.184-r5 Signed-off-by: Anthony G. Basile gentoo.org> sys-fs/lvm2/lvm2-2.02.184-r5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild index 82c54e3..12c133c 100644 --- a/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild @@ -56,6 +56,7 @@ PATCHES=( # Musl fixes "${FILESDIR}"/${PN}-2.02.183-fix-stdio-usage.patch "${FILESDIR}"/${PN}-2.02.183-portability.patch + "${FILESDIR}"/${PN}-2.02.183-implement-libc-specific-reopen_stream.patch # For upstream -- review and forward: "${FILESDIR}"/${PN}-2.02.63-always-make-static-libdm.patch