vapier 14/11/01 00:58:08 Modified: cryptsetup-1.6.6.ebuild ChangeLog Log: Warn USE=gcrypt users about broken whirlpool hashes #525208 by Francisco Blas Izquierdo Riera. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.6 sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild?r1=1.5&r2=1.6 Index: cryptsetup-1.6.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cryptsetup-1.6.6.ebuild 10 Sep 2014 18:05:10 -0000 1.5 +++ cryptsetup-1.6.6.ebuild 1 Nov 2014 00:58:08 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v 1.5 2014/09/10 18:05:10 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v 1.6 2014/11/01 00:58:08 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -104,6 +104,12 @@ } pkg_postinst() { + if use gcrypt ; then + elog "If you were using the whirlpool hash with libgcrypt, you might be impacted" + elog "by broken code in <=libcrypt-1.60 versions. See this page for more details:" + elog "https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#8._Issues_with_Specific_Versions_of_cryptsetup" + fi + if [[ -z ${REPLACING_VERSIONS} ]] ; then elog "Please see the example for configuring a LUKS mountpoint" elog "in /etc/conf.d/dmcrypt" 1.189 sys-fs/cryptsetup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 29 Oct 2014 09:24:21 -0000 1.188 +++ ChangeLog 1 Nov 2014 00:58:08 -0000 1.189 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/cryptsetup # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.188 2014/10/29 09:24:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.189 2014/11/01 00:58:08 vapier Exp $ + + 01 Nov 2014; Mike Frysinger <[email protected]> cryptsetup-1.6.6.ebuild: + Warn USE=gcrypt users about broken whirlpool hashes #525208 by Francisco Blas + Izquierdo Riera. 29 Oct 2014; Agostino Sarubbo <[email protected]> cryptsetup-1.6.5.ebuild: Stable for sparc, wrt bug #510342
