summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-07-27 18:52:25 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-07-27 18:52:25 +0000
commit58639797db3a0498b13da90dfe631cd24752079e (patch)
tree5a94707e5018bf97f2e9cee5c6f1a19ff0f03f30 /sys-fs/cryptsetup/ChangeLog
parentamd64 stable, bug 264658 (diff)
downloadgentoo-2-58639797db3a0498b13da90dfe631cd24752079e.tar.gz
gentoo-2-58639797db3a0498b13da90dfe631cd24752079e.tar.bz2
gentoo-2-58639797db3a0498b13da90dfe631cd24752079e.zip
Bug #329991: Document that users of plain (non-LUKS) volumes from the 1.0 series MUST specify the cipher/keysize/hash, as the defaults have changed for security reasons.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/cryptsetup/ChangeLog')
-rw-r--r--sys-fs/cryptsetup/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/ChangeLog b/sys-fs/cryptsetup/ChangeLog
index 760170f0d8b0..e395aa7e4480 100644
--- a/sys-fs/cryptsetup/ChangeLog
+++ b/sys-fs/cryptsetup/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/cryptsetup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.88 2010/07/27 18:46:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.89 2010/07/27 18:52:25 robbat2 Exp $
+
+ 27 Jul 2010; Robin H. Johnson <robbat2@gentoo.org>
+ cryptsetup-1.1.2.ebuild, cryptsetup-1.1.3.ebuild:
+ Bug #329991: Document that users of plain (non-LUKS) volumes from the 1.0
+ series MUST specify the cipher/keysize/hash, as the defaults have changed
+ for security reasons.
27 Jul 2010; Pacho Ramos <pacho@gentoo.org> cryptsetup-1.1.2.ebuild:
amd64 stable, bug 327689