From 29bf57841a7485959de53703b41f2d6bd74ae802 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 6 Sep 2024 11:44:21 -0600
Subject: [PATCH] ca-certificates: use pre-generated data

---
 recipes/other/ca-certificates/recipe.toml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/recipes/other/ca-certificates/recipe.toml b/recipes/other/ca-certificates/recipe.toml
index 17bc50388..cbd708270 100644
--- a/recipes/other/ca-certificates/recipe.toml
+++ b/recipes/other/ca-certificates/recipe.toml
@@ -4,11 +4,6 @@ git = "https://gitlab.redox-os.org/redox-os/ca-certificates.git"
 [build]
 template = "custom"
 script = """
-curl \
-    -o certdata.txt \
-    --time-cond certdata.txt \
-    https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
-"${COOKBOOK_SOURCE}/make-ca.sh" -D "${COOKBOOK_BUILD}"
 mkdir -pv "${COOKBOOK_STAGE}/ssl"
-cp -rv "${COOKBOOK_BUILD}/etc/ssl/certs" "${COOKBOOK_STAGE}/ssl/certs"
+cp -rv "${COOKBOOK_SOURCE}/certs" "${COOKBOOK_STAGE}/ssl/certs"
 """
-- 
GitLab