summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFengyu Wu2025-07-19 10:57:05 +0000
committerHauke Mehrtens2025-08-24 13:30:57 +0000
commitbf0887bd4218c473e086ad4b0652f61f504e6dbf (patch)
treefe3bca126de640e4840b8b5b83066dcfe5503c3f
parentfcaa4fdbbf46063d46bd76f1347a30309911ff13 (diff)
downloadopenwrt-bf0887bd4218c473e086ad4b0652f61f504e6dbf.tar.gz
ca-certificates: Update to 20250419
upstream changelog: [ Alexander Kanavin ] * update-ca-certificates: add a --sysroot option [ Julien Cristau ] * Update Mozilla certificate authority bundle to version 2.74. The following certificate authorities were added (+): + D-TRUST BR Root CA 2 2023 + D-TRUST EV Root CA 2 2023 The following certificate authorities were removed (-): - Entrust Root Certification Authority - G4 - SecureSign RootCA11 - Security Communication RootCA3 - SwissSign Silver CA - G2 Signed-off-by: Fengyu Wu <saldry@proton.me> Link: https://github.com/openwrt/openwrt/pull/19462 (cherry picked from commit 8bf023da765e9893a3fc5a34556326f3aaa68271) Link: https://github.com/openwrt/openwrt/pull/19839 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/system/ca-certificates/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile
index 5b282c339e..4febb647ac 100644
--- a/package/system/ca-certificates/Makefile
+++ b/package/system/ca-certificates/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ca-certificates
-PKG_VERSION:=20241223
+PKG_VERSION:=20250419
PKG_RELEASE:=1
PKG_MAINTAINER:=
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=debian/copyright
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@DEBIAN/pool/main/c/ca-certificates
-PKG_HASH:=dd8286d0a9dd35c756fea5f1df3fed1510fb891f376903891b003cd9b1ad7e03
+PKG_HASH:=33b44ef78653ecd3f0f2f13e5bba6be466be2e7da72182f737912b81798ba5d2
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk