summaryrefslogtreecommitdiff
path: root/net-analyzer/nessus-bin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /net-analyzer/nessus-bin
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'net-analyzer/nessus-bin')
-rw-r--r--net-analyzer/nessus-bin/Manifest2
-rw-r--r--net-analyzer/nessus-bin/nessus-bin-8.11.1-r1.ebuild (renamed from net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild)9
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/nessus-bin/Manifest b/net-analyzer/nessus-bin/Manifest
index 4e6ec4cfed88..9a4ac8af9a15 100644
--- a/net-analyzer/nessus-bin/Manifest
+++ b/net-analyzer/nessus-bin/Manifest
@@ -1,4 +1,4 @@
AUX nessusd-initd 582 BLAKE2B 67c5e73262512c590b5b4fc0668297a504677aa3d771fdeee2809c921d988faef19cbf10a7fb26d52114e1a67d33ef197e32c561cd5b2003c8abbde2dfe5cb4f SHA512 f825fad89564303aeff423f3c32a1544ee4b063ef57702cd54220aebed8e01e7b178ff5bd10b48b654ebdee78657a9bc41caf779a23968d008916fd51e88b2f4
DIST Nessus-8.11.1-es8.x86_64.rpm 38880588 BLAKE2B 36a611cb545caaf242a9fd7a5c6d305856281d78ed6a0c52bf2624f78163e47eb1e11467dd413e103446ed5b76aa101e45bef82fb9e2526ed06465b7615b9b45 SHA512 838aa45373b2c03616e89b2a0caf5f6a65fe552a067906e05a6e2ff60dafcb08c6f2d9bc5cd17fe88fc46de465d963d218cf28698c93ad14da43a5ea75f789bf
-EBUILD nessus-bin-8.11.1.ebuild 1634 BLAKE2B 0a93f3969a1f8aa126ca6b86601208192e8a3d91ec961c0301a0ba46aebd31a81b5c001b8aa295da02071e1804ca2d64abcbb8bf119af8b1e984b5f97779c7fa SHA512 65bf37c474c602e86f793110eead17f238f051380e36ee4c47b62a5f20e4a50d4b3f83caf46556c81484e47fe6120d20e2909aad219b7dcf7a38b761b6b047a8
+EBUILD nessus-bin-8.11.1-r1.ebuild 1986 BLAKE2B 382d860d6249b1f637dff9ae84b899d38bacd165cd63edf4e5b667f1a46b8c23ad2baaf642a48d3616c0328d5eaddea2c0e56b2aa904aba958af7cdf7973458c SHA512 010f19e6f5d169bba67e03a157c4f4c5b2b634e086820cf61c2601c3689f9fc8a8f9c71700efc2d33cede6590d5244e62f229a67cda4c354a685f1be24ee3f5f
MISC metadata.xml 345 BLAKE2B 05fdd17a4decd9a096175a59991a6df8260591c09193fef114895d7d29e0f08210aacd4517678410813d06a27b1032889c529e2966427c5a9ad454f9534d25f5 SHA512 3535519b1c621f6df120e6aa39f9a11ec132b68499a029915650218c16e9ca1a07cb30409ace95b2aa0204194a61c7b4743051e1f4ffc94cb5ba3372cac72e8c
diff --git a/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild b/net-analyzer/nessus-bin/nessus-bin-8.11.1-r1.ebuild
index 08acd1d65258..1e569f0e0f10 100644
--- a/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-8.11.1-r1.ebuild
@@ -50,11 +50,16 @@ src_install() {
}
pkg_postinst() {
+ # Actually update Nessus core components. According to upstream packages,
+ # harmless to invoke on fresh installations too - and it may make life easier
+ # for people who had restored Nessus state from backups, had it lying around
+ # from older installations and so on.
+ "${EROOT}"/opt/nessus/sbin/nessuscli install "${EROOT}"/opt/nessus/var/nessus/plugins-core.tar.gz
+
if [[ -z "${REPLACING_VERSIONS}" ]]; then
elog "To get started launch the nessusd-bin service, then point your Web browser to"
elog " https://<yourhost>:8834/"
else
- elog "You may want to restart the nessusd-bin service to use"
- elog "the new version of Nessus."
+ elog "Please restart the nessusd-bin service to use the new version of Nessus"
fi
}