diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-08-30 22:58:37 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-31 17:00:00 +0300 |
commit | e9749c05f5512b7c9b9814e69f86f8e0515e928a (patch) | |
tree | 6769436a43ddd71459d78e976d1aed39f4319817 /net-analyzer | |
parent | net-analyzer/iftop: use HTTPS (diff) | |
download | gentoo-e9749c05f5512b7c9b9814e69f86f8e0515e928a.tar.gz gentoo-e9749c05f5512b7c9b9814e69f86f8e0515e928a.tar.bz2 gentoo-e9749c05f5512b7c9b9814e69f86f8e0515e928a.zip |
net-analyzer/tcpslice: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.5.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.7.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpslice/tcpslice-1.5.ebuild b/net-analyzer/tcpslice/tcpslice-1.5.ebuild index d6ef4a8164f7..7a5e9c78a7a7 100644 --- a/net-analyzer/tcpslice/tcpslice-1.5.ebuild +++ b/net-analyzer/tcpslice/tcpslice-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit verify-sig DESCRIPTION="Extract and concatenate portions of pcap files" -HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" +HOMEPAGE="https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig )" diff --git a/net-analyzer/tcpslice/tcpslice-1.7.ebuild b/net-analyzer/tcpslice/tcpslice-1.7.ebuild index addd46fe7ec6..2e725ff18f9b 100644 --- a/net-analyzer/tcpslice/tcpslice-1.7.ebuild +++ b/net-analyzer/tcpslice/tcpslice-1.7.ebuild @@ -7,7 +7,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tcpdump.asc" inherit verify-sig DESCRIPTION="Extract and concatenate portions of pcap files" -HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" +HOMEPAGE="https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" SRC_URI=" https://www.tcpdump.org/release/${P}.tar.xz verify-sig? ( https://www.tcpdump.org/release/${P}.tar.xz.sig ) |