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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C20C115808E for ; Wed, 27 Apr 2022 22:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81C5E0898; Wed, 27 Apr 2022 22:44:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1971E0898 for ; Wed, 27 Apr 2022 22:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5177C341539 for ; Wed, 27 Apr 2022 22:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D7C2F9 for ; Wed, 27 Apr 2022 22:44:18 +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: <1651099452.79e254ff2ac79d5fd715eb349eb93bd41c6e1720.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.8.ebuild X-VCS-Directories: app-crypt/rainbowcrack/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 79e254ff2ac79d5fd715eb349eb93bd41c6e1720 X-VCS-Branch: master Date: Wed, 27 Apr 2022 22:44:18 +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: 179ce492-231a-4000-868a-1c8670b4d968 X-Archives-Hash: ad90af33fa970e132e0461fdb9539639 commit: 79e254ff2ac79d5fd715eb349eb93bd41c6e1720 Author: Marek Szuba gentoo org> AuthorDate: Wed Apr 27 22:42:21 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Apr 27 22:44:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e254ff app-crypt/rainbowcrack: update HOMEPAGE, SRC_URI Upstream has broken https on their Web site again. Closes: https://bugs.gentoo.org/841344 Signed-off-by: Marek Szuba gentoo.org> app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild index cffa5b85eb9b..647525cb2007 100644 --- a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild +++ b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit wrapper DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance" -HOMEPAGE="https://project-rainbowcrack.com/" -SRC_URI="https://project-${PN}.com/${P}-linux64.zip" +HOMEPAGE="http://project-rainbowcrack.com/" +SRC_URI="http://project-${PN}.com/${P}-linux64.zip" LICENSE="all-rights-reserved" SLOT="0"