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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 383C0158083 for ; Sat, 31 Aug 2024 14:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B019E29E5; Sat, 31 Aug 2024 14:00:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E416FE29E5 for ; Sat, 31 Aug 2024 14:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECD1A3430F6 for ; Sat, 31 Aug 2024 14:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C84D1F2B for ; Sat, 31 Aug 2024 14:00:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1725112800.e9749c05f5512b7c9b9814e69f86f8e0515e928a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpslice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcpslice/tcpslice-1.5.ebuild net-analyzer/tcpslice/tcpslice-1.7.ebuild X-VCS-Directories: net-analyzer/tcpslice/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e9749c05f5512b7c9b9814e69f86f8e0515e928a X-VCS-Branch: master Date: Sat, 31 Aug 2024 14:00:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 969e79fc-e1a6-4b83-9c9b-5bc63c0dfa3f X-Archives-Hash: 35f9ab270d573877511398601b668fe2 commit: e9749c05f5512b7c9b9814e69f86f8e0515e928a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Aug 30 20:58:37 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Aug 31 14:00:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9749c05 net-analyzer/tcpslice: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/tcpslice/tcpslice-1.5.ebuild | 4 ++-- 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 )