]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- add Thawte and Certum bundles
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 1 Nov 2008 12:12:13 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ca-certificates-more-certs.patch -> 1.1

ca-certificates-more-certs.patch [new file with mode: 0644]

diff --git a/ca-certificates-more-certs.patch b/ca-certificates-more-certs.patch
new file mode 100644 (file)
index 0000000..7c303d3
--- /dev/null
@@ -0,0 +1,43 @@
+--- ca-certificates/Makefile~  2008-06-23 20:57:45.000000000 +0200
++++ ca-certificates/Makefile   2008-11-01 13:10:32.000000000 +0100
+@@ -5,7 +5,7 @@
+ CERTSDIR = /usr/share/ca-certificates
+ SUBDIRS = spi-inc.org debconf.org mozilla \
+       cacert.org brasil.gov.br signet.pl quovadis.bm \
+-      telesec.de gouv.fr
++      telesec.de gouv.fr thawte certum
+ all:
+       for dir in $(SUBDIRS); do \
+diff -urN ca-certificates/certum/Makefile ca-certificates-more/certum/Makefile
+--- ca-certificates/certum/Makefile    1970-01-01 01:00:00.000000000 +0100
++++ ca-certificates-more/certum/Makefile       2007-02-02 07:23:19.000000000 +0100
+@@ -0,0 +1,12 @@
++#
++# Makefile
++#
++
++all:
++
++clean:
++
++install:
++      for p in *.crt; do \
++       install -m 644 $$p $(CERTSDIR)/$$p ; \
++      done
+diff -urN ca-certificates/thawte/Makefile ca-certificates-more/thawte/Makefile
+--- ca-certificates/thawte/Makefile    1970-01-01 01:00:00.000000000 +0100
++++ ca-certificates-more/thawte/Makefile       2007-02-02 07:23:19.000000000 +0100
+@@ -0,0 +1,12 @@
++#
++# Makefile
++#
++
++all:
++
++clean:
++
++install:
++      for p in *.crt; do \
++       install -m 644 $$p $(CERTSDIR)/$$p ; \
++      done
This page took 0.052604 seconds and 4 git commands to generate.