Control: tags -1 - pending + patch

Setting to patch for some advice..

- 20090708 removed cacert.org/root.crt and cacert.org/class3.crt
(deprecated in 20080809)
- 20080809 concatenated both CACert Class 1 and Class 3 certificates
into cacert.org.pem for certificate chaining, deprecating the individual
cert files (but still installing them) - #494343

If we attempt to leave cacert.org.pem around, we disrupt the hashes to
the individual files.  The openssl maintainers wish us to go back to the
split files, so they can remove a faulty patch.  I'll need to touch base
with this, when I get some additional time.

-- 
Michael


diff --git a/cacert.org/Makefile b/cacert.org/Makefile
index 180ea6b..dba8d21 100644
--- a/cacert.org/Makefile
+++ b/cacert.org/Makefile
@@ -5,9 +5,8 @@
 all:
 
 clean:
-	rm -f cacert.org.crt
 
 install:
-	cat root.crt class3.crt > cacert.org.crt
-	install -m 644 cacert.org.crt $(CERTSDIR)/cacert.org.crt
-
+	for p in *.crt; do \
+	 install -m 644 $$p $(CERTSDIR)/cacert.org_$$p ; \
+	done

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to