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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F9931382C5 for ; Sat, 16 May 2020 06:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54285E0969; Sat, 16 May 2020 06:43:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37C8EE0969 for ; Sat, 16 May 2020 06:43:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE5C734F0A0 for ; Sat, 16 May 2020 06:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A2D8244 for ; Sat, 16 May 2020 06:43:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1589504236.b0d2777092252988a72f30dc915db93eb4d993d0.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/catalyst-config.5.txt X-VCS-Directories: doc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b0d2777092252988a72f30dc915db93eb4d993d0 X-VCS-Branch: master Date: Sat, 16 May 2020 06:43:34 +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: 564795ba-eb8e-430e-a7dd-7533302b6cf0 X-Archives-Hash: bd2ef33a96e8a4bd353c7979a91cc3f6 commit: b0d2777092252988a72f30dc915db93eb4d993d0 Author: Matt Turner gentoo org> AuthorDate: Thu May 14 02:16:07 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 15 00:57:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b0d27770 doc: Merge SUPPORTED HASHES section into digests section It made sense to have this as a separate section when there were multiple configuration options (digests and hash_function) but hash_function is now gone. Signed-off-by: Matt Turner gentoo.org> doc/catalyst-config.5.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index f17944b2..7ac9a2a3 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -38,8 +38,13 @@ Basic configuration *digests*:: Create a `.DIGESTS` file containing the hash output from any of the supported options below. Adding them all may take a long time. -(example: `md5 sha1 sha512 whirlpool`). See the *SUPPORTED HASHES* -section for a list of supported hashes. +(example: `md5 sha1 sha512 whirlpool`). The set of supported hashes +is dependent on the version of Python. To see the set of hashes +supported by the version of Python in use, run ++ +--------------------------------- +$ python3 -c 'import hashlib; print(hashlib.algorithms_available)' +--------------------------------- *envscript*:: Environment script location, which allows users to set options such as @@ -154,14 +159,6 @@ takes place in RAM. This feature requires a pretty large tmpfs much RAM everything will fail horribly and it is not our fault. -SUPPORTED HASHES ----------------- -The list of supported hashes is dependent on the version of Python. To -see the list of hashes supported by the version of Python in use, run - - $ python3 -c 'import hashlib; print(hashlib.algorithms_available)' - - BINARY PACKAGE DEPENDENCIES --------------------------- This section is only important if you are using binary packages to