summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2014-11-09 05:48:12 +0000
committerRick Farina <zerochaos@gentoo.org>2014-11-09 05:48:12 +0000
commit171736a60047c9e53918f5603a01b0eb169299d4 (patch)
tree10b3a18887e35049f4a5ec45c184b191e250321b /sys-fs
parentbump (diff)
downloadgentoo-2-171736a60047c9e53918f5603a01b0eb169299d4.tar.gz
gentoo-2-171736a60047c9e53918f5603a01b0eb169299d4.tar.bz2
gentoo-2-171736a60047c9e53918f5603a01b0eb169299d4.zip
fix bug 525208 per klondike's testing
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/cryptsetup/ChangeLog5
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/cryptsetup/ChangeLog b/sys-fs/cryptsetup/ChangeLog
index c4decacb82e4..6eb77e925834 100644
--- a/sys-fs/cryptsetup/ChangeLog
+++ b/sys-fs/cryptsetup/ChangeLog
@@ -1,6 +1,9 @@
# 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.194 2014/11/01 02:56:03 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.195 2014/11/09 05:48:12 zerochaos Exp $
+
+ 09 Nov 2014; Rick Farina <zerochaos@gentoo.org> cryptsetup-1.6.6.ebuild:
+ fix bug 525208 per klondike's testing
01 Nov 2014; Rick Farina <zerochaos@gentoo.org> cryptsetup-1.6.6.ebuild:
fixed my own typo this time
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
index 03e8d7f471bf..a0c525f7c7fe 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
@@ -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.10 2014/11/01 02:56:03 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v 1.11 2014/11/09 05:48:12 zerochaos Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -104,7 +104,7 @@ src_install() {
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 <libgcrypt-1.5.4 versions. See this page for more details:"
+ elog "by broken code in <libgcrypt-1.6.0 versions. See this page for more details:"
elog "https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#8._Issues_with_Specific_Versions_of_cryptsetup"
fi