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 247EB138334 for ; Fri, 6 Jul 2018 21:48:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A171BE094B; Fri, 6 Jul 2018 21:48:28 +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 598E8E092A for ; Fri, 6 Jul 2018 21:48:28 +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 ACAB1335C7F for ; Fri, 6 Jul 2018 21:48:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE214361 for ; Fri, 6 Jul 2018 21:48:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530913673.31316d3d3e68e7282fff7dc25ee365e5449a5509.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netpipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild net-misc/netpipe/netpipe-1.0.0_beta2.ebuild X-VCS-Directories: net-misc/netpipe/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 31316d3d3e68e7282fff7dc25ee365e5449a5509 X-VCS-Branch: master Date: Fri, 6 Jul 2018 21:48:24 +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: d9dfce42-e688-447d-9b27-f779fd9d5821 X-Archives-Hash: e019bafa854ce776f35138d9f6ffd916 commit: 31316d3d3e68e7282fff7dc25ee365e5449a5509 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 24 15:19:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 6 21:47:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31316d3d net-misc/netpipe: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9024 net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild | 4 ++-- net-misc/netpipe/netpipe-1.0.0_beta2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild index ec826724d25..af216cb7ee0 100644 --- a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild +++ b/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit toolchain-funcs DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques" -HOMEPAGE="http://www.wudika.de/~jan/netpipe/" -SRC_URI="http://www.wudika.de/~jan/${PN}/${PN}.tar.gz" +HOMEPAGE="https://www.wudika.de/~jan/netpipe/" +SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild index a32e5c187ac..4c8855a3fed 100644 --- a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild +++ b/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit toolchain-funcs DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques" -HOMEPAGE="http://www.wudika.de/~jan/netpipe/" -SRC_URI="http://www.wudika.de/~jan/netpipe/${PN}.tar.gz" +HOMEPAGE="https://www.wudika.de/~jan/netpipe/" +SRC_URI="https://www.wudika.de/~jan/netpipe/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0"