]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates.spec
add link to 2eecd52
[packages/ca-certificates.git] / ca-certificates.spec
index 8dc708e3a39829600efb4bccf1f1446800cffa4f..afc96851447fc590df9743b21ef3f2b7539d7c69 100644 (file)
@@ -8,14 +8,14 @@
 #
 # Conditional build:
 %bcond_without tests   # skip duplicates check
-#
+
 Summary:       Common CA Certificates PEM files
 Summary(pl.UTF-8):     Pliki PEM popularnych certyfikatów CA
 Name:          ca-certificates
 Version:       20160104
-Release:       2
+Release:       3
 License:       GPL v2 (scripts), MPL v2 (mozilla certs), distributable (other certs)
-Group:         Libraries
+Group:         Base
 Source0:       ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.xz
 # Source0-md5: d9665a83d0d3ef8176a38e6aa20458e9
 Source1:       https://www.verisign.com/support/thawte-roots.zip
@@ -90,6 +90,12 @@ Source35:    http://www.terena.org/activities/tcs/repository-g3/TERENA_Code_Signing
 # Source35-md5:        43375a208fba0a5e73f1912faa4db86d
 Source36:      http://www.terena.org/activities/tcs/repository-g3/TERENA_SSL_High_Assurance_CA_3.pem
 # Source36-md5:        6e00d9ede4460e739eb285ea023299f0
+Source37:      https://letsencrypt.org/certs/isrgrootx1.pem.txt
+# Source37-md5:        c73c30ef692eb5be150caad88210e891
+Source38:      https://letsencrypt.org/certs/letsencryptauthorityx1.pem.txt
+# Source38-md5:        7a4c9a537127f609035ad7f4019defdb
+Source39:      https://letsencrypt.org/certs/letsencryptauthorityx2.pem.txt
+# Source39-md5:        27b0b8f7ef14356d8f717bc083c43ef1
 Patch0:                %{name}-undebianize.patch
 Patch1:                %{name}-more-certs.patch
 Patch2:                %{name}-etc-certs.patch
@@ -197,6 +203,13 @@ for a in esteid/*.PEM.cer; do
        mv -i "$a" "${a%.PEM.cer}.crt"
 done
 
+# 2eecd52 - add letsencrypt certificates (approved by mozilla) <Arkadiusz Miśkiewicz>
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1204656
+install -d mozilla
+cp -pi %{SOURCE37} mozilla/$(basename %{SOURCE37} .pem.txt).crt
+cp -pi %{SOURCE38} mozilla/$(basename %{SOURCE38} .pem.txt).crt
+cp -pi %{SOURCE39} mozilla/$(basename %{SOURCE39} .pem.txt).crt
+
 %build
 install -d terena
 openssl x509 -inform DER -in %{SOURCE21} -outform PEM -out terena/$(basename %{SOURCE21})
This page took 0.057176 seconds and 4 git commands to generate.