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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 571A115802F for ; Thu, 30 Mar 2023 08:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 655B0E0940; Thu, 30 Mar 2023 08:31:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 49A67E0940 for ; Thu, 30 Mar 2023 08:31:32 +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 57C7F33BE6D for ; Thu, 30 Mar 2023 08:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B41778EB for ; Thu, 30 Mar 2023 08:31:29 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1680165074.29bdd5dd97d1f01d8402de27ea781a3915ee4a15.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nessus-agent-bin/nessus-agent-bin-10.3.2.ebuild X-VCS-Directories: net-analyzer/nessus-agent-bin/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 29bdd5dd97d1f01d8402de27ea781a3915ee4a15 X-VCS-Branch: master Date: Thu, 30 Mar 2023 08:31:29 +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: 3f565ec8-07e6-4464-a473-b2caba373369 X-Archives-Hash: d46aeba2392991beed72703485c6d732 commit: 29bdd5dd97d1f01d8402de27ea781a3915ee4a15 Author: Marek Szuba gentoo org> AuthorDate: Thu Mar 30 08:02:37 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Mar 30 08:31:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bdd5dd net-analyzer/nessus-agent-bin: drop fetch restriction Tenable now offer a downloads API which can be used to retrieve most packages without having to explicitly agree to licensing terms beforehand. On the other hand, said terms talk about the customer being permitted to make *one* copy of the software so let's play it safe and keep the mirror restriction. Signed-off-by: Marek Szuba gentoo.org> net-analyzer/nessus-agent-bin/nessus-agent-bin-10.3.2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.3.2.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.3.2.ebuild index eaffa49c058c..a0810028a03d 100644 --- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.3.2.ebuild +++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.3.2.ebuild @@ -9,13 +9,13 @@ MY_P="NessusAgent-${PV}-es8" DESCRIPTION="A remote security scanner for Linux - agent component" HOMEPAGE="https://www.tenable.com/" -SRC_URI="${MY_P}.x86_64.rpm" +SRC_URI="https://www.tenable.com/downloads/api/v2/pages/${PN/-bin/s}/files/${MY_P}.x86_64.rpm" LICENSE="GPL-2 Nessus-EULA" SLOT="0" KEYWORDS="-* ~amd64" -RESTRICT="mirror fetch strip" +RESTRICT="mirror strip" QA_PREBUILT="opt/nessus_agent/bin/nasl opt/nessus_agent/bin/nessus-mkrand @@ -30,11 +30,6 @@ QA_PREBUILT="opt/nessus_agent/bin/nasl S="${WORKDIR}" -pkg_nofetch() { - einfo "Please download ${A} from ${HOMEPAGE}downloads/nessus-agents" - einfo "The archive should then be placed into your DISTDIR directory." -} - src_install() { # Using doins -r would strip executable bits from all binaries cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"