Skip to content

Commit

Permalink
bump ca-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Nov 27, 2024
1 parent c6aff93 commit ee1b1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Latest changes
* Atop 2.11.0
* BIND 9.11.37/9.20.3
* BusyBox 1.27.2/1.37.0
* CA-bundle 2024-09-24
* CA-bundle 2024-11-26
* Curl 8.11.0
* Dropbear 2024.86
* Git 2.47.0
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/ca-bundle/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_CA_BUNDLE
bool "CA-bundle 2024-09-24"
bool "CA-bundle 2024-11-26"
default n
help
The Mozilla CA certificate store in PEM format,
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/ca-bundle/ca-bundle.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 2024-09-24)
$(call PKG_INIT_BIN, 2024-11-26)
$(PKG)_SOURCE:=cacert-$($(PKG)_VERSION).pem
$(PKG)_HASH:=189d3cf6d103185fba06d76c1af915263c6d42225481a1759e853b33ac857540
$(PKG)_HASH:=bb1782d281fe60d4a2dcf41bc229abe3e46c280212597d4abcc25bddf667739b
$(PKG)_SITE:=https://www.curl.se/ca,https://curl.haxx.se/ca
### WEBSITE:=https://www.curl.se/ca
### SUPPORT:=fda77
Expand Down

1 comment on commit ee1b1c1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about ca-bundle and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/ca-bundle

Please sign in to comment.