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 022BA1382C5 for ; Sun, 22 Apr 2018 01:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE1AE082D; Sun, 22 Apr 2018 01:33:10 +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 E23D6E07F2 for ; Sun, 22 Apr 2018 01:33:09 +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 84F85335C7B for ; Sun, 22 Apr 2018 01:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD4BC28B for ; Sun, 22 Apr 2018 01:33:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524360535.6e968b22337197dab666b73eae5d58adc4a56d56.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/c_rehash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/c_rehash/c_rehash-1.7-r1.ebuild X-VCS-Directories: app-misc/c_rehash/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6e968b22337197dab666b73eae5d58adc4a56d56 X-VCS-Branch: master Date: Sun, 22 Apr 2018 01:33:06 +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: a77575e2-6cb0-49d7-ad1e-6c3f0bab16f6 X-Archives-Hash: 4080f6108e24d0926608acd0f129745a commit: 6e968b22337197dab666b73eae5d58adc4a56d56 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 21 08:47:30 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 22 01:28:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e968b22 app-misc/c_rehash: use HTTPS app-misc/c_rehash/c_rehash-1.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/c_rehash/c_rehash-1.7-r1.ebuild b/app-misc/c_rehash/c_rehash-1.7-r1.ebuild index c03bf490dba..3be13f49a13 100644 --- a/app-misc/c_rehash/c_rehash-1.7-r1.ebuild +++ b/app-misc/c_rehash/c_rehash-1.7-r1.ebuild @@ -4,8 +4,8 @@ EAPI=5 DESCRIPTION="c_rehash script from OpenSSL" -HOMEPAGE="http://www.openssl.org/" -SRC_URI="http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl/openssl-c_rehash.sh?rev=${PV} -> openssl-c_rehash.sh.${PV}" +HOMEPAGE="https://www.openssl.org/ https://github.com/pld-linux/openssl/" +SRC_URI="https://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl/openssl-c_rehash.sh?rev=${PV} -> openssl-c_rehash.sh.${PV}" LICENSE="openssl" SLOT="0"