* [gentoo-commits] proj/catalyst:catalyst_2 commit in: files/
@ 2011-10-09 0:30 Robin H. Johnson
0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2011-10-09 0:30 UTC (permalink / raw
To: gentoo-commits
commit: e5cc28eb5b96f50e5fb24d2b3ddd114c616c4540
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 22:27:41 2011 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 00:30:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=e5cc28eb
Update list of supported hashes.
---
files/catalyst.conf | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/files/catalyst.conf b/files/catalyst.conf
index b4e2385..fbaaa3a 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -5,8 +5,11 @@
# Creates a .DIGESTS file containing the hash output from any of the supported
# options below. Adding them all may take a long time.
-# Supported options: sha1, sha224, ripemd128, ripemd320, sha384, crc32,
-# ripemd256, sha256, sha512, ripemd160, md5
+# Supported hashes:
+# adler32, crc32, crc32b, gost, haval128, haval160, haval192, haval224,
+# haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
+# sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
+# tiger160, whirlpool
digests="md5 sha1"
# Creates a .CONTENTS file listing the contents of the file. Pick from any of
@@ -34,8 +37,11 @@ envscript="/etc/catalyst/catalystrc"
# Internal hash function catalyst should use for things like autoresume,
# seedcache, etc. The default and fastest is crc32. You should not ever need
# to change this unless your OS does not support it.
-# Supported options: sha1, sha224, ripemd128, ripemd320, sha384, crc32,
-# ripemd256, sha256, sha512, ripemd160, md5
+# Supported hashes:
+# adler32, crc32, crc32b, gost, haval128, haval160, haval192, haval224,
+# haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
+# sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
+# tiger160, whirlpool
hash_function="crc32"
# options set different build-time options for catalyst. Some examples are:
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/catalyst:catalyst_2 commit in: files/
@ 2011-10-09 0:30 Robin H. Johnson
0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2011-10-09 0:30 UTC (permalink / raw
To: gentoo-commits
commit: 84a03a1ee7ffd009b1c96626cb700d11519f5da3
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 23:57:01 2011 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 00:30:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=84a03a1e
Re-add MD5 until handbook is updated.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
---
files/catalyst.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/files/catalyst.conf b/files/catalyst.conf
index 2f6c3d3..5023ced 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -10,7 +10,7 @@
# haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
# sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
# tiger160, whirlpool
-digests="sha1 sha512 whirlpool"
+digests="md5 sha1 sha512 whirlpool"
# Creates a .CONTENTS file listing the contents of the file. Pick from any of
# the supported options below:
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/catalyst:catalyst_2 commit in: files/
@ 2011-10-09 0:30 Robin H. Johnson
0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2011-10-09 0:30 UTC (permalink / raw
To: gentoo-commits
commit: a86bba7fc45d11eb27dfc4b46bcd2e44bef73f97
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 22:29:06 2011 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 00:30:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=a86bba7f
Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms.
---
files/catalyst.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/files/catalyst.conf b/files/catalyst.conf
index fbaaa3a..2f6c3d3 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -10,7 +10,7 @@
# haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
# sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
# tiger160, whirlpool
-digests="md5 sha1"
+digests="sha1 sha512 whirlpool"
# Creates a .CONTENTS file listing the contents of the file. Pick from any of
# the supported options below:
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-09 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 0:30 [gentoo-commits] proj/catalyst:catalyst_2 commit in: files/ Robin H. Johnson
-- strict thread matches above, loose matches on Subject: below --
2011-10-09 0:30 Robin H. Johnson
2011-10-09 0:30 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox