8e6711157f
This closes PR pkg/23159 by Adrian Portelli. Changes since 2.0.7: o The bpf sharing system now works fine on BSD systems, so Nessus now only requires one /dev/bpf to work correctly, no matter how many hosts are being tested o A bug in tcp_ping() would make some probes have a source port set to 0 o Minor bug fixes o Added functions in libnasl (join_multicast_group(), unixtime(), and more...) o All SSL operations now use non-blocking sockets instead of the alarm() trick to handle timeouts o Minimize the number of pixmaps that need to be created in the Nessus client by re-using them Review the Changelog file to see a complete list of changes.
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# $NetBSD: buildlink2.mk,v 1.7 2003/11/08 07:40:17 xtraeme Exp $
|
|
#
|
|
|
|
.if !defined(NESSUS_CORE_BUILDLINK2_MK)
|
|
NESSUS_CORE_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= nessus-core
|
|
BUILDLINK_DEPENDS.nessus-core?= nessus-core>=2.0.9
|
|
BUILDLINK_PKGSRCDIR.nessus-core?= ../../security/nessus-core
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.nessus-core=nessus-core
|
|
BUILDLINK_PREFIX.nessus-core_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/config.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/includes.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/nessus-devel.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/nessusicmp.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/nessusip.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/nessusraw.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/nessustcp.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/nessusudp.h
|
|
BUILDLINK_FILES.nessus-core+= include/nessus/ntcompat.h
|
|
|
|
.include "../../security/libnasl/buildlink2.mk"
|
|
.include "../../security/nessus-libraries/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= nessus-core-buildlink
|
|
|
|
nessus-core-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # NESSUS_CORE_BUILDLINK2_MK
|