[openwrt/openwrt] ca-certificates: update to version 20240203
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 18 02:49:07 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6b904fa95b50c1259954b2bff31fafe83290f182
commit 6b904fa95b50c1259954b2bff31fafe83290f182
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>
---
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 ec588cc65b..06418cebfa 100644
--- a/package/system/ca-certificates/Makefile
+++ b/package/system/ca-certificates/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ca-certificates
-PKG_VERSION:=20230311
+PKG_VERSION:=20240203
PKG_RELEASE:=1
PKG_MAINTAINER:=
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