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 D6EE21382C5 for ; Sun, 20 May 2018 23:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7917CE0CB4; Sun, 20 May 2018 23:26:59 +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 51AD8E0CB4 for ; Sun, 20 May 2018 23:26:59 +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 295CD335D12 for ; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1362F2AF for ; Sun, 20 May 2018 23:26:55 +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: <1526858705.1f877412315082cc9cde4798b384fba7e4cdb9e1.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/htbinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/htbinit/htbinit-0.8.5-r7.ebuild X-VCS-Directories: net-misc/htbinit/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1f877412315082cc9cde4798b384fba7e4cdb9e1 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:55 +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: 7bbeccba-4b1c-43b1-9420-51e135e527b4 X-Archives-Hash: b7d38db91cb3829241d1da47ad95e3e6 commit: 1f877412315082cc9cde4798b384fba7e4cdb9e1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 12:07:43 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:25:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f877412 net-misc/htbinit: use HTTPS net-misc/htbinit/htbinit-0.8.5-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/htbinit/htbinit-0.8.5-r7.ebuild b/net-misc/htbinit/htbinit-0.8.5-r7.ebuild index 551fa1f2136..2fab64e9f10 100644 --- a/net-misc/htbinit/htbinit-0.8.5-r7.ebuild +++ b/net-misc/htbinit/htbinit-0.8.5-r7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils linux-info DESCRIPTION="Sets up Hierachical Token Bucket based traffic control (QoS) with iproute2" -HOMEPAGE="http://www.sourceforge.net/projects/htbinit" +HOMEPAGE="https://www.sourceforge.net/projects/htbinit/" SRC_URI="mirror://sourceforge/htbinit/htb.init-v${PV}" LICENSE="GPL-2"