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 EC77C1382C5 for ; Fri, 23 Feb 2018 08:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BEA1E081B; Fri, 23 Feb 2018 08:07:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB926E081B for ; Fri, 23 Feb 2018 08:07:23 +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 6EFF4335C30 for ; Fri, 23 Feb 2018 08:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 278E4233 for ; Fri, 23 Feb 2018 08:07:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1519373226.91383e5c6e7bdf4f77044fde255f98d3963b1347.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sslh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sslh/sslh-1.18-r2.ebuild net-misc/sslh/sslh-1.19c.ebuild net-misc/sslh/sslh-9999.ebuild X-VCS-Directories: net-misc/sslh/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 91383e5c6e7bdf4f77044fde255f98d3963b1347 X-VCS-Branch: master Date: Fri, 23 Feb 2018 08:07:19 +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: c811cf99-5d52-49b8-9c5f-003dc6325dc0 X-Archives-Hash: 7f91d6aa3ff1a759e063f186836789d5 commit: 91383e5c6e7bdf4f77044fde255f98d3963b1347 Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 23 08:06:48 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 23 08:07:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91383e5c net-misc/sslh: use HTTPS Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-misc/sslh/sslh-1.18-r2.ebuild | 2 +- net-misc/sslh/sslh-1.19c.ebuild | 2 +- net-misc/sslh/sslh-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/sslh/sslh-1.18-r2.ebuild b/net-misc/sslh/sslh-1.18-r2.ebuild index e7589928a0e..afc382f87c0 100644 --- a/net-misc/sslh/sslh-1.18-r2.ebuild +++ b/net-misc/sslh/sslh-1.18-r2.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic systemd toolchain-funcs DESCRIPTION="Port multiplexer - accept both HTTPS and SSH connections on the same port" HOMEPAGE="https://www.rutschle.net/tech/sslh/README.html" -SRC_URI="http://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz" +SRC_URI="https://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/sslh/sslh-1.19c.ebuild b/net-misc/sslh/sslh-1.19c.ebuild index bdc999f3291..f58bdffe2ce 100644 --- a/net-misc/sslh/sslh-1.19c.ebuild +++ b/net-misc/sslh/sslh-1.19c.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then else KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh ~x86" MY_P="${PN}-v${PV}" - SRC_URI="http://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz" + SRC_URI="https://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} fi diff --git a/net-misc/sslh/sslh-9999.ebuild b/net-misc/sslh/sslh-9999.ebuild index bdc999f3291..f58bdffe2ce 100644 --- a/net-misc/sslh/sslh-9999.ebuild +++ b/net-misc/sslh/sslh-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then else KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh ~x86" MY_P="${PN}-v${PV}" - SRC_URI="http://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz" + SRC_URI="https://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} fi