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 B17C5158087 for ; Fri, 19 Nov 2021 04:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C110E07F1; 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76CA8E07ED for ; Fri, 19 Nov 2021 04:50:08 +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 2B671342C34 for ; Fri, 19 Nov 2021 04:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A53B1BD 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: <1637297218.a58d50809aceae6a39e6e3d87d35ed3960dcfbd7.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/uclibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/amd64/17.0/uclibc/deprecated X-VCS-Directories: profiles/default/linux/amd64/17.0/uclibc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a58d50809aceae6a39e6e3d87d35ed3960dcfbd7 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: 3c5967f8-b852-4d2e-9f22-81fb259139f1 X-Archives-Hash: 04455a27d50618d5219b28e319411d04 commit: a58d50809aceae6a39e6e3d87d35ed3960dcfbd7 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Nov 19 04:46:58 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Nov 19 04:46:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58d5080 profiles/default/linux/amd64/17.0/uclibc: deprecate Bug: https://bugs.gentoo.org/820905 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/default/linux/amd64/17.0/uclibc/deprecated | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/profiles/default/linux/amd64/17.0/uclibc/deprecated b/profiles/default/linux/amd64/17.0/uclibc/deprecated new file mode 100644 index 000000000000..a03e880d5f33 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/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