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 F059B1382C5 for ; Sun, 2 May 2021 08:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B91E08C3; Sun, 2 May 2021 08:39:37 +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 3E681E08C3 for ; Sun, 2 May 2021 08:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 29F9333BEE8 for ; Sun, 2 May 2021 08:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9B066A for ; Sun, 2 May 2021 08:39:34 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619944765.4745bdbe0420230b6527ea87cfe115cfe6807218.zlogene@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.3-r4.ebuild net-analyzer/tcpdump/tcpdump-4.99.0.ebuild net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4745bdbe0420230b6527ea87cfe115cfe6807218 X-VCS-Branch: master Date: Sun, 2 May 2021 08:39:34 +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: 772e3dcc-ec92-4950-a07c-2d33466dcb84 X-Archives-Hash: 600c5dc7fa8f2cadb5cb5247d8d60f3e commit: 4745bdbe0420230b6527ea87cfe115cfe6807218 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 08:39:25 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 08:39:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4745bdbe net-analyzer/tcpdump: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild | 5 ++--- net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 5 ++--- net-analyzer/tcpdump/tcpdump-9999.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild index d0a366b2b4b..2a3d3a399da 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="+drop-root libressl smi ssl samba suid test" +IUSE="+drop-root smi ssl samba suid test" RESTRICT="!test? ( test )" RDEPEND=" @@ -24,8 +24,7 @@ RDEPEND=" ) smi? ( net-libs/libsmi ) ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6m:0= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-0.9.6m:0= ) suid? ( acct-group/pcap diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild index d06df7164db..7e66b5384bc 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild @@ -26,7 +26,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="+drop-root libressl +smi +ssl +samba suid test" +IUSE="+drop-root +smi +ssl +samba suid test" REQUIRED_USE="test? ( samba )" # Assorted failures: bug #768498 @@ -41,8 +41,7 @@ RDEPEND=" ) smi? ( net-libs/libsmi ) ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6m:0= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-0.9.6m:0= ) suid? ( acct-group/pcap diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index 3e4c338aca2..2fe0728499d 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -24,7 +24,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="+drop-root libressl +smi +ssl +samba suid test" +IUSE="+drop-root +smi +ssl +samba suid test" REQUIRED_USE="test? ( samba )" # Assorted failures: bug #768498 @@ -39,8 +39,7 @@ RDEPEND=" ) smi? ( net-libs/libsmi ) ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6m:0= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-0.9.6m:0= ) suid? ( acct-group/pcap