From 648b1afec709e99c1ef0985df60f80b0c06c79fa Mon Sep 17 00:00:00 2001 From: fda77 Date: Wed, 27 Nov 2024 14:30:33 +0100 Subject: [PATCH] bump ca-bundle-host --- docs/CHANGELOG.md | 2 +- make/host-tools/ca-bundle-host/ca-bundle-host.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e98033098c..444c22e5f1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -51,7 +51,7 @@ Latest changes - Build system: * binutils (kernel) 2.18/2.22/2.23.2/2.24/2.25.1/2.26.1/2.31.1/2.36.1 * binutils (target) 2.22/2.23.2/2.24/2.25.1/2.26.1/2.31.1/2.36.1/2.43.1 - * ca-bundle 2024-09-24 + * ca-bundle 2024-11-26 * gcc (kernel) 3.4.6/4.6.4/4.7.4/4.8.5/5.5.0/8.3.0/8.4.0/9.3.0/9.4.0 * gcc (target) 4.6.4/4.7.4/4.8.5/4.9.4/5.5.0/8.3.0/8.4.0/9.3.0/13.3.0/13.4.0/14.2.0 * uClibc 0.9.28/0.9.29/0.9.32.1/0.9.33.2/1.0.14/1.0.50 diff --git a/make/host-tools/ca-bundle-host/ca-bundle-host.mk b/make/host-tools/ca-bundle-host/ca-bundle-host.mk index b1a2be5779..adffc234aa 100644 --- a/make/host-tools/ca-bundle-host/ca-bundle-host.mk +++ b/make/host-tools/ca-bundle-host/ca-bundle-host.mk @@ -1,6 +1,6 @@ -$(call TOOLS_INIT, 2024-09-24) +$(call TOOLS_INIT, 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