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 8FD9B158086 for ; Sun, 31 Oct 2021 19:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B518AE0855; Sun, 31 Oct 2021 19:18:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 976B4E0855 for ; Sun, 31 Oct 2021 19:18:34 +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 6207D34315F for ; Sun, 31 Oct 2021 19:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2473D0 for ; Sun, 31 Oct 2021 19:18:31 +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: <1635707886.5a0fe43a6d8285569b9545ae061ffae26688e1e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.33-r7.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a0fe43a6d8285569b9545ae061ffae26688e1e7 X-VCS-Branch: master Date: Sun, 31 Oct 2021 19:18:31 +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: 0a39b2cc-0760-4855-a198-26a24f6728ab X-Archives-Hash: 0d3105349c8848f56b3d1ad9a9035551 commit: 5a0fe43a6d8285569b9545ae061ffae26688e1e7 Author: Sam James gentoo org> AuthorDate: Sun Oct 31 19:18:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 19:18:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fe43a sys-libs/glibc: mention collision-protect issue Bug: https://bugs.gentoo.org/802210 Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.33-r7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/glibc/glibc-2.33-r7.ebuild b/sys-libs/glibc/glibc-2.33-r7.ebuild index 4a0a39c71eb..dbea0d35d4d 100644 --- a/sys-libs/glibc/glibc-2.33-r7.ebuild +++ b/sys-libs/glibc/glibc-2.33-r7.ebuild @@ -1547,5 +1547,6 @@ pkg_postinst() { elog "/usr/include/crypt.h. We need to preserve this file for the moment to keep" elog "the upgrade working, but it also needs to be overwritten when" elog "sys-libs/libxcrypt is installed. See bug 802210 for more details." + elog "If you have FEATURES=collision-protect, please use FEATURES=unmerge-orphans instead!" fi }