Skip to content

Commit

Permalink
[MozillaCACerts_jll] Update to v2023-12-12 (JuliaLang#53466)
Browse files Browse the repository at this point in the history
Memo to self:

* update the version in `stdlib/MozillaCACerts_jll/Project.toml`
* update `MOZILLA_CACERT_VERSION` in `deps/libgit2.version`
* generate new checksums with `make -f contrib/refresh_checksums.mk
mozillacert`
* manually delete old checksums in
`deps/checksums/cacert-<OLD-VERSIONS>`
  • Loading branch information
giordano authored and tecosaur committed Mar 4, 2024
1 parent e5e0fcf commit 3208ce2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion deps/checksums/cacert-2023-01-10.pem/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/cacert-2023-01-10.pem/sha512

This file was deleted.

1 change: 1 addition & 0 deletions deps/checksums/cacert-2023-12-12.pem/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1e305b4e910d204ab7b4c18ec0cf0f27
1 change: 1 addition & 0 deletions deps/checksums/cacert-2023-12-12.pem/sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dcbfe08d39efdd8de555b31e1050757900d08448c61f8a67c055f14514e5d47e734f6874b5ae628021c35ebc8dabdfdac5808df0b3a073d4f9246cca4b725fe8
3 changes: 2 additions & 1 deletion deps/libgit2.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ LIBGIT2_SHA1=a2bde63741977ca0f4ef7db2f609df320be67a08
# Specify the version of the Mozilla CA Certificate Store to obtain.
# The versions of cacert.pem are identified by the date (YYYY-MM-DD) of their changes.
# See https://curl.haxx.se/docs/caextract.html for more details.
MOZILLA_CACERT_VERSION := 2023-01-10
# Keep in sync with `stdlib/MozillaCACerts_jll/Project.toml`.
MOZILLA_CACERT_VERSION := 2023-12-12
3 changes: 2 additions & 1 deletion stdlib/MozillaCACerts_jll/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "MozillaCACerts_jll"
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
version = "2023.01.10"
# Keep in sync with `deps/libgit2.version`.
version = "2023.12.12"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 3208ce2

Please sign in to comment.