From 88a50f9587ea63a0a5fded14c10a776ffb495fa7 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Thu, 21 Nov 2024 23:10:41 -0500 Subject: libmozilla-ca-perl: Upgrade 20230821 -> 20231213 Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20231213 Update from Mozilla repository to 2023-12-13 Added certificates: CommScope Public Trust ECC Root-01 sha256: 11437cda7bb45e41365f45b39a38986b0de00def348e0c7bb0873633800bc38b CommScope Public Trust ECC Root-02 sha256: 2ffb7f813bbbb3c89ab4e8162d0f16d71509a830cc9d73c262e5140875d1ad4a CommScope Public Trust RSA Root-01 sha256: 02bdf96e2a45dd9bf18fc7e1dbdf21a0379ba3c9c2610344cfd8d606fec1ed81 CommScope Public Trust RSA Root-02 sha256: ffe943d793424b4f7c440c1c3d648d5363f34b82dc87aa7a9f118fc5dee101f1 TrustAsia Global Root CA G3 sha256: e0d3226aeb1163c2e48ff9be3b50b4c6431be7bb1eacc5c36b5d5ec509039a08 TrustAsia Global Root CA G4 sha256: be4b56cb5056c0136a526df444508daa36a0b54f42e4ac38f72af470e479654c Removed certificates: Security Communication Root CA sha256: e75e72ed9f560eec6eb4800073a43fc3ad19195a392282017895974a99026b6c Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libmozilla/libmozilla-ca-perl_20230821.bb | 22 ---------------------- .../libmozilla/libmozilla-ca-perl_20231213.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.bb create mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.bb (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.bb deleted file mode 100644 index 27096c0606..0000000000 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230821.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] = "32e1d0045299004045b9c4d16c2daae453a216208873deea2440f71260a7cda1" - -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_20231213.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.bb new file mode 100644 index 0000000000..3a9c04bf01 --- /dev/null +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.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] = "421a12ba7cef443bd368671cee9c9b46a8b55c2ccf7ac76c42f99e23a06115df" + +S = "${WORKDIR}/Mozilla-CA-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN}-ptest += "\ + perl-module-test-more \ +" +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf