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 C77B01382C5 for ; Thu, 5 Apr 2018 15:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C0A8E0E00; Thu, 5 Apr 2018 15:21:31 +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 07B4CE0DFD for ; Thu, 5 Apr 2018 15:21:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D389A335C77 for ; Thu, 5 Apr 2018 15:21:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC38287 for ; Thu, 5 Apr 2018 15:21:25 +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: <1522941430.14320b26c93ac7d2e44e8648c20f8af002ccce71.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/pingtunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/pingtunnel/pingtunnel-0.72.ebuild X-VCS-Directories: net-proxy/pingtunnel/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 14320b26c93ac7d2e44e8648c20f8af002ccce71 X-VCS-Branch: master Date: Thu, 5 Apr 2018 15:21:25 +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: 27014658-dd82-41eb-b024-889ca71bc014 X-Archives-Hash: cd2b9199bfc0a3d9d5ba9470c95ea69c commit: 14320b26c93ac7d2e44e8648c20f8af002ccce71 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 30 20:38:30 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 15:17:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14320b26 net-proxy/pingtunnel: use HTTPS net-proxy/pingtunnel/pingtunnel-0.72.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/pingtunnel/pingtunnel-0.72.ebuild b/net-proxy/pingtunnel/pingtunnel-0.72.ebuild index 53bc36aeacc..1a6e66d3ee3 100644 --- a/net-proxy/pingtunnel/pingtunnel-0.72.ebuild +++ b/net-proxy/pingtunnel/pingtunnel-0.72.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Tunnel TCP over ICMP" -HOMEPAGE="http://www.cs.uit.no/~daniels/PingTunnel" -SRC_URI="http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-${PV}.tar.gz" +HOMEPAGE="https://www.cs.uit.no/~daniels/PingTunnel" +SRC_URI="https://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-${PV}.tar.gz" LICENSE="BSD" SLOT="0"