Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
Date: Tue, 15 Dec 2015 08:14:47
Message-Id: 1450163328.93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606.monsieurp@gentoo
1 commit: 93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606
2 Author: Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Tue Dec 15 07:08:48 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 07:08:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93173c4d
7
8 sys-fs/cryptsetup: fix obsolete wiki URL #551994
9
10 cryptsetup-1.6.5 has an incorrect link to cryptsetup wiki because
11 upstream has migrated to gitlab.
12
13 Package-Manager: portage-2.2.20.1
14
15 sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
19 index 8c7006b..0669f7a 100644
20 --- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
21 +++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
22 @@ -119,6 +119,6 @@ pkg_postinst() {
23 elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use"
24 elog "a compatibility mode when using cryptsetup-1.1.x. This can be"
25 elog "done by specifying the cipher (-c), key size (-s) and hash (-h)."
26 - elog "For more info, see https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup"
27 + elog "For more info, see https://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions#8-issues-with-specific-versions-of-cryptsetup"
28 fi
29 }