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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38D6A15802C for ; Fri, 20 Dec 2024 11:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C35E08F0; Fri, 20 Dec 2024 11:01:28 +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 657F4E08E8 for ; Fri, 20 Dec 2024 11:01:28 +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 6C083335DCC for ; Fri, 20 Dec 2024 11:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB80F1F45 for ; Fri, 20 Dec 2024 11:01:25 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1734692419.c7741cb9ac5e206e6215c08506eff4c59f2c9f5f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.deprecated X-VCS-Directories: profiles/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c7741cb9ac5e206e6215c08506eff4c59f2c9f5f X-VCS-Branch: master Date: Fri, 20 Dec 2024 11:01:25 +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: b2cd0dd2-309c-4be3-bbd2-f76b3e1a8b12 X-Archives-Hash: 049c59f7d036018299adef9384cbbb49 commit: c7741cb9ac5e206e6215c08506eff4c59f2c9f5f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Dec 16 08:06:01 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Dec 20 11:00:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7741cb9 profiles: deprecate dev-java/saslprep It should no longer be used for new packages. Use the newer verrsion of dev-java/stringprep instead which has saslprep included. This package will be last-rited after stabilization of stringprep-2.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> profiles/package.deprecated | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index ee6118c33d29..eebba9cc65fe 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Volkmar W. Pogatzki (2024-12-16) +# Bug #946526. There is a newer version in dev-java/stringprep-2.2 pending for +# stabilization. Then dev-java/saslprep should be last-rited. +dev-java/saslprep + # Michał Górny (2024-06-15) # Stop-gap compatibility package. Upstreams really need to move away # from the removed cgi module rather than rely on this.