diff options
| author | Fengyu Wu | 2026-04-29 13:30:42 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-05-02 22:14:43 +0000 |
| commit | 7014bb7ee2c1abc8647e9c0ec1c3c107a01def2e (patch) | |
| tree | d2c86237b5138a12dd1af0a82583e8c07b890699 | |
| parent | f49d45286c7cbaa696fcba46feb7f8348cd44119 (diff) | |
| download | openwrt-7014bb7ee2c1abc8647e9c0ec1c3c107a01def2e.tar.gz | |
ca-certificates: update to 20260223
Debian changelog:
* Update Mozilla certificate authority bundle to version 2.82
The following certificate authorities were added (+):
+ TrustAsia TLS ECC Root CA
+ TrustAsia TLS RSA Root CA
+ SwissSign RSA TLS Root CA 2022 - 1
+ OISTE Server Root ECC G1
+ OISTE Server Root RSA G1
The following certificate authorities were removed (-):
- GlobalSign Root CA
- Entrust.net Premium 2048 Secure Server CA
- Baltimore CyberTrust Root (closes: #1121936)
- Comodo AAA Services root
- XRamp Global CA Root
- Go Daddy Class 2 CA
- Starfield Class 2 CA
- CommScope Public Trust ECC Root-01
- CommScope Public Trust ECC Root-02
- CommScope Public Trust RSA Root-01
- CommScope Public Trust RSA Root-02
* Use dh_usrlocal to create /usr/local/share/ca-certificates
(closes: #1127100)
Signed-off-by: Fengyu Wu <saldry@proton.me>
Link: https://github.com/openwrt/openwrt/pull/23155
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 403c52db37c74246469e1cdf532aa576235d69fb)
| -rw-r--r-- | package/system/ca-certificates/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index be9a00f367..4c9aa71c1b 100644 --- a/package/system/ca-certificates/Makefile +++ b/package/system/ca-certificates/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ca-certificates -PKG_VERSION:=20250419 -PKG_RELEASE:=2 +PKG_VERSION:=20260223 +PKG_RELEASE:=1 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0-or-later MPL-2.0 @@ -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:=33b44ef78653ecd3f0f2f13e5bba6be466be2e7da72182f737912b81798ba5d2 +PKG_HASH:=2fa2b00d4360f0d14ec51640ae8aea9e563956b95ea786e3c3c01c4eead42b56 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |