diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-07-30 11:14:32 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-07-30 11:14:32 +0000 |
commit | 396269725e9edd8f713d6cd77fbdd11d133a31d7 (patch) | |
tree | 0de9b5ed56f320346ecee9dea2ebb014a3889bd2 /security/nessus-libraries/patches | |
parent | 09ac15a24d4eb4dc25bbb45e0c7dc09a36ad1403 (diff) | |
download | pkgsrc-396269725e9edd8f713d6cd77fbdd11d133a31d7.tar.gz |
Initial import of nessus-libraries 1.0.3, the Libs required by the Nessus
Network security scanner. Based on work Hubert Feyrer did on some former
version.
Diffstat (limited to 'security/nessus-libraries/patches')
-rw-r--r-- | security/nessus-libraries/patches/patch-aa | 12 | ||||
-rw-r--r-- | security/nessus-libraries/patches/patch-ab | 13 | ||||
-rw-r--r-- | security/nessus-libraries/patches/patch-ac | 14 |
3 files changed, 39 insertions, 0 deletions
diff --git a/security/nessus-libraries/patches/patch-aa b/security/nessus-libraries/patches/patch-aa new file mode 100644 index 00000000000..10fa75e1902 --- /dev/null +++ b/security/nessus-libraries/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/07/30 11:14:32 frueauf Exp $ + +--- libpeks/us_export_wizard.c.orig Sat Jul 22 01:22:08 2000 ++++ libpeks/us_export_wizard.c Fri Jul 21 20:10:36 2000 +@@ -25,6 +25,7 @@ + + #include "common-stuff.h" + ++#include <stdlib.h> + #ifndef HAVE_RAND + #define rand() random () + #define srand() srandom () diff --git a/security/nessus-libraries/patches/patch-ab b/security/nessus-libraries/patches/patch-ab new file mode 100644 index 00000000000..34b2d7acd94 --- /dev/null +++ b/security/nessus-libraries/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/07/30 11:14:32 frueauf Exp $ + +--- libpeks/gmp3/mpn/Makefile.in-orig Mon Jun 12 13:32:24 2000 ++++ libpeks/gmp3/mpn/Makefile.in Sat Jul 22 22:17:09 2000 +@@ -139,7 +139,7 @@ + + # COMPILE minus CC. FIXME: Really pass *_CFLAGS to CPP? + COMPILE_FLAGS = \ +- $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++ $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) + + + SUFFIXES = .s .S .asm diff --git a/security/nessus-libraries/patches/patch-ac b/security/nessus-libraries/patches/patch-ac new file mode 100644 index 00000000000..717d7e6e267 --- /dev/null +++ b/security/nessus-libraries/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/07/30 11:14:32 frueauf Exp $ + +--- Makefile-orig Thu Mar 23 20:59:20 2000 ++++ Makefile Sat Jul 29 17:49:26 2000 +@@ -48,7 +48,8 @@ + ### soft migration to no public includes.h file -- jordan + # rm -f ${includedir}/nessus/includes.h + # not soft enough :-( -- jochen +- $(INSTALL) -m 0444 include/includes.h ${includedir}/nessus ++# Use the includes.h from nessus-core: ++# $(INSTALL) -m 0444 include/includes.h ${includedir}/nessus + $(INSTALL) -m 0444 include/libnessus.h ${includedir}/nessus + $(INSTALL) -m 0444 include/harglists.h ${includedir}/nessus + $(INSTALL) -m 0444 include/libvers.h ${includedir}/nessus |