OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Dec-2004 11:18:09
Branch: HEAD Handle: 2004122810180900
Modified files:
openpkg-src/nessus-tool nessus-tool.patch nessus-tool.spec
Log:
upgrading package: nessus-libs 2.2.2a -> 2.3.0
Summary:
Revision Changes Path
1.3 +12 -16 openpkg-src/nessus-tool/nessus-tool.patch
1.28 +4 -5 openpkg-src/nessus-tool/nessus-tool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nessus-tool/nessus-tool.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 nessus-tool.patch
--- openpkg-src/nessus-tool/nessus-tool.patch 6 Oct 2003 18:10:42 -0000
1.2
+++ openpkg-src/nessus-tool/nessus-tool.patch 28 Dec 2004 10:18:09 -0000
1.3
@@ -1,7 +1,7 @@
-Index: doc/nessusd.8.in
---- doc/nessusd.8.in.orig 2003-08-14 20:22:46.000000000 +0200
-+++ doc/nessusd.8.in 2003-10-03 18:57:30.000000000 +0200
-@@ -169,7 +169,7 @@
+Index: nessus-core/doc/nessusd.8.in
+--- nessus-core/doc/nessusd.8.in.orig 2004-10-19 17:21:05 +0200
++++ nessus-core/doc/nessusd.8.in 2004-12-28 10:43:29 +0100
+@@ -183,7 +183,7 @@
.SH USERS MANAGEMENT
The utility nessus-adduser(8) creates new nessusd users. Each nessusd user
@@ -10,7 +10,7 @@
.IP auth/
This directory contains the authentification information for this user. It
might contain the file 'dname' if the user is authenticating using a
certificate, or 'hash' (or 'passwd') if the user is authenticating using a
password. The file 'hash' contains a MD5 hash of the user password, as well as
a random seed. The file 'password' should contain the password in clear text.
-@@ -192,7 +192,7 @@
+@@ -206,7 +206,7 @@
When a user attempts to log in, nessusd first checks that the directory
@@ -19,10 +19,10 @@
To remove a given user, use the command nessus-rmuser(8).
-Index: nessus-mkcert.in
---- nessus-mkcert.in.orig 2003-04-07 12:48:46.000000000 +0200
-+++ nessus-mkcert.in 2003-10-03 18:57:53.000000000 +0200
-@@ -395,35 +395,13 @@
+Index: nessus-core/nessus-mkcert.in
+--- nessus-core/nessus-mkcert.in.orig 2004-12-10 20:41:46 +0100
++++ nessus-core/nessus-mkcert.in 2004-12-28 10:46:00 +0100
+@@ -424,31 +424,12 @@
chmod a+r $CACERT $SRVCERT #cln $CLNCERT
@@ -48,13 +48,9 @@
if [ -s "$CACERT" -a -s "$CAKEY" -a -s "$SRVCERT" -a -s "$SRVKEY" ];
then
- test -z "$QUIET" && echo "Congratulations. Your server certificate was
properly created."
+ test -z "$QUIET" && gettext "Congratulations. Your server certificate was
properly created."; echo
- mv -f "$CF.tmp" "$CF"
test -z "$QUIET" && {
-- echo
-- echo "$CF updated
-- "
-
- #cln echo "Your client certificates are in $BASEDIR
- #cln You will have to copy them by hand
+ echo
+ eval_gettext "\$CF updated"; echo
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/nessus-tool/nessus-tool.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 nessus-tool.spec
--- openpkg-src/nessus-tool/nessus-tool.spec 11 Dec 2004 22:24:51 -0000
1.27
+++ openpkg-src/nessus-tool/nessus-tool.spec 28 Dec 2004 10:18:09 -0000
1.28
@@ -33,8 +33,8 @@
Class: PLUS
Group: Security
License: GPL
-Version: 2.2.2a
-Release: 20041211
+Version: 2.3.0
+Release: 20041228
# package options
%option with_fsl yes
@@ -54,8 +54,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, X11, gcc, make
PreReq: OpenPKG, openpkg >= 20040130, X11
-BuildPreReq: nessus-libs, glib, gtk, openssl
-PreReq: nessus-libs, glib, gtk, openssl
+BuildPreReq: nessus-libs, glib2, gtk2, openssl
+PreReq: nessus-libs, glib2, gtk2, openssl
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.3.0
PreReq: fsl >= 1.3.0
@@ -87,7 +87,6 @@
%prep
%setup -q -c
%setup -q -T -D -a 1
- cd nessus-core
%patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]