diff options
author | adam <adam> | 2004-07-22 14:59:53 +0000 |
---|---|---|
committer | adam <adam> | 2004-07-22 14:59:53 +0000 |
commit | 57f52a6405d036b711822bc15272d6d19a680650 (patch) | |
tree | df6576c886a430c7cd61403540caa3724fbad15a /security/nessus | |
parent | d0f1f91f13c4a6eece6cafc5988f2ddc2b295196 (diff) | |
download | pkgsrc-57f52a6405d036b711822bc15272d6d19a680650.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.common | 4 |
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/ \ |