From a4241700a9aebfed14c3653b58ed6ff6440c5e6a Mon Sep 17 00:00:00 2001 From: Seo Suchan Date: Sun, 18 Feb 2024 08:58:54 +0900 Subject: [PATCH] ca-certificates: update to version 20240203 Update Mozilla certificate authority bundle to version 2.64 Signed-off-by: Seo Suchan Link: https://github.com/openwrt/openwrt/pull/18872 Signed-off-by: Hauke Mehrtens (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