pkgsrc/security/nessus-libraries/buildlink2.mk
frueauf 7a24737d03 Update nessus{-core,-libraries,-plugins} and libnasl to 1.2.7.
Based on pr pkg/19438 by Adrian Portelli.

Changes since 1.2.6:

. changes by Renaud Deraison (deraison@cvs.nessus.org)
- The 'cancel' button of several file selection dialogs is now working
- Optimized several plugins :
	- Web-related checks now use http_recv() instead of recv()
	- open_priv_sock_tcp() has a lower timeout
	- RPC related checks now use get_rpc_port(), a function equivalent
	  to libc's getrpcport() but with a much smaller timeout
	- Decreased the default value of checks_read_timeout from 15 to 5
- Fixed a bug in the plugin selection GUI which would not refresh
  the list of plugins of a given family properly (bug#3)
- Fixed memory leaks in NASL
- Fixed a bug in nessusd which would make it leak memory when receiving a SIGHUP
  (bug#10)
- Fixed a compatibility problem with Nmap 3.10ALPHA (bug#11)
- Nessus now accepts nmap's U: and T: notation for the port range (bug#5)

. changes by Erik Anderson (eanders@pobox.com)
- Added CVE and BID links, added urls and removed dead links from the plugins

. changes by Michel Scheidell (scheidell@secnap.net)
- Improved several SMB-related checks

. changes by Rodolfo Baader (rbaader@activesec.biz)
- Quotes and apostrophes are properly escaped in the XML output report
2002-12-19 18:30:12 +00:00

31 lines
1.2 KiB
Makefile

# $NetBSD: buildlink2.mk,v 1.2 2002/12/19 18:30:14 frueauf Exp $
#
.if !defined(NESSUS_LIBRARIES_BUILDLINK2_MK)
NESSUS_LIBRARIES_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= nessus-libraries
BUILDLINK_DEPENDS.nessus-libraries?= nessus-libraries>=1.2.7
BUILDLINK_PKGSRCDIR.nessus-libraries?= ../../security/nessus-libraries
EVAL_PREFIX+= BUILDLINK_PREFIX.nessus-libraries=nessus-libraries
BUILDLINK_PREFIX.nessus-libraries_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.nessus-libraries+= include/nessus/getopt.h
BUILDLINK_FILES.nessus-libraries+= include/nessus/harglists.h
BUILDLINK_FILES.nessus-libraries+= include/nessus/libnessus.h
BUILDLINK_FILES.nessus-libraries+= include/nessus/libvers.h
BUILDLINK_FILES.nessus-libraries+= include/nessus/net/bpf.h
BUILDLINK_FILES.nessus-libraries+= include/nessus/pcap-namedb.h
BUILDLINK_FILES.nessus-libraries+= include/nessus/pcap.h
BUILDLINK_FILES.nessus-libraries+= lib/libhosts_gatherer.*
BUILDLINK_FILES.nessus-libraries+= lib/libnessus.*
BUILDLINK_FILES.nessus-libraries+= lib/libpcap-nessus.*
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
BUILDLINK_TARGETS+= nessus-libraries-buildlink
nessus-libraries-buildlink: _BUILDLINK_USE
.endif # NESSUS_LIBRARIES_BUILDLINK2_MK