rpms/nessus-core/F-10 nessus-core-2.2.11.pki.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 nessus-core.spec, 1.11, 1.12 sources, 1.5, 1.6 nessus-core-2.2.4.pki.patch, 1.1, NONE

Andreas Bierfert awjb at fedoraproject.org
Sun Nov 23 11:54:33 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/nessus-core/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19398/F-10

Modified Files:
	.cvsignore nessus-core.spec sources 
Added Files:
	nessus-core-2.2.11.pki.patch 
Removed Files:
	nessus-core-2.2.4.pki.patch 
Log Message:
- version upgrade
- fix #465113 FTBFS


nessus-core-2.2.11.pki.patch:

--- NEW FILE nessus-core-2.2.11.pki.patch ---
--- nessus-core/nessusd/nessus-check-signature.c.orig	2008-11-23 12:37:30.000000000 +0100
+++ nessus-core/nessusd/nessus-check-signature.c	2008-11-23 12:38:33.000000000 +0100
@@ -36,7 +36,7 @@
 int generate_signature(char * filename)
 {
  RSA * rsa = NULL;
- FILE * fp = fopen(NESSUSD_STATEDIR "/nessus_org.priv.pem", "r");
+ FILE * fp = fopen(NESSUSD_PKIDIR "/nessus_org.priv.pem", "r");
  unsigned char  * result;
  unsigned int len;
  int i;
@@ -116,7 +116,7 @@
 {
  unsigned char md[SHA_DIGEST_LENGTH+1];
  RSA * rsa = NULL;
- FILE * fp = fopen(NESSUSD_STATEDIR "/nessus_org.pem", "r");
+ FILE * fp = fopen(NESSUSD_PKIDIR "/nessus_org.pem", "r");
 
  char sig[16384];
  unsigned char bin_sig[8192];
@@ -134,7 +134,7 @@
 
  if ( fp == NULL )
  {
-  fprintf(stderr, "Open %s/nessus_org.pem : %s\n", NESSUSD_STATEDIR, strerror(errno));
+  fprintf(stderr, "Open %s/nessus_org.pem : %s\n", NESSUSD_PKIDIR, strerror(errno));
   return -1;
  }
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nessus-core/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Aug 2007 13:26:13 -0000	1.5
+++ .cvsignore	23 Nov 2008 11:54:02 -0000	1.6
@@ -1 +1 @@
-nessus-core-2.2.10.tar.gz
+nessus-core-2.2.11.tar.gz


Index: nessus-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nessus-core/F-10/nessus-core.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nessus-core.spec	18 Feb 2008 20:42:21 -0000	1.11
+++ nessus-core.spec	23 Nov 2008 11:54:03 -0000	1.12
@@ -1,13 +1,13 @@
 Name:           nessus-core
-Version:        2.2.10
-Release:        4%{?dist}
+Version:        2.2.11
+Release:        1%{?dist}
 Summary:        Network vulnerability scanner
 
 Group:          Applications/System
 License:        GPLv2
 URL:            http://www.nessus.org
 #http://www.nessus.org/download/index.php
-Source0:        nessus-core-2.2.10.tar.gz
+Source0:        nessus-core-2.2.11.tar.gz
 Source1:        nessusd.init
 Source2:        nessusd.log
 Source3:        nessus.desktop
@@ -24,7 +24,7 @@
 Patch7:         nessus-core-2.2.4.nessus-rmuser.in.patch
 Patch8:         nessus-core-2.2.4.nessus.tmpl.in.patch
 Patch9:         nessus-core-2.2.4.pid.patch
-Patch10:        nessus-core-2.2.4.pki.patch
+Patch10:        nessus-core-2.2.11.pki.patch
 # fixes #399211 glibc open check
 Patch11:        nessus-core-open.patch
 
@@ -233,6 +233,10 @@
 %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/*
 
 %changelog
+* Sun Nov 23 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 2.2.11-1
+- fix #465113 FTBFS
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.2.10-4
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nessus-core/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	22 Aug 2007 13:26:13 -0000	1.5
+++ sources	23 Nov 2008 11:54:03 -0000	1.6
@@ -1 +1 @@
-ab7a9f1009bd2adcdbea09851dc64a9d  nessus-core-2.2.10.tar.gz
+b778c4c8e0eee912c7d62b80de920ef4  nessus-core-2.2.11.tar.gz


--- nessus-core-2.2.4.pki.patch DELETED ---




More information about the fedora-extras-commits mailing list