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 E0692158087 for ; Fri, 19 Nov 2021 04:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED26BE07F0; Fri, 19 Nov 2021 04:50:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89F9EE07F0 for ; Fri, 19 Nov 2021 04:50:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97E73342E0E for ; Fri, 19 Nov 2021 04:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BA951D8 for ; Fri, 19 Nov 2021 04:50:05 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1637297262.1f5d402366ced5d0e9753d051f303446ffa9ab10.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/uclibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/hardened/linux/uclibc/deprecated X-VCS-Directories: profiles/hardened/linux/uclibc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1f5d402366ced5d0e9753d051f303446ffa9ab10 X-VCS-Branch: master Date: Fri, 19 Nov 2021 04:50:05 +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: 3b80c1b9-c562-4206-a1ac-449706b9be06 X-Archives-Hash: 561c6ceb00712be02742613e4a62985c commit: 1f5d402366ced5d0e9753d051f303446ffa9ab10 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Nov 19 04:47:42 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Nov 19 04:47:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5d4023 profiles/hardened/linux/uclibc: deprecate Bug: https://bugs.gentoo.org/820905 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/hardened/linux/uclibc/deprecated | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/profiles/hardened/linux/uclibc/deprecated b/profiles/hardened/linux/uclibc/deprecated new file mode 100644 index 000000000000..a03e880d5f33 --- /dev/null +++ b/profiles/hardened/linux/uclibc/deprecated @@ -0,0 +1,17 @@ + +uClibc-ng is mostly abandoned upstream, and since an RFC by its maintainer in Gentoo +in Jan 2021, no one has volunteered to step up maintenance or expressed interest in +the uClibc-ng profiles. With this announcement we last-rite the "uclibc" +profiles, which will be removed on 2022-01-01. For parties interested in +an alternative libc, consider moving to musl, which is supported. + +Gentoo continues to wholeheartedly support musl and is focusing its +efforts in that area. + +Resources: +- https://wiki.gentoo.org/wiki/Project:Hardened_musl +- https://gitweb.gentoo.org/proj/musl.git/ (overlay for patches) +- #gentoo-hardened (IRC channel on irc.libera.chat) for support and discussion + +Please see the news item for more information: +https://www.gentoo.org/support/news-items/2021-08-18-uclibc-ng-retirement.html