Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup: ChangeLog cryptsetup-1.1.2.ebuild cryptsetup-1.1.3.ebuild
Date: Tue, 27 Jul 2010 18:52:29
Message-Id: 20100727185225.B9D132CF37@corvid.gentoo.org
1 robbat2 10/07/27 18:52:25
2
3 Modified: ChangeLog cryptsetup-1.1.2.ebuild
4 cryptsetup-1.1.3.ebuild
5 Log:
6 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.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.89 sys-fs/cryptsetup/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/ChangeLog?rev=1.89&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/ChangeLog?rev=1.89&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/ChangeLog?r1=1.88&r2=1.89
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v
19 retrieving revision 1.88
20 retrieving revision 1.89
21 diff -p -w -b -B -u -u -r1.88 -r1.89
22 --- ChangeLog 27 Jul 2010 18:46:32 -0000 1.88
23 +++ ChangeLog 27 Jul 2010 18:52:25 -0000 1.89
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-fs/cryptsetup
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.88 2010/07/27 18:46:32 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.89 2010/07/27 18:52:25 robbat2 Exp $
29 +
30 + 27 Jul 2010; Robin H. Johnson <robbat2@g.o>
31 + cryptsetup-1.1.2.ebuild, cryptsetup-1.1.3.ebuild:
32 + Bug #329991: Document that users of plain (non-LUKS) volumes from the 1.0
33 + series MUST specify the cipher/keysize/hash, as the defaults have changed
34 + for security reasons.
35
36 27 Jul 2010; Pacho Ramos <pacho@g.o> cryptsetup-1.1.2.ebuild:
37 amd64 stable, bug 327689
38
39
40
41 1.4 sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild?r1=1.3&r2=1.4
46
47 Index: cryptsetup-1.1.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -p -w -b -B -u -u -r1.3 -r1.4
53 --- cryptsetup-1.1.2.ebuild 27 Jul 2010 18:46:32 -0000 1.3
54 +++ cryptsetup-1.1.2.ebuild 27 Jul 2010 18:52:25 -0000 1.4
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild,v 1.3 2010/07/27 18:46:32 pacho Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.2.ebuild,v 1.4 2010/07/27 18:52:25 robbat2 Exp $
60
61 EAPI=2
62
63 @@ -91,4 +91,10 @@ pkg_postinst() {
64 elog "after 10 seconds add the following to your bootloader config:"
65 elog "key_timeout=10"
66 elog "A timeout of 0 will mean it will wait indefinitely."
67 + elog
68 + elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use"
69 + elog "a compatibility mode when using cryptsetup-1.1.x. This can be"
70 + elog "done by specifying the cipher (-c), key size (-s) and hash (-h)."
71 + elog "For more info, see http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup"
72 +
73 }
74
75
76
77 1.2 sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild?r1=1.1&r2=1.2
82
83 Index: cryptsetup-1.1.3.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -p -w -b -B -u -u -r1.1 -r1.2
89 --- cryptsetup-1.1.3.ebuild 21 Jul 2010 19:31:27 -0000 1.1
90 +++ cryptsetup-1.1.3.ebuild 27 Jul 2010 18:52:25 -0000 1.2
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild,v 1.1 2010/07/21 19:31:27 robbat2 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.1.3.ebuild,v 1.2 2010/07/27 18:52:25 robbat2 Exp $
96
97 EAPI=2
98
99 @@ -91,4 +91,10 @@ pkg_postinst() {
100 elog "after 10 seconds add the following to your bootloader config:"
101 elog "key_timeout=10"
102 elog "A timeout of 0 will mean it will wait indefinitely."
103 + elog
104 + elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use"
105 + elog "a compatibility mode when using cryptsetup-1.1.x. This can be"
106 + elog "done by specifying the cipher (-c), key size (-s) and hash (-h)."
107 + elog "For more info, see http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup"
108 +
109 }