]> git.pld-linux.org Git - packages/ca-certificates.git/blame - ca-certificates-more-certs.patch
- up to 20120212, see changelog for added/removed ca-s
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
CommitLineData
3dc5e4ea
ER
1--- ca-certificates-20120212/Makefile~ 2011-12-06 04:03:08.000000000 +0200
2+++ ca-certificates-20120212/Makefile 2012-05-12 11:40:20.330015955 +0300
3@@ -3,7 +3,7 @@
156426d3
JR
4 #
5
8d701533 6 CERTSDIR = /usr/share/ca-certificates
3dc5e4ea
ER
7-SUBDIRS = mozilla cacert.org debconf.org spi-inc.org
8+SUBDIRS = mozilla cacert.org debconf.org spi-inc.org thawte certum terena esteid
8d701533
JR
9
10 all:
11 for dir in $(SUBDIRS); do \
8d701533
JR
12--- ca-certificates/certum/Makefile 1970-01-01 01:00:00.000000000 +0100
13+++ ca-certificates-more/certum/Makefile 2007-02-02 07:23:19.000000000 +0100
14@@ -0,0 +1,12 @@
15+#
16+# Makefile
17+#
18+
19+all:
20+
21+clean:
22+
23+install:
24+ for p in *.crt; do \
1180a18f 25+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
8d701533 26+ done
8d701533
JR
27--- ca-certificates/thawte/Makefile 1970-01-01 01:00:00.000000000 +0100
28+++ ca-certificates-more/thawte/Makefile 2007-02-02 07:23:19.000000000 +0100
29@@ -0,0 +1,12 @@
30+#
31+# Makefile
32+#
33+
34+all:
35+
36+clean:
37+
38+install:
39+ for p in *.crt; do \
1180a18f 40+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
8d701533 41+ done
5884f740
JR
42--- ca-certificates/terena/Makefile 1970-01-01 01:00:00.000000000 +0100
43+++ ca-certificates-more/terena/Makefile 2007-02-02 07:23:19.000000000 +0100
44@@ -0,0 +1,12 @@
45+#
46+# Makefile
47+#
48+
49+all:
50+
51+clean:
52+
53+install:
54+ for p in *.crt; do \
1180a18f 55+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
5884f740 56+ done
2190f9b1
ER
57--- ca-certificates/esteid/Makefile 1970-01-01 01:00:00.000000000 +0100
58+++ ca-certificates-more/esteid/Makefile 2007-02-02 07:23:19.000000000 +0100
59@@ -0,0 +1,12 @@
60+#
61+# Makefile
62+#
63+
64+all:
65+
66+clean:
67+
68+install:
69+ for p in *.crt; do \
1180a18f 70+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
2190f9b1 71+ done
This page took 0.031197 seconds and 4 git commands to generate.