projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01053ff
)
net-analyzer/nessus-bin: fix download URI
author
Marek Szuba
<marecki@gentoo.org>
Wed, 24 Apr 2019 16:02:11 +0000
(17:02 +0100)
committer
Marek Szuba
<marecki@gentoo.org>
Wed, 24 Apr 2019 16:02:11 +0000
(17:02 +0100)
Tenable services are sensitive to the extra slash, if it is present one
gets a 404 instead of the download page.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
b/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
index c71876cbb623c46673144e7644cbc30212ae3a0b..45aa75d3c45a60c997c46cbc2bfaeba7f6ba2355 100644
(file)
--- a/
net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
+++ b/
net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
@@
-29,7
+29,7
@@
QA_PREBUILT="opt/nessus/bin/nasl
S="${WORKDIR}"
pkg_nofetch() {
- einfo "Please download ${A} from ${HOMEPAGE}
/
downloads/nessus"
+ einfo "Please download ${A} from ${HOMEPAGE}downloads/nessus"
einfo "The archive should then be placed into your DISTDIR directory."
}