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 2A9451382C5 for ; Sun, 4 Mar 2018 22:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5111BE0948; Sun, 4 Mar 2018 22:11:44 +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 27FE3E0948 for ; Sun, 4 Mar 2018 22:11:44 +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 56C5B335CAF for ; Sun, 4 Mar 2018 22:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A6A24F for ; Sun, 4 Mar 2018 22:11:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1520201487.b511427cf11e29d5ab79e98b571079bc43323f2b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/valve/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/valve/valve-1.0-r1.ebuild X-VCS-Directories: net-misc/valve/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b511427cf11e29d5ab79e98b571079bc43323f2b X-VCS-Branch: master Date: Sun, 4 Mar 2018 22:11:39 +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: c320247a-218d-4e4d-a84b-eb99a70b02c0 X-Archives-Hash: ec04a78b40443e3def562eedc6978a96 commit: b511427cf11e29d5ab79e98b571079bc43323f2b Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Feb 15 15:46:26 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 4 22:11:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511427c net-misc/valve: use HTTPS. net-misc/valve/valve-1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/valve/valve-1.0-r1.ebuild b/net-misc/valve/valve-1.0-r1.ebuild index ae6d5a2b21d..52f73b5320c 100644 --- a/net-misc/valve/valve-1.0-r1.ebuild +++ b/net-misc/valve/valve-1.0-r1.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="Copy data while enforcing a specified maximum transfer rate" -HOMEPAGE="http://www.fourmilab.ch/webtools/valve" -SRC_URI="http://www.fourmilab.ch/webtools/valve/${P}.tar.gz" +HOMEPAGE="https://www.fourmilab.ch/webtools/valve/" +SRC_URI="https://www.fourmilab.ch/webtools/valve/${P}.tar.gz" LICENSE="public-domain" SLOT="0"