Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Wed, 02 Oct 2019 06:32:31
Message-Id: 1569997945.c0d032e92c5126c8074b0bd7d65ad83afbcede94.jer@gentoo
1 commit: c0d032e92c5126c8074b0bd7d65ad83afbcede94
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 06:31:35 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 06:32:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d032e9
7
8 net-analyzer/tcpdump: Use HTTPS
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild | 4 ++--
14 net-analyzer/tcpdump/tcpdump-4.9.2.ebuild | 6 +++---
15 net-analyzer/tcpdump/tcpdump-4.9.3.ebuild | 4 ++--
16 net-analyzer/tcpdump/tcpdump-9999.ebuild | 2 +-
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild
20 index 7e89e1714aa..cad529223b5 100644
21 --- a/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild
22 +++ b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild
23 @@ -6,11 +6,11 @@ inherit autotools flag-o-matic toolchain-funcs user
24
25 DESCRIPTION="A Tool for network monitoring and data acquisition"
26 HOMEPAGE="
27 - http://www.tcpdump.org/
28 + https://www.tcpdump.org/
29 https://github.com/the-tcpdump-group/tcpdump
30 "
31 SRC_URI="
32 - http://www.tcpdump.org/release/${P}.tar.gz
33 + https://www.tcpdump.org/release/${P}.tar.gz
34 "
35
36 LICENSE="BSD"
37
38 diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
39 index 250b25f4625..4b28430a0ac 100644
40 --- a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
41 +++ b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -6,11 +6,11 @@ inherit flag-o-matic toolchain-funcs user
49
50 DESCRIPTION="A Tool for network monitoring and data acquisition"
51 HOMEPAGE="
52 - http://www.tcpdump.org/
53 + https://www.tcpdump.org/
54 https://github.com/the-tcpdump-group/tcpdump
55 "
56 SRC_URI="
57 - http://www.tcpdump.org/release/${P}.tar.gz
58 + https://www.tcpdump.org/release/${P}.tar.gz
59 "
60
61 LICENSE="BSD"
62
63 diff --git a/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild
64 index 27466b8c51c..2cf4621b051 100644
65 --- a/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild
66 +++ b/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild
67 @@ -6,11 +6,11 @@ inherit flag-o-matic toolchain-funcs user
68
69 DESCRIPTION="A Tool for network monitoring and data acquisition"
70 HOMEPAGE="
71 - http://www.tcpdump.org/
72 + https://www.tcpdump.org/
73 https://github.com/the-tcpdump-group/tcpdump
74 "
75 SRC_URI="
76 - http://www.tcpdump.org/release/${P}.tar.gz
77 + https://www.tcpdump.org/release/${P}.tar.gz
78 "
79
80 LICENSE="BSD"
81
82 diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
83 index c4fe962e812..98bfe78b0e8 100644
84 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
85 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
86 @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs user
87 DESCRIPTION="A Tool for network monitoring and data acquisition"
88 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
89 HOMEPAGE="
90 - http://www.tcpdump.org/
91 + https://www.tcpdump.org/
92 ${EGIT_REPO_URI}
93 "