Skip to content

Commit 403c52d

Browse files
saldryhauke
authored andcommitted
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: openwrt/openwrt#23155 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent a30c6aa commit 403c52d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package/system/ca-certificates/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=ca-certificates
10-
PKG_VERSION:=20250419
11-
PKG_RELEASE:=2
10+
PKG_VERSION:=20260223
11+
PKG_RELEASE:=1
1212
PKG_MAINTAINER:=
1313

1414
PKG_LICENSE:=GPL-2.0-or-later MPL-2.0
1515
PKG_LICENSE_FILES:=debian/copyright
1616

1717
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz
1818
PKG_SOURCE_URL:=@DEBIAN/pool/main/c/ca-certificates
19-
PKG_HASH:=33b44ef78653ecd3f0f2f13e5bba6be466be2e7da72182f737912b81798ba5d2
19+
PKG_HASH:=2fa2b00d4360f0d14ec51640ae8aea9e563956b95ea786e3c3c01c4eead42b56
2020
PKG_INSTALL:=1
2121

2222
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)