ca_root_certificates: Fix wrong certificate location.

This fixes the incompatibility issues.
This commit is contained in:
Augustin Cavalier
2014-07-21 10:35:42 -04:00
parent 465d252894
commit 7bc6f36af4

View File

@@ -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"
}