Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv9021
Added Files:
nessus-1.2.3-2.info nessus-common-1.2.3-3.info
nessus-common-1.2.3-3.patch nessus-common-nox-1.2.3-3.info
nessus-common-nox-1.2.3-3.patch nessus-plugins-1.2.3-3.info
nessus-plugins-1.2.3-3.patch
Log Message:
ready for 10.2; some revision bumps for versioned dependencies
--- NEW FILE: nessus-1.2.3-2.info ---
Package: nessus
Version: 1.2.3
Revision: 2
###
Depends: nessus-common | nessus-common-nox, nessus-plugins (>= 1.2.3-3)
BuildDepends: libnasl, libnessus | libnessus-ssl
Conflicts: nessus-libraries, nessus-core, nessus-core-nox
###
Type: bundle
###
Description: Open-sourced and easy-to-use security auditing tool
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.
<<
###
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.nessus.org/
--- NEW FILE: nessus-common-1.2.3-3.info ---
Package: nessus-common
Version: 1.2.3
Revision: 3
###
Depends: daemonic, dlcompat, libpoll-shlibs, x11, gtk+-shlibs, glib-shlibs,
libnasl-shlibs, libnessus-shlibs | libnessus-ssl-shlibs
BuildDepends: libpoll, gtk+, glib, libnasl, libnessus | libnessus-ssl
Suggests: nessus-plugins
Replaces: nessus-common-nox, nessus-core, nessus-core-nox
Conflicts: nessus-common-nox, nessus-core, nessus-core-nox
###
Source: ftp://ftp.nessus.org/pub/nessus/nessus-%v/src/nessus-core-%v.tar.gz
Source-MD5: fa1187cc27b8d116f6a2fa575e5dda29
SourceDirectory: nessus-core
###
Patch: %f.patch
###
ConfigureParams: --with-x --mandir=%i/share/man --infodir=%p/share/info
--libexecdir=%p/lib
InstallScript: <<
make install prefix=%i
mv %i/include/nessus/includes.h %i/include/nessus/includes-core.h
<<
###
DocFiles: CHANGES INSTALL README* TODO UPGRADE* VERSION
###
PostInstScript: <<
update-alternatives --install %p/include/nessus/includes.h includes.h
%p/include/nessus/includes-core.h 60
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove includes.h %p/include/nessus/includes-core.h
fi
<<
###
DaemonicName: nessusd
DaemonicFile: <<
<service>
<description>Nessus Remote Security Scanner</description>
<message>Nessus Remote Security Scanner</message>
<daemon name="nessusd">
<executable background="yes">%p/sbin/nessusd</executable>
<!-- the daemon will background itself, but may take a while
to start up to the point where it does so -->
<pidfile>%p/var/nessus/nessus.pid</pidfile>
</daemon>
</service>
<<
###
Description: Core 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-common-1.2.3-3.patch ---
diff -ruN nessus-core.orig/nessus-adduser.in nessus-core/nessus-adduser.in
--- nessus-core.orig/nessus-adduser.in 2002-05-29 03:17:54.000000000 -0600
+++ nessus-core/nessus-adduser.in 2002-08-13 16:28:18.000000000 -0600
@@ -274,17 +274,17 @@
if [ "$auth" = "pass" ]; then
- if [ "$MD5CMD" ]; then
- test -c /dev/urandom &&
- {
- URANDOM=`dd if=/dev/urandom bs=16 count=16 2>/dev/null|$MD5CMD`
- }
- SEED=`(echo $SEED; date; df; ls -l; echo $URANDOM) | $MD5CMD | awk '{print
$1}'`
- H=`echo $Xn $SEED$password$Xc | $MD5CMD | awk '{print $1}'`
- echo $H $SEED > "$localstatedir/nessus/users/$login/auth/hash"
- else
+# if [ "$MD5CMD" ]; then
+# test -c /dev/urandom &&
+# {
+# URANDOM=`dd if=/dev/urandom bs=16 count=16 2>/dev/null|$MD5CMD`
+# }
+# SEED=`(echo $SEED; date; df; ls -l; echo $URANDOM) | $MD5CMD | awk '{print
+$1}'`
+# H=`echo $Xn $SEED$password$Xc | $MD5CMD | awk '{print $1}'`
+# echo $H $SEED > "$localstatedir/nessus/users/$login/auth/hash"
+# else
echo "$password" > "$localstatedir/nessus/users/$login/auth/password"
- fi
+# fi
elif [ "$auth" = "cert" ]; then
echo "$dn" > "$localstatedir/nessus/users/$login/auth/dname"
fi
--- NEW FILE: nessus-common-nox-1.2.3-3.info ---
Package: nessus-common-nox
Version: 1.2.3
Revision: 3
###
Depends: daemonic, dlcompat, libpoll-shlibs, libnasl-shlibs, libnessus-shlibs |
libnessus-ssl-shlibs
BuildDepends: libpoll, libnasl, libnessus | libnessus-ssl
Suggests: nessus-plugins
Replaces: nessus-common, nessus-core, nessus-core-nox
Conflicts: nessus-common, nessus-core, nessus-core-nox
###
Source: ftp://ftp.nessus.org/pub/nessus/nessus-%v/src/nessus-core-%v.tar.gz
Source-MD5: fa1187cc27b8d116f6a2fa575e5dda29
SourceDirectory: nessus-core
###
Patch: %f.patch
###
ConfigureParams: --without-x --mandir=%i/share/man --infodir=%p/share/info
--libexecdir=%p/lib
InstallScript: <<
make install prefix=%i
mv %i/include/nessus/includes.h %i/include/nessus/includes-core.h
<<
###
DocFiles: CHANGES INSTALL README* TODO UPGRADE* VERSION
###
PostInstScript: <<
update-alternatives --install %p/include/nessus/includes.h includes.h
%p/include/nessus/includes-core.h 60
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove includes.h %p/include/nessus/includes-core.h
fi
<<
###
DaemonicName: nessusd
DaemonicFile: <<
<service>
<description>Nessus Remote Security Scanner</description>
<message>Nessus Remote Security Scanner</message>
<daemon name="nessusd">
<executable background="yes">%p/sbin/nessusd</executable>
<!-- the daemon will background itself, but may take a while
to start up to the point where it does so -->
<pidfile>%p/var/nessus/nessus.pid</pidfile>
</daemon>
</service>
<<
###
Description: Core package for Nessus (No X11)
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-common-nox-1.2.3-3.patch ---
diff -ruN nessus-core.orig/nessus-adduser.in nessus-core/nessus-adduser.in
--- nessus-core.orig/nessus-adduser.in 2002-05-29 03:17:54.000000000 -0600
+++ nessus-core/nessus-adduser.in 2002-08-13 16:28:18.000000000 -0600
@@ -274,17 +274,17 @@
if [ "$auth" = "pass" ]; then
- if [ "$MD5CMD" ]; then
- test -c /dev/urandom &&
- {
- URANDOM=`dd if=/dev/urandom bs=16 count=16 2>/dev/null|$MD5CMD`
- }
- SEED=`(echo $SEED; date; df; ls -l; echo $URANDOM) | $MD5CMD | awk '{print
$1}'`
- H=`echo $Xn $SEED$password$Xc | $MD5CMD | awk '{print $1}'`
- echo $H $SEED > "$localstatedir/nessus/users/$login/auth/hash"
- else
+# if [ "$MD5CMD" ]; then
+# test -c /dev/urandom &&
+# {
+# URANDOM=`dd if=/dev/urandom bs=16 count=16 2>/dev/null|$MD5CMD`
+# }
+# SEED=`(echo $SEED; date; df; ls -l; echo $URANDOM) | $MD5CMD | awk '{print
+$1}'`
+# H=`echo $Xn $SEED$password$Xc | $MD5CMD | awk '{print $1}'`
+# echo $H $SEED > "$localstatedir/nessus/users/$login/auth/hash"
+# else
echo "$password" > "$localstatedir/nessus/users/$login/auth/password"
- fi
+# fi
elif [ "$auth" = "cert" ]; then
echo "$dn" > "$localstatedir/nessus/users/$login/auth/dname"
fi
--- NEW FILE: nessus-plugins-1.2.3-3.info ---
Package: nessus-plugins
Version: 1.2.3
Revision: 3
###
Depends: libdnet-shlibs, nmap | nmap-nox, lynx (>= 2.8.4-2) | lynx-ssl (>= 2.8.4-2),
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-3.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
-------------------------------------------------------
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