mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
Meta: Update CA certificate to 2023-08-22
This commit is contained in:
parent
baa26d10a8
commit
2148b89d95
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/ADKaster
Commit: 2148b89d95
Pull-request: https://github.com/SerenityOS/serenity/pull/21697
Reviewed-by: https://github.com/alimpfard ✅
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
||||||
|
|
||||||
set(CACERT_PATH "${SERENITY_CACHE_DIR}/CACERT" CACHE PATH "Download location for cacert.pem")
|
set(CACERT_PATH "${SERENITY_CACHE_DIR}/CACERT" CACHE PATH "Download location for cacert.pem")
|
||||||
|
|
||||||
set(CACERT_VERSION 2023-05-30)
|
set(CACERT_VERSION 2023-08-22)
|
||||||
set(CACERT_VERSION_FILE "${CACERT_PATH}/version.txt")
|
set(CACERT_VERSION_FILE "${CACERT_PATH}/version.txt")
|
||||||
|
|
||||||
set(CACERT_FILE cacert-${CACERT_VERSION}.pem)
|
set(CACERT_FILE cacert-${CACERT_VERSION}.pem)
|
||||||
|
|
|
@ -11,7 +11,7 @@ cacert_cache = cache_path + "CACERT/"
|
||||||
|
|
||||||
if (enable_cacert_download) {
|
if (enable_cacert_download) {
|
||||||
download_file("ca_certificates_download") {
|
download_file("ca_certificates_download") {
|
||||||
version = "2023-01-10"
|
version = "2023-08-22"
|
||||||
url = "https://curl.se/ca/cacert-" + version + ".pem"
|
url = "https://curl.se/ca/cacert-" + version + ".pem"
|
||||||
output = "$root_build_dir/cacert.pem"
|
output = "$root_build_dir/cacert.pem"
|
||||||
version_file = cacert_cache + "version.txt"
|
version_file = cacert_cache + "version.txt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue