From: Jan Rękorajski Date: Sat, 1 Nov 2008 12:12:13 +0000 (+0000) Subject: - add Thawte and Certum bundles X-Git-Tag: auto/th/ca-certificates-20080809-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fca-certificates.git;a=commitdiff_plain;h=8d701533f31ded5160c6d94d7daa313cdb9c3de5;hp=9c6318364143e4e00a8518e0ab8792702d8a028f - add Thawte and Certum bundles Changed files: ca-certificates-more-certs.patch -> 1.1 --- diff --git a/ca-certificates-more-certs.patch b/ca-certificates-more-certs.patch new file mode 100644 index 0000000..7c303d3 --- /dev/null +++ b/ca-certificates-more-certs.patch @@ -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