Summary: | sys-fs/cryptsetup-1.1.0 released | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ScytheMan <scytheman666> |
Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | Sergiy.Borodych |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://code.google.com/p/cryptsetup/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 301627 |
Description
ScytheMan
2009-11-28 08:36:23 UTC
Here is the link to the new release of cryptsetup (1.1.0) http://code.google.com/p/cryptsetup/wiki/Cryptsetup110 If someone is interested I found one: https://www.pentoo.ch/pentoo/browser/portage/trunk/sys-fs/cryptsetup/cryptsetup-1.1.0_rc3.ebuild InCVS, please test. (In reply to comment #4) > InCVS, please test. Thanks! Works fine for me. Please add BIG WARN to ebuild about it: * IMPORTANT: the default compiled-in cipher parameters changed o plain mode: aes-cbc-essiv:sha256 (default is backward incompatible!). o LUKS mode: aes-cbc-essiv:sha256 (only key size increased) o In both modes is now default key size 256bits. o Default compiled-in parameters are now cofigurable through configure options: --with-plain-* / --with-luks1-* (see configure --help) o If you need backward compatible defaults for distribution use configure --with-plain-mode=cbc-plain --with-luks1-keybits=128 * Default compiled-in modes are printed in "cryptsetup --help" output. Hope this helps someone else, not just me |