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 A248F138334 for ; Thu, 7 Nov 2019 06:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AECE2E08D9; Thu, 7 Nov 2019 06:08:21 +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 91583E08D9 for ; Thu, 7 Nov 2019 06:08:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 71F4534C9EC for ; Thu, 7 Nov 2019 06:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEC988A7 for ; Thu, 7 Nov 2019 06:08:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1573106874.c34bab8b69dee7de3de294476f9be61f3c52364b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/cmd5checkpw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild X-VCS-Directories: net-mail/cmd5checkpw/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c34bab8b69dee7de3de294476f9be61f3c52364b X-VCS-Branch: master Date: Thu, 7 Nov 2019 06:08:16 +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: 5b4bf440-2319-4463-8707-2d621f95c952 X-Archives-Hash: f791183f2af9004a0774c842ad9036d7 commit: c34bab8b69dee7de3de294476f9be61f3c52364b Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Oct 14 13:48:00 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 7 06:07:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34bab8b net-mail/cmd5checkpw: use https:// Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Joonas Niilola gentoo.org> net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild index 69b9d8a9a79..a2ac986f5a2 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild @@ -8,8 +8,8 @@ inherit eutils fixheadtails user MY_VER="030" DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode" -SRC_URI="http://www.fehcom.de/qmail/auth/${PN}-${MY_VER}_tgz.bin" -HOMEPAGE="http://www.fehcom.de/qmail/smtpauth.html" +SRC_URI="https://www.fehcom.de/qmail/auth/${PN}-${MY_VER}_tgz.bin" +HOMEPAGE="https://www.fehcom.de/qmail/smtpauth.html" LICENSE="public-domain RSA" SLOT="0"