Browse Source

fix usage under newer OpenSSL versions

master
parent
commit
509ef86799
  1. 32
      csp/csp.patch
  2. 2
      csp/csp.spec

32
csp/csp.patch

@ -1,7 +1,27 @@
Index: ca/etc/extensions.conf
--- ca/etc/extensions.conf.orig 2006-04-21 09:15:26 +0200
+++ ca/etc/extensions.conf 2006-04-22 08:35:39 +0200
@@ -75,11 +75,10 @@
--- ca/etc/extensions.conf.orig 2007-03-10 23:28:34 +0100
+++ ca/etc/extensions.conf 2007-08-04 18:00:31 +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
-subjectAltName = @altnames
+%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 @@
[certpolicy]
policyIdentifier = 1.1.1.1.1
@ -15,8 +35,8 @@ Index: ca/etc/extensions.conf
+explicitText = "Limited Liability, see http://ca.example.com/CP"
Index: csp
--- csp.orig 2006-04-21 09:18:10 +0200
+++ csp 2006-04-22 08:35:39 +0200
--- csp.orig 2007-03-10 23:28:34 +0100
+++ csp 2007-08-04 18:00:06 +0200
@@ -1,9 +1,14 @@
-#!/usr/bin/perl
+#!@l_prefix@/bin/perl
@ -34,7 +54,7 @@ Index: csp
sub list_csp
{
@@ -176,6 +181,9 @@
@@ -175,6 +180,9 @@
my $home = $ENV{CSPHOME} || 'ca';

2
csp/csp.spec

@ -33,7 +33,7 @@ Class: BASE
Group: Cryptography
License: GPL
Version: 0.34
Release: 20070311
Release: 20070804
# list of sources
Source0: ftp://ftp.it.su.se/pub/users/leifj/CSP-%{version}.tar.gz

Loading…
Cancel
Save