[openwrt/openwrt] ca-certificates: update to version 20240203

LEDE Commits lede-commits at lists.infradead.org
Thu May 22 15:08:53 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/a4241700a9aebfed14c3653b58ed6ff6440c5e6a

commit a4241700a9aebfed14c3653b58ed6ff6440c5e6a
Author: Seo Suchan <tjtncks at gmail.com>
AuthorDate: Sun Feb 18 08:58:54 2024 +0900

    ca-certificates: update to version 20240203
    
    Update Mozilla certificate authority bundle to version 2.64
    
    Signed-off-by: Seo Suchan <tjtncks at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18872
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 6b904fa95b50c1259954b2bff31fafe83290f182)
---
 package/system/ca-certificates/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile
index 9aab6a0945..254d7b5178 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:=20230311
+PKG_VERSION:=20240203
 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:=83de934afa186e279d1ed08ea0d73f5cf43a6fbfb5f00874b6db3711c64576f3
+PKG_HASH:=3286d3fc42c4d11b7086711a85f865b44065ce05cf1fb5376b2abed07622a9c6
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk




More information about the lede-commits mailing list