mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Meta: Update cacert.pem to 2023-12-12
This commit is contained in:
parent
ec11743fae
commit
db7eff582e
4 changed files with 6 additions and 6 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-08-22)
|
set(CACERT_VERSION 2023-12-12)
|
||||||
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,8 +11,8 @@ 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-08-22"
|
version = "2023-12-12"
|
||||||
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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`bzip3`](bzip3/) | bzip3 | 1.3.2 | https://github.com/kspalaiologos/bzip3 |
|
| [`bzip3`](bzip3/) | bzip3 | 1.3.2 | https://github.com/kspalaiologos/bzip3 |
|
||||||
| [`c-ares`](c-ares/) | c-ares | 1.19.0 | https://c-ares.org |
|
| [`c-ares`](c-ares/) | c-ares | 1.19.0 | https://c-ares.org |
|
||||||
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
|
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
|
||||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2023-08-22 | https://curl.se/docs/caextract.html |
|
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2023-12-12 | https://curl.se/docs/caextract.html |
|
||||||
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
|
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
|
||||||
| [`cavestory`](cavestory/) | Cave Story | 2.6.5-1 | https://github.com/nxengine/nxengine-evo |
|
| [`cavestory`](cavestory/) | Cave Story | 2.6.5-1 | https://github.com/nxengine/nxengine-evo |
|
||||||
| [`cbonsai`](cbonsai/) | cbonsai | 1.3.1 | https://gitlab.com/jallbrit/cbonsai |
|
| [`cbonsai`](cbonsai/) | cbonsai | 1.3.1 | https://gitlab.com/jallbrit/cbonsai |
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='ca-certificates'
|
port='ca-certificates'
|
||||||
version='2023-08-22'
|
version='2023-12-12'
|
||||||
files=(
|
files=(
|
||||||
"https://curl.se/ca/cacert-${version}.pem#23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
|
"https://curl.se/ca/cacert-${version}.pem#ccbdfc2fe1a0d7bbbb9cc15710271acf1bb1afe4c8f1725fe95c4c7733fcbe5a"
|
||||||
)
|
)
|
||||||
workdir='.'
|
workdir='.'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue