Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 31 Oct 2021 19:18:35
Message-Id: 1635707886.5a0fe43a6d8285569b9545ae061ffae26688e1e7.sam@gentoo
1 commit: 5a0fe43a6d8285569b9545ae061ffae26688e1e7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 19:18:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 19:18:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fe43a
7
8 sys-libs/glibc: mention collision-protect issue
9
10 Bug: https://bugs.gentoo.org/802210
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.33-r7.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-libs/glibc/glibc-2.33-r7.ebuild b/sys-libs/glibc/glibc-2.33-r7.ebuild
17 index 4a0a39c71eb..dbea0d35d4d 100644
18 --- a/sys-libs/glibc/glibc-2.33-r7.ebuild
19 +++ b/sys-libs/glibc/glibc-2.33-r7.ebuild
20 @@ -1547,5 +1547,6 @@ pkg_postinst() {
21 elog "/usr/include/crypt.h. We need to preserve this file for the moment to keep"
22 elog "the upgrade working, but it also needs to be overwritten when"
23 elog "sys-libs/libxcrypt is installed. See bug 802210 for more details."
24 + elog "If you have FEATURES=collision-protect, please use FEATURES=unmerge-orphans instead!"
25 fi
26 }