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 C8F04138334 for ; Thu, 31 May 2018 23:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6EA4E08F2; Thu, 31 May 2018 23:03:07 +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 6B2DEE08F2 for ; Thu, 31 May 2018 23:03:07 +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 29D0F335C07 for ; Thu, 31 May 2018 23:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E00B1287 for ; Thu, 31 May 2018 23:03:02 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1527807618.bad0e8c980e33d59de219f36cd4b83816654c147.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/openvpn/openvpn-2.4.4.ebuild net-vpn/openvpn/openvpn-2.4.5.ebuild net-vpn/openvpn/openvpn-2.4.6.ebuild net-vpn/openvpn/openvpn-9999.ebuild X-VCS-Directories: net-vpn/openvpn/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bad0e8c980e33d59de219f36cd4b83816654c147 X-VCS-Branch: master Date: Thu, 31 May 2018 23:03:02 +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: cfdf6a38-2b7e-4b32-a9e0-2d865de81748 X-Archives-Hash: ddd2f7a05e0ae53a44406bc40d63c5c9 commit: bad0e8c980e33d59de219f36cd4b83816654c147 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 31 19:15:35 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu May 31 23:00:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad0e8c9 net-vpn/openvpn: use HTTPs net-vpn/openvpn/openvpn-2.4.4.ebuild | 4 ++-- net-vpn/openvpn/openvpn-2.4.5.ebuild | 4 ++-- net-vpn/openvpn/openvpn-2.4.6.ebuild | 4 ++-- net-vpn/openvpn/openvpn-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-vpn/openvpn/openvpn-2.4.4.ebuild b/net-vpn/openvpn/openvpn-2.4.4.ebuild index 886ed244e11..16fa5b91ead 100644 --- a/net-vpn/openvpn/openvpn-2.4.4.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.4.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit autotools flag-o-matic user systemd linux-info DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )" -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/openvpn/openvpn-2.4.5.ebuild b/net-vpn/openvpn/openvpn-2.4.5.ebuild index d93cd5da7e5..ce60c5a55f9 100644 --- a/net-vpn/openvpn/openvpn-2.4.5.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.5.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit autotools flag-o-matic user systemd linux-info DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )" -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild b/net-vpn/openvpn/openvpn-2.4.6.ebuild index 40d83109d70..36c8bc9602d 100644 --- a/net-vpn/openvpn/openvpn-2.4.6.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit autotools flag-o-matic user systemd linux-info DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz +SRC_URI="https://swupdate.openvpn.net/community/releases/${P}.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h )" -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 8a34713832c..4f6a5737ccd 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-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 @@ -8,7 +8,7 @@ inherit autotools flag-o-matic user systemd linux-info git-r3 DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git" EGIT_SUBMODULES=(-cmocka) -HOMEPAGE="http://openvpn.net/" +HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0"