diff --git a/haiku-data/ca_root_certificates/ca_root_certificates-2014_04_08.recipe b/haiku-data/ca_root_certificates/ca_root_certificates-2015_02_25.recipe similarity index 72% rename from haiku-data/ca_root_certificates/ca_root_certificates-2014_04_08.recipe rename to haiku-data/ca_root_certificates/ca_root_certificates-2015_02_25.recipe index 4174aaadd..10301da79 100644 --- a/haiku-data/ca_root_certificates/ca_root_certificates-2014_04_08.recipe +++ b/haiku-data/ca_root_certificates/ca_root_certificates-2015_02_25.recipe @@ -11,9 +11,10 @@ COPYRIGHT="2008-2014 Mozilla" LICENSE="MPL v1.1 GNU GPL v2 GNU LGPL v2.1" -SRC_URI="https://raw.githubusercontent.com/bagder/ca-bundle/f68eb7b967/ca-bundle.crt#noarchive" -CHECKSUM_SHA256="a9cce49cec92304d29d05794c9b576899d8a285659b3f987dd7ed784ab3e0621" -REVISION="2" +SRC_URI="https://raw.githubusercontent.com/bagder/ca-bundle/d82fc46afaf6478aaa22989bcc2202ba7b72ad71/ca-bundle.crt#noarchive" +SRC_FILENAME="ca-bundle-$portVersion.crt" +CHECKSUM_SHA256="cea5f2b5db6c0b5013a44c95d993fb407910922b46251a119d84e1945ea384c0" +REVISION="1" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -31,5 +32,5 @@ INSTALL() { installDir="$dataRootDir/ssl/" mkdir -p "$installDir" - cp ca-bundle.crt "$installDir/CARootCertificates.pem" + cp ca-bundle-*.crt "$installDir/CARootCertificates.pem" }