Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv27674

Added Files:
        nessus-plugins-1.2.3-2.info nessus-plugins-1.2.3-2.patch 
Removed Files:
        nessus-plugins-1.2.3-1.patch nessus-plugins-1.2.3-1.info 
Log Message:
Works now on 10.2 1nd 10.1

--- NEW FILE: nessus-plugins-1.2.3-2.info ---
Package: nessus-plugins
Version: 1.2.3
Revision: 2
###
Depends: libdnet-shlibs, nmap | nmap-nox, lynx | lynx-ssl, nessus-common | 
nessus-common-nox
BuildDepends: libdnet, libnasl, libpoll, libnessus | libnessus-ssl, libnet
###
Source: ftp://ftp.nessus.org/pub/nessus/nessus-%v/src/%n-%v.tar.gz
Source-MD5: 0303341cf3721ff897faa219f021af9c
SourceDirectory: %n
###
Patch: %f.patch
###
ConfigureParams: --with-pic --enable-shared --enable-static --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
###
SetCFLAGS: -no-cpp-precomp
###
DocFiles: COPYING INSTALL
ConfFiles: %p/etc/nessus/queso.conf %p/etc/nessus/accounts.txt
###
Description: Plugins package for Nessus
DescDetail: <<
Nessus is a remote security scanner for Linux, BSD, Solaris, and other
Unices. It is multi-threaded and plug-in-based, has a GTK interface, and
performs over 500 remote security checks. It allows for reports to be
generated in HTML, XML, LaTeX, and ASCII text, and suggests solutions for
security problems.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.nessus.org/

--- NEW FILE: nessus-plugins-1.2.3-2.patch ---
diff -ruN nessus-plugins.orig/plugins/hydra/Makefile.darwin 
nessus-plugins/plugins/hydra/Makefile.darwin
--- nessus-plugins.orig/plugins/hydra/Makefile.darwin   Sat Mar 16 08:53:14 2002
+++ nessus-plugins/plugins/hydra/Makefile.darwin        Thu Apr 18 21:09:37 2002
@@ -4,69 +4,69 @@
 
 all : $(PLUGNAME).nes 
 
-LO_OBJS = d3des.lo hydra4nessus.lo hydra-cisco.lo \
-       hydra-ftp.lo hydra-http.lo hydra-icq.lo \
-       hydra-imap.lo hydra-mod.lo hydra-nntp.lo \
-       hydra-pcnfs.lo hydra-pop3.lo hydra-rexec.lo hydra-smb.lo \
-       hydra-socks5.lo hydra-telnet.lo hydra-vnc.lo hydra.lo
+OBJS = d3des.o hydra4nessus.o hydra-cisco.o \
+       hydra-ftp.o hydra-http.o hydra-icq.o \
+       hydra-imap.o hydra-mod.o hydra-nntp.o \
+       hydra-pcnfs.o hydra-pop3.o hydra-rexec.o hydra-smb.o \
+       hydra-socks5.o hydra-telnet.o hydra-vnc.o hydra.o
 
 
-d3des.lo : d3des.c 
+d3des.o : d3des.c 
        $(CC) -bundle -undefined error $(DEFS) $(include)-c d3des.c
-       
-hydra4nessus.lo : hydra4nessus.c
+
+hydra4nessus.o : hydra4nessus.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra4nessus.c
-       
-hydra.lo : hydra.c
-       $(LIBTOOL) $(CC) $(DEFS) -DNESSUS_PLUGIN $(include) -c hydra.c  
+
+hydra.o : hydra.c
+       $(CC) -bundle -undefined error $(DEFS) -DNESSUS_PLUGIN $(include) -c hydra.c   
+ 
        
-hydra-cisco.lo : hydra-cisco.c
+hydra-cisco.o : hydra-cisco.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-cisco.c
        
-hydra-ftp.lo : hydra-ftp.c
+hydra-ftp.o : hydra-ftp.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-ftp.c
        
