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 7FCF0138334 for ; Wed, 2 Oct 2019 06:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC802E093B; Wed, 2 Oct 2019 06:32:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 94E22E093B for ; Wed, 2 Oct 2019 06:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 245C134B78C for ; Wed, 2 Oct 2019 06:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEECE771 for ; Wed, 2 Oct 2019 06:32:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1569997945.c0d032e92c5126c8074b0bd7d65ad83afbcede94.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild net-analyzer/tcpdump/tcpdump-4.9.2.ebuild net-analyzer/tcpdump/tcpdump-4.9.3.ebuild net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c0d032e92c5126c8074b0bd7d65ad83afbcede94 X-VCS-Branch: master Date: Wed, 2 Oct 2019 06:32:26 +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: d8fc6932-4843-4510-b896-1ca0b2d6134e X-Archives-Hash: 51a6b6f11fc57437382a3f05f1698840 commit: c0d032e92c5126c8074b0bd7d65ad83afbcede94 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 2 06:31:35 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 2 06:32:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d032e9 net-analyzer/tcpdump: Use HTTPS Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild | 4 ++-- net-analyzer/tcpdump/tcpdump-4.9.2.ebuild | 6 +++--- net-analyzer/tcpdump/tcpdump-4.9.3.ebuild | 4 ++-- net-analyzer/tcpdump/tcpdump-9999.ebuild | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.2-r1.ebuild index 7e89e1714aa..cad529223b5 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 250b25f4625..4b28430a0ac 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 27466b8c51c..2cf4621b051 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 c4fe962e812..98bfe78b0e8 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} "