From 64b52f59cefda85f09c06b13b644c6b3475769ea Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Jun 2025 11:32:43 +0800 Subject: libmozilla-ca-perl: upgrade 20250202 -> 20250602 Changelog: ============ - Update from Mozilla repository to 2025-06-02 - Added certificates: - D-TRUST BR Root CA 2 2023 - D-TRUST EV Root CA 2 2023 - Removed certificates: - Baltimore CyberTrust Root - Comodo AAA Services root - Entrust.net Premium 2048 Secure Server CA - GlobalSign Root CA - Go Daddy Class 2 CA - Starfield Class 2 CA - SwissSign Silver CA - G2 - XRamp Global CA Root Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libmozilla/libmozilla-ca-perl_20250202.bb | 22 ---------------------- .../libmozilla/libmozilla-ca-perl_20250602.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb create mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb deleted file mode 100644 index 0c12b46519..0000000000 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Mozilla's CA cert bundle in PEM format" -DESCRIPTION = "Mozilla::CA provides a copy of Mozilla's bundle of \ -Certificate Authority certificates in a form that can be consumed by \ -modules and libraries based on OpenSSL." -HOMEPAGE = "https://metacpan.org/pod/Mozilla::CA" -BUGTRACKER = "https://github.com/libwww-perl/Mozilla-CA/issues" -SECTION = "libs" - -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://README;beginline=32;endline=39;md5=51e666dce556490a1132e937ad3f8729" - -SRC_URI = "${CPAN_MIRROR}/authors/id/L/LW/LWP/Mozilla-CA-${PV}.tar.gz" -SRC_URI[sha256sum] = "32d43ce8cb3b201813898f0c4c593a08df350c1e47484e043fc8adebbda60dbf" - -S = "${WORKDIR}/Mozilla-CA-${PV}" - -inherit cpan ptest-perl - -RDEPENDS:${PN}-ptest += "\ - perl-module-test-more \ -" -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb new file mode 100644 index 0000000000..b5f980e646 --- /dev/null +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb @@ -0,0 +1,22 @@ +SUMMARY = "Mozilla's CA cert bundle in PEM format" +DESCRIPTION = "Mozilla::CA provides a copy of Mozilla's bundle of \ +Certificate Authority certificates in a form that can be consumed by \ +modules and libraries based on OpenSSL." +HOMEPAGE = "https://metacpan.org/pod/Mozilla::CA" +BUGTRACKER = "https://github.com/libwww-perl/Mozilla-CA/issues" +SECTION = "libs" + +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://README;beginline=32;endline=39;md5=51e666dce556490a1132e937ad3f8729" + +SRC_URI = "${CPAN_MIRROR}/authors/id/L/LW/LWP/Mozilla-CA-${PV}.tar.gz" +SRC_URI[sha256sum] = "adeac0752440b2da094e8036bab6c857e22172457658868f5ac364f0c7b35481" + +S = "${WORKDIR}/Mozilla-CA-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN}-ptest += "\ + perl-module-test-more \ +" +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf