From fde5f68f2c9f37f4a5cb68191e75d1e5e332227d Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Thu, 21 Nov 2024 23:10:42 -0500 Subject: libmozilla-ca-perl: Upgrade 20231213 -> 20240313 Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240313 Update from Mozilla repository to 2024-03-13 Added certificates: Telekom Security TLS ECC Root 2020 sha256: 578af4ded0853f4e5998db4aeaf9cbea8d945f60b620a38d1a3c13b2bc7ba8e1 Telekom Security TLS RSA Root 2023 sha256: efc65cadbb59adb6efe84da22311b35624b71b3b1ea0da8b6655174ec8978646 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libmozilla/libmozilla-ca-perl_20231213.bb | 22 ---------------------- .../libmozilla/libmozilla-ca-perl_20240313.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.bb create mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240313.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.bb deleted file mode 100644 index 3a9c04bf01..0000000000 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20231213.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] = "421a12ba7cef443bd368671cee9c9b46a8b55c2ccf7ac76c42f99e23a06115df" - -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_20240313.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240313.bb new file mode 100644 index 0000000000..ca5fe3d340 --- /dev/null +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240313.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] = "624873939e309833894f881464a95dfe74ab77cab5d557308c010487161698e7" + +S = "${WORKDIR}/Mozilla-CA-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN}-ptest += "\ + perl-module-test-more \ +" +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf