ソースを参照

apply the changes the upstream author has in its CVS

Ralf S. Engelschall 20 年 前
コミット
6a6b3ba080
3 ファイル変更1817 行追加48 行削除
  1. 0 46
      csp/csp.patch
  2. 1814 0
      csp/csp.patch.cvs
  3. 3 2
      csp/csp.spec

+ 0 - 46
csp/csp.patch

@@ -1,49 +1,3 @@
-Index: CSP.pm
---- CSP.pm.orig	2002-09-24 20:33:20 +0200
-+++ CSP.pm	2005-05-02 19:41:28 +0200
-@@ -1523,12 +1523,12 @@
- CSP is designed to easily handle multiple distinct Certificate Authorities.
- Hence the name which stands for Certificate Service Provider.
- 
--= item o
-+=item o
- 
- CSP can be used to produce a web site (certificate repository, CRLs etc etc)
- without the need for cgi-scripts.
- 
--= item o
-+=item o
-  
- CSP tries to be as PKIX-compliant as OpenSSL allows.
- 
-@@ -1551,22 +1551,22 @@
- writer or some other means for making backups of the certificate directory. 
- Day to day operations include the following tasks.
- 
--= over 4
-+=over 4
- 
--= item 1
-+=item 1
- 
- Issuing certificates based on pkcs10 or out-of-band (non pkcs10) requests.
- 
--= item 2
-+=item 2
- 
- Backing up the csp main directory (see below) to read-only medium.
- 
--= item 3
-+=item 3
- 
- Producing the public web site and exporting it (typically using floppy or
- zip-drive) to your web server.
- 
--= back
-+=back
- 
- =head1 CONFIGURATION
- 
 Index: ca/etc/extensions.conf
 --- ca/etc/extensions.conf.orig	2001-05-28 13:04:20 +0200
 +++ ca/etc/extensions.conf	2005-05-02 19:42:39 +0200

ファイルの差分が大きいため隠しています
+ 1814 - 0
csp/csp.patch.cvs


+ 3 - 2
csp/csp.spec

@@ -33,12 +33,13 @@ Class:        EVAL
 Group:        Cryptography
 License:      GPL
 Version:      0.26
-Release:      20050502
+Release:      20050506
 
 #   list of sources
 Source0:      ftp://ftp.it.su.se/pub/users/leifj/CSP-%{version}.tar.gz
 Source1:      http://devel.it.su.se/projects/CSP/cspguide.pdf
 Patch0:       csp.patch
+Patch1:       csp.patch.cvs
 
 #   build information
 Prefix:       %{l_prefix}
@@ -63,7 +64,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n CSP-%{version}
-    %patch -p0
+    %patch -p0 -P 0 1
 
 %build