Browse Source

upgrading package: csp 0.31 -> 0.32

Ralf S. Engelschall 20 years ago
parent
commit
ab73548e2e
2 changed files with 8 additions and 27 deletions
  1. 6 25
      csp/csp.patch
  2. 2 2
      csp/csp.spec

+ 6 - 25
csp/csp.patch

@@ -1,26 +1,7 @@
 Index: ca/etc/extensions.conf
---- ca/etc/extensions.conf.orig	2001-05-28 13:04:20 +0200
-+++ ca/etc/extensions.conf	2005-07-08 17:39:44 +0200
-@@ -47,7 +47,18 @@
- crlDistributionPoints   = URI:http://ca.example.com/crl-v2.crl
- certificatePolicies     = ia5org,@certpolicy
- issuerAltName		= email:ca@example.com,URI:http://ca.example.com
-+%ifdef EMAIL 
-+subjectAltName          = @altnames 
-+%endif
-+%ifdef URI 
-+subjectAltName          = @altnames 
-+%endif
-+%ifdef DNS 
-+subjectAltName          = @altnames 
-+%endif
-+%ifdef IP 
- subjectAltName          = @altnames 
-+%endif
- 
- [ altnames ]
- 
-@@ -67,11 +78,10 @@
+--- ca/etc/extensions.conf.orig	2005-09-22 18:12:05 +0200
++++ ca/etc/extensions.conf	2005-09-22 20:43:38 +0200
+@@ -75,11 +75,10 @@
  [certpolicy]
  
  policyIdentifier	= 1.1.1.1.1
@@ -34,8 +15,8 @@ Index: ca/etc/extensions.conf
 +explicitText            = "Limited Liability, see http://ca.example.com/CP"
  
 Index: csp
---- csp.orig	2001-05-28 13:32:14 +0200
-+++ csp	2005-07-08 17:37:10 +0200
+--- csp.orig	2005-06-02 18:40:20 +0200
++++ csp	2005-09-22 20:43:38 +0200
 @@ -1,9 +1,14 @@
 -#!/usr/bin/perl
 +#!@l_prefix@/bin/perl
@@ -53,7 +34,7 @@ Index: csp
  
  sub list_csp
    {
-@@ -120,6 +125,9 @@
+@@ -175,6 +180,9 @@
  
  my $home = $ENV{CSPHOME} || 'ca';
  

+ 2 - 2
csp/csp.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        PLUS
 Group:        Cryptography
 License:      GPL
-Version:      0.31
-Release:      20050920
+Version:      0.32
+Release:      20050922
 
 #   list of sources
 Source0:      ftp://ftp.it.su.se/pub/users/leifj/CSP-%{version}.tar.gz