diff --git a/Meta/CMake/ca_certificates_data.cmake b/Meta/CMake/ca_certificates_data.cmake index c30ad9b527..945588d7d4 100644 --- a/Meta/CMake/ca_certificates_data.cmake +++ b/Meta/CMake/ca_certificates_data.cmake @@ -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_VERSION 2023-05-30) +set(CACERT_VERSION 2023-08-22) set(CACERT_VERSION_FILE "${CACERT_PATH}/version.txt") set(CACERT_FILE cacert-${CACERT_VERSION}.pem) diff --git a/Meta/gn/secondary/Userland/Libraries/LibTLS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibTLS/BUILD.gn index 925a57f9c6..c33cb67006 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibTLS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibTLS/BUILD.gn @@ -11,7 +11,7 @@ cacert_cache = cache_path + "CACERT/" if (enable_cacert_download) { download_file("ca_certificates_download") { - version = "2023-01-10" + version = "2023-08-22" url = "https://curl.se/ca/cacert-" + version + ".pem" output = "$root_build_dir/cacert.pem" version_file = cacert_cache + "version.txt"