From cd859ee806c4c0ce25526620d2ebe4d18bdfe052 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Thu, 21 Nov 2024 23:10:40 -0500 Subject: libmozilla-ca-perl: Upgrade 20230807 -> 20230821 Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230821 Update from Mozilla repository to 2023-08-21 Added certificates: Atos TrustedRoot Root CA ECC TLS 2021 sha256: b2fae53e14ccd7ab9212064701ae279c1d8988facb775fa8a008914e663988a8 Atos TrustedRoot Root CA RSA TLS 2021 sha256: 81a9088ea59fb364c548a6f85559099b6f0405efbf18e5324ec9f457ba00112f SSL.com TLS ECC Root CA 2022 sha256: c32ffd9f46f936d16c3673990959434b9ad60aafbb9e7cf33654f144cc1ba143 SSL.com TLS RSA Root CA 2022 sha256: 8faf7d2e2cb4709bb8e0b33666bf75a5dd45b5de480f8ea8d4bfe6bebc17f2ed Sectigo Public Server Authentication Root E46 sha256: c90f26f0fb1b4018b22227519b5ca2b53e2ca5b3be5cf18efe1bef47380c5383 Sectigo Public Server Authentication Root R46 sha256: 7bb647a62aeeac88bf257aa522d01ffea395e0ab45c73f93f65654ec38f25a06 Removed certificates: E-Tugra Global Root CA ECC v3 sha256: 873f4685fa7f563625252e6d36bcd7f16fc24951f264e47e1b954f4908cdca13 E-Tugra Global Root CA RSA v3 sha256: ef66b0b10a3cdb9f2e3648c76bd2af18ead2bfe6f117655e28c4060da1a3f4c2 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libmozilla/libmozilla-ca-perl_20230807.bb | 22 ---------------------- .../libmozilla/libmozilla-ca-perl_20230821.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.bb create mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.bb deleted file mode 100644 index 9e8a27e8f5..0000000000 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.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] = "cac569d2f73337e6314c0a73fc12f4f6648b7fb3941b2e82623df8e1573b69aa" - -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_20230821.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.bb new file mode 100644 index 0000000000..27096c0606 --- /dev/null +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.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] = "32e1d0045299004045b9c4d16c2daae453a216208873deea2440f71260a7cda1" + +S = "${WORKDIR}/Mozilla-CA-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN}-ptest += "\ + perl-module-test-more \ +" +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf