mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
ca_root_certificates: Fix wrong certificate location.
This fixes the incompatibility issues.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user