Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/
Date: Sat, 04 Jan 2020 15:56:50
Message-Id: 1578153390.bd87f9400daff272db7c2c61f4cd9a613e554d77.blueness@gentoo
1 commit: bd87f9400daff272db7c2c61f4cd9a613e554d77
2 Author: Antti Antinoja <antti <AT> fennosys <DOT> fi>
3 AuthorDate: Tue Dec 31 08:13:14 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 15:56:30 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=bd87f940
7
8 Fix segfault with lvm2-2.02.184-r5
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 sys-fs/lvm2/lvm2-2.02.184-r5.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild
16 index 82c54e3..12c133c 100644
17 --- a/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild
18 +++ b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild
19 @@ -56,6 +56,7 @@ PATCHES=(
20 # Musl fixes
21 "${FILESDIR}"/${PN}-2.02.183-fix-stdio-usage.patch
22 "${FILESDIR}"/${PN}-2.02.183-portability.patch
23 + "${FILESDIR}"/${PN}-2.02.183-implement-libc-specific-reopen_stream.patch
24
25 # For upstream -- review and forward:
26 "${FILESDIR}"/${PN}-2.02.63-always-make-static-libdm.patch