From: Jeroen Roovers Date: Wed, 2 Oct 2019 06:31:35 +0000 (+0200) Subject: net-analyzer/tcpdump: Use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c0d032e92c5126c8074b0bd7d65ad83afbcede94;p=gentoo.git net-analyzer/tcpdump: Use HTTPS Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers --- diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild index 7e89e1714aaf..cad529223b52 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild @@ -6,11 +6,11 @@ inherit autotools flag-o-matic toolchain-funcs user DESCRIPTION="A Tool for network monitoring and data acquisition" HOMEPAGE=" - http://www.tcpdump.org/ + https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump " SRC_URI=" - http://www.tcpdump.org/release/${P}.tar.gz + https://www.tcpdump.org/release/${P}.tar.gz " LICENSE="BSD" diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild index 250b25f46250..4b28430a0ac2 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,11 +6,11 @@ inherit flag-o-matic toolchain-funcs user DESCRIPTION="A Tool for network monitoring and data acquisition" HOMEPAGE=" - http://www.tcpdump.org/ + https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump " SRC_URI=" - http://www.tcpdump.org/release/${P}.tar.gz + https://www.tcpdump.org/release/${P}.tar.gz " LICENSE="BSD" diff --git a/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild index 27466b8c51c4..2cf4621b0511 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild @@ -6,11 +6,11 @@ inherit flag-o-matic toolchain-funcs user DESCRIPTION="A Tool for network monitoring and data acquisition" HOMEPAGE=" - http://www.tcpdump.org/ + https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump " SRC_URI=" - http://www.tcpdump.org/release/${P}.tar.gz + https://www.tcpdump.org/release/${P}.tar.gz " LICENSE="BSD" diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index c4fe962e8128..98bfe78b0e87 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs user DESCRIPTION="A Tool for network monitoring and data acquisition" EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump" HOMEPAGE=" - http://www.tcpdump.org/ + https://www.tcpdump.org/ ${EGIT_REPO_URI} "