From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9E461384B4 for ; Tue, 15 Dec 2015 08:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1855E08FA; Tue, 15 Dec 2015 08:14:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 767A3E08FA for ; Tue, 15 Dec 2015 08:14:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CAF233E3A9 for ; Tue, 15 Dec 2015 08:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBDCDB05 for ; Tue, 15 Dec 2015 08:14:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1450163328.93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606 X-VCS-Branch: master Date: Tue, 15 Dec 2015 08:14:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4af919a4-a473-4730-b27a-aafe5551cfe6 X-Archives-Hash: 0b5e7a12a25c16aacf7560ec8da835da commit: 93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606 Author: Gokturk Yuksek binghamton edu> AuthorDate: Tue Dec 15 07:08:48 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 15 07:08:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93173c4d sys-fs/cryptsetup: fix obsolete wiki URL #551994 cryptsetup-1.6.5 has an incorrect link to cryptsetup wiki because upstream has migrated to gitlab. Package-Manager: portage-2.2.20.1 sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild index 8c7006b..0669f7a 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild @@ -119,6 +119,6 @@ pkg_postinst() { elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use" elog "a compatibility mode when using cryptsetup-1.1.x. This can be" elog "done by specifying the cipher (-c), key size (-s) and hash (-h)." - elog "For more info, see https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" + elog "For more info, see https://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions#8-issues-with-specific-versions-of-cryptsetup" fi }