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 BC2A4138353 for ; Wed, 18 Mar 2020 17:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 034BFE09DE; Wed, 18 Mar 2020 17:14:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D7459E09DE for ; Wed, 18 Mar 2020 17:14:28 +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 19B3E34F2DE for ; Wed, 18 Mar 2020 17:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89375162 for ; Wed, 18 Mar 2020 17:14:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1584551626.06b8124de874d5051aa5ad27b13c96c2dc5baf03.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rainbowcrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild X-VCS-Directories: app-crypt/rainbowcrack/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 06b8124de874d5051aa5ad27b13c96c2dc5baf03 X-VCS-Branch: master Date: Wed, 18 Mar 2020 17:14:25 +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: e7c6f885-13e4-42e8-86c6-f2804c508280 X-Archives-Hash: ae492ca83502af93a568589e0b65a51d commit: 06b8124de874d5051aa5ad27b13c96c2dc5baf03 Author: Marek Szuba gentoo org> AuthorDate: Wed Mar 18 17:01:39 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Mar 18 17:13:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b8124d app-crypt/rainbowcrack: switch to HTTPS URIs Signed-off-by: Marek Szuba gentoo.org> app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild index 48a4108c920..766b1d57393 100644 --- a/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild +++ b/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit eutils DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance" -HOMEPAGE="http://project-rainbowcrack.com/" -SRC_URI="amd64? ( http://project-${PN}.com/${P}-linux64.zip )" +HOMEPAGE="https://project-rainbowcrack.com/" +SRC_URI="amd64? ( https://project-${PN}.com/${P}-linux64.zip )" LICENSE="all-rights-reserved" SLOT="0"