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 4A859138351 for ; Sat, 11 Apr 2020 01:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB2DE0B0A; Sat, 11 Apr 2020 01:06:13 +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 23448E0B0A for ; Sat, 11 Apr 2020 01:06:13 +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 B85CD34EF75 for ; Sat, 11 Apr 2020 01:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D321D2 for ; Sat, 11 Apr 2020 01:06:09 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1586567149.a50ff416bb66545f2245561c630f91d581f72e85.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy-rngd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild X-VCS-Directories: app-crypt/jitterentropy-rngd/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: a50ff416bb66545f2245561c630f91d581f72e85 X-VCS-Branch: master Date: Sat, 11 Apr 2020 01:06:09 +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: a48b6b2c-f813-4ba2-8f5f-ec36c2775c4e X-Archives-Hash: cc764f08ea1128afa875394658eb916c commit: a50ff416bb66545f2245561c630f91d581f72e85 Author: Toralf Förster gentoo de> AuthorDate: Wed Apr 8 11:05:39 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Apr 11 01:05:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50ff416 app-crypt/jitterentropy-rngd: activate HTTP*s* at the homepage Closes: https://github.com/gentoo/gentoo/pull/15258 Signed-off-by: Toralf Förster gentoo.de> Signed-off-by: Matthias Maier gentoo.org> app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild index b205fd7dfde..2a3e017c98e 100644 --- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild +++ b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit linux-info systemd DESCRIPTION="Jitter RNG daemon" -HOMEPAGE="http://www.chronox.de/jent.html" +HOMEPAGE="https://www.chronox.de/jent.html" SRC_URI="https://github.com/smuellerDD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"