]> git.pld-linux.org Git - packages/ca-certificates.git/blame - ca-certificates-more-certs.patch
- strict R on openssl*
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
CommitLineData
8d701533
JR
1--- ca-certificates/Makefile~ 2008-06-23 20:57:45.000000000 +0200
2+++ ca-certificates/Makefile 2008-11-01 13:10:32.000000000 +0100
3@@ -5,7 +5,7 @@
4 CERTSDIR = /usr/share/ca-certificates
5 SUBDIRS = spi-inc.org debconf.org mozilla \
6 cacert.org brasil.gov.br signet.pl quovadis.bm \
7- telesec.de gouv.fr
8+ telesec.de gouv.fr thawte certum
9
10 all:
11 for dir in $(SUBDIRS); do \
12diff -urN ca-certificates/certum/Makefile ca-certificates-more/certum/Makefile
13--- ca-certificates/certum/Makefile 1970-01-01 01:00:00.000000000 +0100
14+++ ca-certificates-more/certum/Makefile 2007-02-02 07:23:19.000000000 +0100
15@@ -0,0 +1,12 @@
16+#
17+# Makefile
18+#
19+
20+all:
21+
22+clean:
23+
24+install:
25+ for p in *.crt; do \
26+ install -m 644 $$p $(CERTSDIR)/$$p ; \
27+ done
28diff -urN ca-certificates/thawte/Makefile ca-certificates-more/thawte/Makefile
29--- ca-certificates/thawte/Makefile 1970-01-01 01:00:00.000000000 +0100
30+++ ca-certificates-more/thawte/Makefile 2007-02-02 07:23:19.000000000 +0100
31@@ -0,0 +1,12 @@
32+#
33+# Makefile
34+#
35+
36+all:
37+
38+clean:
39+
40+install:
41+ for p in *.crt; do \
42+ install -m 644 $$p $(CERTSDIR)/$$p ; \
43+ done
This page took 0.041538 seconds and 4 git commands to generate.