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 B6E651382C5 for ; Sun, 6 May 2018 14:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44AAE08FE; Sun, 6 May 2018 14:16:41 +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 66CCEE08F9 for ; Sun, 6 May 2018 14:16:41 +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 8996A335CA0 for ; Sun, 6 May 2018 14:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA35F243 for ; Sun, 6 May 2018 14:16:37 +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: <1525616027.ffa9c02cc0dca3189841315c0b040f257206a173.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh2/libssh2-1.7.0.ebuild net-libs/libssh2/libssh2-1.8.0-r1.ebuild net-libs/libssh2/libssh2-9999.ebuild X-VCS-Directories: net-libs/libssh2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ffa9c02cc0dca3189841315c0b040f257206a173 X-VCS-Branch: master Date: Sun, 6 May 2018 14:16:37 +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: bf39f752-c610-4263-9263-daa87fe28514 X-Archives-Hash: 3d0c9536dc66c347c5360caee342a8da commit: ffa9c02cc0dca3189841315c0b040f257206a173 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 6 10:08:04 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 6 14:13:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa9c02c net-libs/libssh2: use HTTPS net-libs/libssh2/libssh2-1.7.0.ebuild | 6 +++--- net-libs/libssh2/libssh2-1.8.0-r1.ebuild | 6 +++--- net-libs/libssh2/libssh2-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-libs/libssh2/libssh2-1.7.0.ebuild b/net-libs/libssh2/libssh2-1.7.0.ebuild index 65ef8f62b81..ddd1da89248 100644 --- a/net-libs/libssh2/libssh2-1.7.0.ebuild +++ b/net-libs/libssh2/libssh2-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ AUTOTOOLS_AUTORECONF=true inherit autotools-multilib DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="http://www.libssh2.org/" -SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" +HOMEPAGE="https://www.libssh2.org" +SRC_URI="https://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/net-libs/libssh2/libssh2-1.8.0-r1.ebuild b/net-libs/libssh2/libssh2-1.8.0-r1.ebuild index af51f92f415..5d3a9421cfd 100644 --- a/net-libs/libssh2/libssh2-1.8.0-r1.ebuild +++ b/net-libs/libssh2/libssh2-1.8.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit ltprune multilib-minimal DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="http://www.libssh2.org/" -SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" +HOMEPAGE="https://www.libssh2.org" +SRC_URI="https://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index 20d32d23606..4ed00d50973 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools git-r3 multilib-minimal EGIT_REPO_URI="https://github.com/libssh2/libssh2" DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="http://www.libssh2.org/" +HOMEPAGE="https://www.libssh2.org" SRC_URI="" LICENSE="BSD"