diff options
author | adam <adam@pkgsrc.org> | 2004-07-22 14:59:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-07-22 14:59:53 +0000 |
commit | 1383a1ac33a2f459503e9155cd4a7c4c1beefaf7 (patch) | |
tree | df6576c886a430c7cd61403540caa3724fbad15a /security/libnasl | |
parent | 047727a34186d2934e066ee97504d2ed4d6c9071 (diff) | |
download | pkgsrc-1383a1ac33a2f459503e9155cd4a7c4c1beefaf7.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/libnasl')
-rw-r--r-- | security/libnasl/Makefile | 4 | ||||
-rw-r--r-- | security/libnasl/PLIST | 4 | ||||
-rw-r--r-- | security/libnasl/buildlink3.mk | 8 | ||||
-rw-r--r-- | security/libnasl/distinfo | 6 |
4 files changed, 12 insertions, 10 deletions
diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile index 355fd0099f1..789cadec62b 100644 --- a/security/libnasl/Makefile +++ b/security/libnasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/19 16:23:34 adam Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/22 15:00:20 adam Exp $ DISTNAME= libnasl-${VERS} .include "../nessus/Makefile.common" @@ -9,5 +9,5 @@ WRKSRC= ${WRKDIR}/libnasl GNU_CONFIGURE= yes USE_BUILDLINK3= yes -.include "../nessus-libraries/buildlink3.mk" +.include "../../security/nessus-libraries/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/libnasl/PLIST b/security/libnasl/PLIST index 4435583dc0b..14a406e4d2a 100644 --- a/security/libnasl/PLIST +++ b/security/libnasl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/07/20 11:48:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/07/22 15:00:20 adam Exp $ bin/nasl bin/nasl-config include/nessus/nasl.h @@ -6,6 +6,6 @@ lib/libnasl.a lib/libnasl.la lib/libnasl.so lib/libnasl.so.2 -lib/libnasl.so.2.11 +lib/libnasl.so.2.12 man/man1/nasl-config.1 man/man1/nasl.1 diff --git a/security/libnasl/buildlink3.mk b/security/libnasl/buildlink3.mk index f1ce3d8fd2b..9c920538c0b 100644 --- a/security/libnasl/buildlink3.mk +++ b/security/libnasl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/05/03 05:52:55 snj Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/07/22 15:00:20 adam Exp $ # XXX BUILDLINK_DEPMETHOD.libnasl?= build BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ @@ -12,9 +12,11 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibnasl} BUILDLINK_PACKAGES+= libnasl .if !empty(LIBNASL_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libnasl+= libnasl>=2.0.9 -BUILDLINK_RECOMMENDED.libnasl?= libnasl>=2.0.9nb1 +BUILDLINK_DEPENDS.libnasl+= libnasl>=2.0.12 +BUILDLINK_RECOMMENDED.libnasl?= libnasl>=2.0.12 BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl .endif # LIBNASL_BUILDLINK3_MK +.include "../../security/nessus-libraries/buildlink3.mk" + BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/security/libnasl/distinfo b/security/libnasl/distinfo index fd6b3f01744..7950ea54b4d 100644 --- a/security/libnasl/distinfo +++ b/security/libnasl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2004/07/20 11:48:10 adam Exp $ +$NetBSD: distinfo,v 1.14 2004/07/22 15:00:20 adam Exp $ -SHA1 (libnasl-2.0.11.tar.gz) = db4934626c26ec4fe9682feb2c854e5cd0046fd8 -Size (libnasl-2.0.11.tar.gz) = 343145 bytes +SHA1 (libnasl-2.0.12.tar.gz) = 7c06f1d19d244dbf4d3cf3c24bcb97f19ce6a5d8 +Size (libnasl-2.0.12.tar.gz) = 343144 bytes SHA1 (patch-aa) = dd13fb7ddaf21f313e392e76138bbb66c7bdfbcb |