]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-more-certs.patch
up to 20190110
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
index 8e35307e2ee70509d0e89f4e1a4194094c496632..3338fc68d145589138aff492c64a4bfcb23f0c4b 100644 (file)
@@ -1,11 +1,11 @@
---- ca-certificates-20130610/Makefile~ 2013-06-10 20:29:57.000000000 +0300
-+++ ca-certificates-20130610/Makefile  2013-06-11 11:58:47.673068113 +0300
+--- 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 = mozilla cacert.org spi-inc.org
-+SUBDIRS = mozilla cacert.org spi-inc.org thawte certum terena esteid
+-SUBDIRS = mozilla
++SUBDIRS = mozilla certum terena esteid
  
  all:
        for dir in $(SUBDIRS); do \
 +      for p in *.crt; do \
 +       install -p -m 644 $$p $(CERTSDIR)/$$p ; \
 +      done
---- 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 -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 @@
This page took 0.106881 seconds and 4 git commands to generate.