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 openpkg-web openpkg$ Date:   06-Oct-2003 20:10:43
  Branch: HEAD                             Handle: 2003100619104002

  Modified files:
    openpkg-re/vcheck       vc.nessus-tool
    openpkg-src/nessus-tool nessus-tool.patch nessus-tool.spec
    openpkg-web             news.txt

  Log:
    upgrading package: nessus-tool 2.0.8 -> 2.0.8a

  Summary:
    Revision    Changes     Path
    1.4         +2  -2      openpkg-re/vcheck/vc.nessus-tool
    1.2         +40 -1      openpkg-src/nessus-tool/nessus-tool.patch
    1.9         +2  -2      openpkg-src/nessus-tool/nessus-tool.spec
    1.6885      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.nessus-tool
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 vc.nessus-tool
  --- openpkg-re/vcheck/vc.nessus-tool  3 Oct 2003 10:47:15 -0000       1.3
  +++ openpkg-re/vcheck/vc.nessus-tool  6 Oct 2003 18:10:40 -0000       1.4
  @@ -2,14 +2,14 @@
   }
   
   prog nessus-tool:nessus-core = {
  -  version   = 2.0.8
  +  version   = 2.0.8a
     url       = ftp://ftp.nessus.org/pub/nessus/
     regex     = (nessus-\d+\.\d+\.\d+)
     url       = ftp://ftp.nessus.org/pub/nessus/__NEWVER__/src/
     regex     = nessus-core-(__VER__)\.tar\.gz
   }
   prog nessus-tool:nessus-plugins = {
  -  version   = 2.0.8
  +  version   = 2.0.8a
     url       = ftp://ftp.nessus.org/pub/nessus/
     regex     = (nessus-\d+\.\d+\.\d+)
     url       = ftp://ftp.nessus.org/pub/nessus/__NEWVER__/src/
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nessus-tool/nessus-tool.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 nessus-tool.patch
  --- openpkg-src/nessus-tool/nessus-tool.patch 3 Oct 2003 14:44:42 -0000       1.1
  +++ openpkg-src/nessus-tool/nessus-tool.patch 6 Oct 2003 18:10:42 -0000       1.2
  @@ -1,6 +1,6 @@
   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 15:14:48.000000000 +0200
  ++++ doc/nessusd.8.in 2003-10-03 18:57:30.000000000 +0200
   @@ -169,7 +169,7 @@
    .SH USERS MANAGEMENT
    
  @@ -19,3 +19,42 @@
    
    
    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 @@
  + 
  + chmod a+r $CACERT $SRVCERT #cln $CLNCERT
  + 
  +-
  [EMAIL PROTECTED]@/nessus/nessusd.conf
  +-egrep -v '^ *(pem_password|cert_file|key_file|ca_file|force_pubkey_auth) *=' "$CF" 
> "$CF.tmp"
  +-echo "#
  +-# Added by nessus-mkcert
  +-#
  +-cert_file=$SRVCERT
  +-key_file=$SRVKEY
  +-ca_file=$CACERT
  +-# If you decide to protect your private key with a password, 
  +-# uncomment and change next line
  +-# pem_password=password
  +-# If you want to force the use of a client certificate, uncomment next line
  +-# force_pubkey_auth = yes" >> "$CF.tmp"
  +-
  +-
  +-
  +-
  + test -z "$QUIET" && header
  + 
  + if [ -s "$CACERT" -a -s "$CAKEY" -a -s "$SRVCERT" -a -s "$SRVKEY" ];
  +  then
  +  test -z "$QUIET" && echo "Congratulations. Your server certificate was properly 
created."
  +  
  +- 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
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nessus-tool/nessus-tool.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 nessus-tool.spec
  --- openpkg-src/nessus-tool/nessus-tool.spec  3 Oct 2003 15:39:16 -0000       1.8
  +++ openpkg-src/nessus-tool/nessus-tool.spec  6 Oct 2003 18:10:42 -0000       1.9
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:        Security
   License:      GPL
  -Version:      2.0.8
  -Release:      20031003
  +Version:      2.0.8a
  +Release:      20031006
   
   #   list of sources
   Source0:      
ftp://ftp.nessus.org/pub/nessus/nessus-%{version}/src/nessus-core-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6884 -r1.6885 news.txt
  --- openpkg-web/news.txt      6 Oct 2003 18:03:36 -0000       1.6884
  +++ openpkg-web/news.txt      6 Oct 2003 18:10:41 -0000       1.6885
  @@ -1,3 +1,4 @@
  +06-Oct-2003: Upgraded package: P<nessus-tool-2.0.8a-20031006>
   06-Oct-2003: Upgraded package: P<nessus-libs-2.0.8a-20031006>
   06-Oct-2003: Upgraded package: P<gdb-6.0-20031006>
   06-Oct-2003: Upgraded package: P<perl-www-20031006-20031006>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to