summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2014-11-01 02:10:13 +0000
committerRick Farina <zerochaos@gentoo.org>2014-11-01 02:10:13 +0000
commitceb55dacf6d5067c41461de1651a23e389eeb061 (patch)
tree90161a55759f995bb1a5895bc5dd1d87dc7bf299 /sys-fs
parentFix cmdline_wrap test failures #384731 by Markus Oehme. (diff)
downloadgentoo-2-ceb55dacf6d5067c41461de1651a23e389eeb061.tar.gz
gentoo-2-ceb55dacf6d5067c41461de1651a23e389eeb061.tar.bz2
gentoo-2-ceb55dacf6d5067c41461de1651a23e389eeb061.zip
fix minor typos and version number inconsistency for bug 525208 fix
(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 aa57c17ead9a..13c6b28fb226 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.192 2014/11/01 01:08:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.193 2014/11/01 02:10:13 zerochaos Exp $
+
+ 01 Nov 2014; Rick Farina <zerochaos@gentoo.org> cryptsetup-1.6.6.ebuild:
+ fix minor typos and version number inconsistency for bug 525208 fix
01 Nov 2014; Mike Frysinger <vapier@gentoo.org> cryptsetup-1.6.5.ebuild,
cryptsetup-1.6.6.ebuild:
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
index 15873d0f1203..fdd9cdd1d7d5 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.8 2014/11/01 01:08:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v 1.9 2014/11/01 02:10:13 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 <=libcrypt-1.60 versions. See this page for more details:"
+ elog "by broken code in <=libgcrypt-1.5.4 versions. See this page for more details:"
elog "https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#8._Issues_with_Specific_Versions_of_cryptsetup"
fi