From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95C02138335 for ; Sat, 2 Nov 2019 04:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B5BE07F9; Sat, 2 Nov 2019 04:44:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FD19E07F9 for ; Sat, 2 Nov 2019 04:44:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC55434C6AE for ; Sat, 2 Nov 2019 04:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB31C883 for ; Sat, 2 Nov 2019 04:43:58 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1572669722.428dff8bfb361a98bd44aad14a81611828861e05.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword/checkpassword-0.90-r2.ebuild net-mail/checkpassword/checkpassword-0.90-r3.ebuild X-VCS-Directories: net-mail/checkpassword/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 428dff8bfb361a98bd44aad14a81611828861e05 X-VCS-Branch: master Date: Sat, 2 Nov 2019 04:43:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 093c1772-3cda-4ca9-82c8-7188db27faed X-Archives-Hash: 6ec65b4a00f3a2aa63287c9c28b0233d commit: 428dff8bfb361a98bd44aad14a81611828861e05 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Oct 18 06:58:35 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Nov 2 04:42:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428dff8b net-mail/checkpassword: use https Signed-off-by: Rolf Eike Beer sf-mail.de> (cherry picked from commit 0b092033838b1e705e05604aff1b9cc2c7766e2b) Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13332 net-mail/checkpassword/checkpassword-0.90-r2.ebuild | 4 ++-- net-mail/checkpassword/checkpassword-0.90-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild index 8efb8a03c5c..7c7a9b94f12 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="A uniform password checking interface for root applications" -HOMEPAGE="http://cr.yp.to/checkpwd.html" -SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" +HOMEPAGE="https://cr.yp.to/checkpwd.html" +SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" diff --git a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild index 7ed02b16fe9..75a2f74c558 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils fixheadtails flag-o-matic qmail DESCRIPTION="A uniform password checking interface for root applications" -HOMEPAGE="http://cr.yp.to/checkpwd.html" -SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" +HOMEPAGE="https://cr.yp.to/checkpwd.html" +SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0"