aboutsummaryrefslogtreecommitdiffstats
path: root/security/nessus-devel
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-02-01 06:18:40 +0800
committerobraun <obraun@FreeBSD.org>2003-02-01 06:18:40 +0800
commitf9367cfa4163f1a2321957375940842724f71237 (patch)
tree3ec7a5f72274d3a398825284379e4e008e8a20d1 /security/nessus-devel
parent50bc60151cc72fc9439fdd5bdc907a8b060bf850 (diff)
downloadfreebsd-ports-gnome-f9367cfa4163f1a2321957375940842724f71237.tar.gz
freebsd-ports-gnome-f9367cfa4163f1a2321957375940842724f71237.tar.zst
freebsd-ports-gnome-f9367cfa4163f1a2321957375940842724f71237.zip
* Upgrade to 1.3.3.
* Update the pkg-descr as requested by the nessus developer. PR: ports/47709 Submitted by: maintainer
Diffstat (limited to 'security/nessus-devel')
-rw-r--r--security/nessus-devel/Makefile2
-rw-r--r--security/nessus-devel/distinfo2
-rw-r--r--security/nessus-devel/pkg-descr22
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!