Author: baggins Date: Sat Nov 1 12:12:19 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - add Thawte and Certum bundles
---- Files affected: SOURCES: ca-certificates-more-certs.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ca-certificates-more-certs.patch diff -u /dev/null SOURCES/ca-certificates-more-certs.patch:1.1 --- /dev/null Sat Nov 1 13:12:19 2008 +++ SOURCES/ca-certificates-more-certs.patch Sat Nov 1 13:12:13 2008 @@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
