summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index e7eac62fb..e3627ea6e 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -114,20 +114,23 @@ MANIFEST1_REQUIRED_HASH = "MD5"
# Future events:
#
# After WHIRLPOOL is supported in stable portage:
-# - Add WHIRLPOOL to MANIFEST2_HASH_DEFAULTS.
+# - Add SHA256 and WHIRLPOOL to MANIFEST2_HASH_DEFAULTS.
# - Remove SHA1 and RMD160 from MANIFEST2_HASH_*.
-# - Toggle gentoo-x86/metadata/layout.conf settings to match.
+# - Set manifest-hashes in gentoo-x86/metadata/layout.conf as follows:
+# manifest-hashes = SHA256 SHA512 WHIRLPOOL
#
# After WHIRLPOOL is supported in stable portage for at least 1 year:
# - Change MANIFEST2_REQUIRED_HASH to WHIRLPOOL.
# - Remove SHA256 from MANIFEST2_HASH_*.
-# - Toggle gentoo-x86/metadata/layout.conf settings to match.
+# - Set manifest-hashes in gentoo-x86/metadata/layout.conf as follows:
+# manifest-hashes = SHA512 WHIRLPOOL
#
# After SHA-3 is approved:
# - Add new hashes to MANIFEST2_HASH_*.
#
# After SHA-3 is supported in stable portage:
-# - Toggle gentoo-x86/metadata/layout.conf settings to match.
+# - Set manifest-hashes in gentoo-x86/metadata/layout.conf as follows:
+# manifest-hashes = SHA3 SHA512 WHIRLPOOL
#
# After layout.conf settings correspond to defaults in stable portage:
# - Remove redundant settings from gentoo-x86/metadata/layout.conf.