public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/
Date: Tue, 19 Dec 2017 12:37:53 +0000 (UTC)	[thread overview]
Message-ID: <1513687067.b83867dcc3bb7a2e1820b50cb2578c6fc5da6a79.marecki@gentoo> (raw)

commit:     b83867dcc3bb7a2e1820b50cb2578c6fc5da6a79
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 12:36:52 2017 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 12:37:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83867dc

net-analyzer/nessus-agent-bin: remove 6.10.9, update file hash for 6.11.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-analyzer/nessus-agent-bin/Manifest             |  3 +-
 .../nessus-agent-bin-6.10.9.ebuild                 | 64 ----------------------
 2 files changed, 1 insertion(+), 66 deletions(-)

diff --git a/net-analyzer/nessus-agent-bin/Manifest b/net-analyzer/nessus-agent-bin/Manifest
index d9665908ada..48e5d2842a9 100644
--- a/net-analyzer/nessus-agent-bin/Manifest
+++ b/net-analyzer/nessus-agent-bin/Manifest
@@ -1,2 +1 @@
-DIST NessusAgent-6.10.9-es7.x86_64.rpm 15578800 SHA256 687b2dd40aef6f0cd27613ee05408aec7d9755bb2eed18d243dbb46ce9357f05 SHA512 f84beee03f872a8c5aae4e5d0b63d02b6de5f9786950cf083bc0c9d266f8f5390d6e738c6cdc041c5f927f0644ab382bb4e715445a383a48b3889e89f2b2ef54 WHIRLPOOL 79529bbadfc8ae7abbda7824d660f282bc4a2515c5e9ff1896ead3ddeb8e432b9a4029e46829986f84e4da0aa64a3fc7d9c5f298b41e33aec144c2bbe708e3b9
-DIST NessusAgent-6.11.2-es7.x86_64.rpm 15539504 SHA256 ed1fe1abfd5790efd1c396ca05fe238cadc937aecf0ada02c6c7b48a43281dbe SHA512 4ce8c8bf1ca8137712a796ddf5a39f139287789a6b966241b0f5831ee69bccdff5519c8fb821a043d00c5014f456a0f941e0d2de278383a49ddd73a0f6c18a2a WHIRLPOOL a6d9bc583af44a503d838991454f6614e3908220eb2aa8a7a371f3ee97fd57543f71b6a29c69f77a353fa30ce73b07e44310fb630bce40004dd20de16cbd9230
+DIST NessusAgent-6.11.2-es7.x86_64.rpm 15539504 BLAKE2B 1e03c2716200d88d600d2085adcbad6038a9b1aff1d4c80c291ba2609102fa34af43fabdceece545de9496f515252fcefd3ff6c8e13511635c7a6aa25bb146a3 SHA512 4ce8c8bf1ca8137712a796ddf5a39f139287789a6b966241b0f5831ee69bccdff5519c8fb821a043d00c5014f456a0f941e0d2de278383a49ddd73a0f6c18a2a

diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.10.9.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.10.9.ebuild
deleted file mode 100644
index f7e50ca245a..00000000000
--- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.10.9.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rpm pax-utils systemd
-
-MY_P="NessusAgent-${PV}-es7"
-
-DESCRIPTION="A remote security scanner for Linux - agent component"
-HOMEPAGE="https://www.tenable.com/"
-SRC_URI="${MY_P}.x86_64.rpm"
-
-LICENSE="GPL-2 Nessus-EULA"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="mirror fetch strip"
-
-QA_PREBUILT="opt/nessus_agent/bin/nasl
-	opt/nessus_agent/bin/nessus-mkrand
-	opt/nessus_agent/lib/nessus/libjemalloc.so.${PV}
-	opt/nessus_agent/lib/nessus/libnessus-glibc-fix.so
-	opt/nessus_agent/lib/nessus/plugins/ovaldi64-rhel7.inc
-	opt/nessus_agent/sbin/nessus-check-signature
-	opt/nessus_agent/sbin/nessus-service
-	opt/nessus_agent/sbin/nessuscli
-	opt/nessus_agent/sbin/nessusd"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-	einfo "Please download ${A} from ${HOMEPAGE}/agent-download"
-	einfo "The archive should then be placed into ${DISTDIR}."
-}
-
-src_install() {
-	# Using doins -r would strip executable bits from all binaries
-	cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
-
-	pax-mark m "${D}"/opt/nessus_agent/sbin/nessusd
-
-	# Make sure these originally empty directories do not vanish,
-	# Nessus will not run properly without them
-	keepdir /opt/nessus_agent/com/nessus/CA
-	keepdir /opt/nessus_agent/etc/nessus
-	keepdir /opt/nessus_agent/var/nessus/logs
-	keepdir /opt/nessus_agent/var/nessus/tmp
-	keepdir /opt/nessus_agent/var/nessus/users
-
-	newinitd "${FILESDIR}"/nessusagent.initd nessusagent
-	systemd_dounit usr/lib/systemd/system/nessusagent.service
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		elog "In order to link the agent to Tenable.io or an instance of Nessus Manager,"
-		elog "obtain an appropriate linking key and run"
-		elog ""
-		elog "  /opt/nessus_agent/sbin/nessuscli agent link --key=<key> --host=<host> --port=<port> [optional parameters]"
-		elog ""
-		elog "This can be done before the agent is started."
-	fi
-}


             reply	other threads:[~2017-12-19 12:37 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-19 12:37 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12 15:23 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/ Marek Szuba
2024-04-07  1:06 Marek Szuba
2024-02-18 10:47 Marek Szuba
2023-12-24 11:45 Marek Szuba
2023-11-21 10:05 Marek Szuba
2023-08-21 12:28 Marek Szuba
2023-07-10 23:04 Marek Szuba
2023-06-07 13:06 Marek Szuba
2023-04-14  8:09 Marek Szuba
2023-04-14  4:04 Sam James
2023-04-03  6:33 Marek Szuba
2023-03-30  8:49 Marek Szuba
2023-03-30  8:31 Marek Szuba
2023-03-30  8:31 Marek Szuba
2023-03-30  8:31 Marek Szuba
2023-03-13 12:02 Marek Szuba
2023-01-20  9:37 Marek Szuba
2022-11-20 22:17 Marek Szuba
2022-09-13 19:45 Rick Farina
2022-06-16 21:45 Marek Szuba
2022-04-01  8:18 Marek Szuba
2022-03-23 23:18 Marek Szuba
2022-02-03  6:56 Marek Szuba
2021-12-17 23:25 Marek Szuba
2021-11-18 21:45 Mike Gilbert
2021-09-27 14:53 Marek Szuba
2021-09-10 20:51 Marek Szuba
2021-07-21 19:45 Marek Szuba
2021-06-24 11:25 Marek Szuba
2021-04-14 16:21 Marek Szuba
2021-03-23  9:19 Marek Szuba
2020-12-09 10:02 Marek Szuba
2020-09-10 11:28 Marek Szuba
2020-08-28 12:42 Marek Szuba
2020-08-23 22:20 Marek Szuba
2020-07-21 19:42 Marek Szuba
2020-06-19 18:20 Marek Szuba
2020-03-09 15:45 Marek Szuba
2020-03-09 15:45 Marek Szuba
2019-12-19 15:18 Marek Szuba
2019-10-08 14:57 Marek Szuba
2019-08-19  9:14 Marek Szuba
2019-08-09 15:38 Marek Szuba
2019-08-09 15:38 Marek Szuba
2019-06-11 14:58 Marek Szuba
2019-04-24 16:13 Marek Szuba
2019-04-24 16:12 Marek Szuba
2019-04-24 15:01 Rick Farina
2019-02-05 19:51 Ben Kohler
2018-11-22 10:25 Marek Szuba
2018-11-22 10:25 Marek Szuba
2018-09-10 11:59 Marek Szuba
2017-12-19 12:37 Marek Szuba
2017-11-06 11:54 Marek Szuba
2017-11-06 11:54 Marek Szuba
2017-08-01  9:53 Marek Szuba
2017-06-12  9:59 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1513687067.b83867dcc3bb7a2e1820b50cb2578c6fc5da6a79.marecki@gentoo \
    --to=marecki@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox