]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-more-certs.patch
- up to 20170717
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
index 7c303d3996f0040ca9e7fffb486ce676f317e772..3338fc68d145589138aff492c64a4bfcb23f0c4b 100644 (file)
@@ -1,15 +1,14 @@
---- 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 @@
+--- ca-certificates-20160104/Makefile~ 2015-12-20 11:49:23.000000000 +0200
++++ ca-certificates-20160104/Makefile  2016-01-18 14:57:26.210501084 +0200
+@@ -3,7 +3,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
+-SUBDIRS = mozilla
++SUBDIRS = mozilla certum terena esteid
  
  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 @@
@@ -23,11 +22,25 @@ diff -urN ca-certificates/certum/Makefile ca-certificates-more/certum/Makefile
 +
 +install:
 +      for p in *.crt; do \
-+       install -m 644 $$p $(CERTSDIR)/$$p ; \
++       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
++      done
+--- ca-certificates/terena/Makefile    1970-01-01 01:00:00.000000000 +0100
++++ ca-certificates-more/terena/Makefile       2007-02-02 07:23:19.000000000 +0100
+@@ -0,0 +1,12 @@
++#
++# Makefile
++#
++
++all:
++
++clean:
++
++install:
++      for p in *.crt; do \
++       install -p -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
+--- ca-certificates/esteid/Makefile    1970-01-01 01:00:00.000000000 +0100
++++ ca-certificates-more/esteid/Makefile       2007-02-02 07:23:19.000000000 +0100
 @@ -0,0 +1,12 @@
 +#
 +# Makefile
@@ -39,5 +52,5 @@ diff -urN ca-certificates/thawte/Makefile ca-certificates-more/thawte/Makefile
 +
 +install:
 +      for p in *.crt; do \
-+       install -m 644 $$p $(CERTSDIR)/$$p ; \
++       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
 +      done
This page took 0.131812 seconds and 4 git commands to generate.