summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authoradam <adam>2004-07-22 14:59:53 +0000
committeradam <adam>2004-07-22 14:59:53 +0000
commit473f90c7e5ad5e27a060571dd15db37df734b3ce (patch)
treedf6576c886a430c7cd61403540caa3724fbad15a /security/nessus
parent67bb68568b573934f12314e65005dda285fe9cd5 (diff)
downloadpkgsrc-473f90c7e5ad5e27a060571dd15db37df734b3ce.tar.gz
Changes 2.0.12:
* Fixed a bug in ./configure which would sometimes assume that GTK is not installed whereas it actually is * Fixed a race condition in nessus-adduser for users who do not configure their TMPDIR variable (thanks to Cyrille Barthelemy) * Fixed a bug in nessus-update-plugins which would not update the plugins properly on all systems (thanks to Keith Butler) * Fixed the installer to compile Nessus with GTK support if gtk-config OR pkg-config is installed.
Diffstat (limited to 'security/nessus')
-rw-r--r--security/nessus/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common
index 87a72674c1e..ff59c59917f 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2004/07/20 11:51:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2004/07/22 15:01:45 adam Exp $
#
# Common Makefile for:
# * nessus-core
@@ -6,7 +6,7 @@
# * nessus-plugins
# * libnasl
-VERS= 2.0.11
+VERS= 2.0.12
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \