diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-31 22:18:40 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-31 22:18:40 +0000 |
commit | a92d5ca579eb3f830bf7ab11c57bf84355104700 (patch) | |
tree | efe613615913315d77d2901a24c41b63a9ee7101 /security/nessus-devel | |
parent | 25ca1f1fc9ffe7c435dbf143b421552d786a74ca (diff) | |
download | ports-a92d5ca579eb3f830bf7ab11c57bf84355104700.tar.gz ports-a92d5ca579eb3f830bf7ab11c57bf84355104700.zip |
* Upgrade to 1.3.3.
* Update the pkg-descr as requested by the nessus developer.
PR: ports/47709
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=74386
Diffstat (limited to 'security/nessus-devel')
-rw-r--r-- | security/nessus-devel/Makefile | 2 | ||||
-rw-r--r-- | security/nessus-devel/distinfo | 2 | ||||
-rw-r--r-- | security/nessus-devel/pkg-descr | 22 |
3 files changed, 13 insertions, 13 deletions
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile index ef7229b712de..c45bfedd6a43 100644 --- a/security/nessus-devel/Makefile +++ b/security/nessus-devel/Makefile @@ -4,7 +4,7 @@ # PORTNAME= nessus-devel -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/unstable/nessus-${PORTVERSION}/src/ \ diff --git a/security/nessus-devel/distinfo b/security/nessus-devel/distinfo index 2441f52d423e..b60a806b4a04 100644 --- a/security/nessus-devel/distinfo +++ b/security/nessus-devel/distinfo @@ -1 +1 @@ -MD5 (nessus/nessus-core-1.3.2.tar.gz) = 245380701b496f4fc993d7cce4618d9f +MD5 (nessus/nessus-core-1.3.3.tar.gz) = f2458c00485c4b626fb6a5b4fb9a0917 diff --git a/security/nessus-devel/pkg-descr b/security/nessus-devel/pkg-descr index 50ac65a809d9..f6ca1de77414 100644 --- a/security/nessus-devel/pkg-descr +++ b/security/nessus-devel/pkg-descr @@ -1,16 +1,16 @@ -The 'Nessus' Project was started in early 1998, and first released in -April 1998. At this time, the most complete free security scanner was -SATAN, which is clearly outdated, and you could see the emergence of -several commercial ones, that were clearly too expensive. +Nessus is a security scanner that crawls across a network, looking +for well-known vulnerabilities and common misconfiguration. -The Nessus Security Scanner is not only another security auditing tool. It -is a security auditing as I think it should be - never trust the version -number, never trust that a given service is listenning on the good port -(do all the web servers on earth listen on port 80 ?). +It has a unique set of features, including automatic SSL discovery, +services recognition (so it will catch, for instance, a FTP server +running on a port different than 21) and its own scripting language. -The Nessus Security Scanner is free, open-sourced and wants to be easy to -use. +The Nessus Security Scanner is released under the GNU General Public +Licence and aims to be easy to use while extremely powerful. WWW: http://www.nessus.org/ -PS: To install the lot in one operation, do nessus-plugins first. +PS: To install the lot in one operation, do nessus-plugins-devel first. + +The -devel branch is Nessus 1.3.x. Its aim is to make the code much more +robust and much faster than in Nessus 1.2.x. Use with care! |