-hydra-http.lo : hydra-http.c
+hydra-http.o : hydra-http.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-http.c        
                        
-hydra-icq.lo : hydra-icq.c
+hydra-icq.o : hydra-icq.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-icq.c
        
-hydra-imap.lo : hydra-imap.c
+hydra-imap.o : hydra-imap.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-imap.c
        
-hydra-mod.lo : hydra-mod.c
+hydra-mod.o : hydra-mod.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-mod.c
        
-hydra-nntp.lo : hydra-nntp.c
+hydra-nntp.o : hydra-nntp.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-nntp.c               
         
                                
-hydra-pcnfs.lo : hydra-pcnfs.c
+hydra-pcnfs.o : hydra-pcnfs.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-pcnfs.c
        
-hydra-pop3.lo : hydra-pop3.c
+hydra-pop3.o : hydra-pop3.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-pop3.c        
                                        
-hydra-rexec.lo : hydra-rexec.c
+hydra-rexec.o : hydra-rexec.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-rexec.c       
        
-hydra-smb.lo : hydra-smb.c
+hydra-smb.o : hydra-smb.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-smb.c
        
-hydra-socks5.lo : hydra-socks5.c
+hydra-socks5.o : hydra-socks5.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-socks5.c      
        
-hydra-telnet.lo : hydra-telnet.c
+hydra-telnet.o : hydra-telnet.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-telnet.c      
        
-hydra-vnc.lo : hydra-vnc.c
+hydra-vnc.o : hydra-vnc.c
        $(CC) -bundle -undefined error $(DEFS) $(include)-c hydra-vnc.c 
        
 
 all : $(PLUGNAME).nes
-$(PLUGNAME).nes : $(LO_OBJS)
-       $(CC) -bundle -undefined error -o $(PLUGNAME).nes $(LO_OBJS) $(LIBS)
-       cp accounts.nes $(rootdir)/bin
+$(PLUGNAME).nes : $(OBJS)
+       $(CC) -bundle -undefined error -o $(PLUGNAME).nes $(OBJS) $(LIBS) -ldnet
+       cp $(PLUGNAME).nes $(rootdir)/bin
 clean :
        @rm -fr *.lo *.nes *.la .libs
        @rm -fr *.o
diff -ruN nessus-plugins.orig/configure nessus-plugins/configure
--- nessus-plugins.orig/configure       Tue Jul 30 23:06:26 2002
+++ nessus-plugins/configure   Wed Jul 31 15:53:16 2002
@@ -8590,5 +8590,6 @@
 \"to build Nessus\"
 \"\"" >&2;}
 }
+echo Papering over a zsh bug...
 exit 0

diff -ruN nessus-plugins.orig/plugins/3com_hub/Makefile.darwin 
nessus-plugins/plugins/3com_hub/Makefile.darwin
--- nessus-plugins.orig/plugins/3com_hub/Makefile.darwin     Thu Aug  1 22:52:31 2002
+++ nessus-plugins/plugins/3com_hub/Makefile.darwin     Thu Aug  1 22:59:46 2002
@@ -4,8 +4,8 @@

 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
-       $(CC) -bundle -undefined error $(DEFS) $(include) -c  $(PLUGNAME).c
-       $(CC) -bundle -undefined error -o $(PLUGNAME).nes $(PLUGNAME).o $(LIBS)
+       $(CC) -bundle -undefined error $(DEFS) $(include) `libnet-config --defines 
+--cflags` -c  $(PLUGNAME).c
+       $(CC) -bundle -undefined error -o $(PLUGNAME).nes $(PLUGNAME).o `libnet-config 
+--defines --libs` $(LIBS)
        cp $(PLUGNAME).nes $(rootdir)/bin
 clean :
        @rm -fr *.lo *.nes *.la .libs

--- nessus-plugins-1.2.3-1.patch DELETED ---

--- nessus-plugins-1.2.3-1.info DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to