From 7bc6f36af40d5a3f05e1dfbc3be7efee1c0e9b5b Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 21 Jul 2014 10:35:42 -0400 Subject: [PATCH] ca_root_certificates: Fix wrong certificate location. This fixes the incompatibility issues. --- ...14_04_08.recipe => ca_root_certificates-20140408.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename haiku-data/ca_root_certificates/{ca_root_certificates-2014_04_08.recipe => ca_root_certificates-20140408.recipe} (77%) diff --git a/haiku-data/ca_root_certificates/ca_root_certificates-2014_04_08.recipe b/haiku-data/ca_root_certificates/ca_root_certificates-20140408.recipe similarity index 77% rename from haiku-data/ca_root_certificates/ca_root_certificates-2014_04_08.recipe rename to haiku-data/ca_root_certificates/ca_root_certificates-20140408.recipe index 53dd4afcd..28adae3cf 100644 --- a/haiku-data/ca_root_certificates/ca_root_certificates-2014_04_08.recipe +++ b/haiku-data/ca_root_certificates/ca_root_certificates-20140408.recipe @@ -11,8 +11,8 @@ COPYRIGHT="2008-2014 Mozilla" LICENSE="MPL v1.1 GNU GPL v2 GNU LGPL v2.1" -SRC_URI="https://hg.mozilla.org/mozilla-central/raw-file/66b7259580f4/security/nss/lib/ckfw/builtins/certdata.txt#noarchive" -CHECKSUM_SHA256="b36ad14f2e67649e4597ea032ae44a0db0d40a3b6c7b4358b5125e594fe1a6ad" +SRC_URI="https://raw.githubusercontent.com/bagder/ca-bundle/f68eb7b967/ca-bundle.crt#noarchive" +CHECKSUM_SHA256="a9cce49cec92304d29d05794c9b576899d8a285659b3f987dd7ed784ab3e0621" REVISION="1" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -36,5 +36,5 @@ INSTALL() { installDir="$dataRootDir/ssl/" mkdir -p "$installDir" - cp certdata.txt "$installDir/CARootCertificates.pem" + cp ca-bundle.crt "$installDir/CARootCertificates.pem" }