OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jul-2005 17:40:46
Branch: HEAD Handle: 2005070816404600
Modified files:
openpkg-src/csp csp.patch
Log:
try to get running under OpenSSL 0.9.8 where a section is not allowed
to be empty
Summary:
Revision Changes Path
1.7 +22 -3 openpkg-src/csp/csp.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/csp/csp.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 csp.patch
--- openpkg-src/csp/csp.patch 8 Jul 2005 15:28:08 -0000 1.6
+++ openpkg-src/csp/csp.patch 8 Jul 2005 15:40:46 -0000 1.7
@@ -1,7 +1,26 @@
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:25:42 +0200
-@@ -67,11 +67,10 @@
++++ 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:[EMAIL
PROTECTED],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 @@
[certpolicy]
policyIdentifier = 1.1.1.1.1
@@ -16,7 +35,7 @@
Index: csp
--- csp.orig 2001-05-28 13:32:14 +0200
-+++ csp 2005-07-08 17:25:42 +0200
++++ csp 2005-07-08 17:37:10 +0200
@@ -1,9 +1,14 @@
-#!/usr/bin/perl
[EMAIL PROTECTED]@/bin/perl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]