From 816490fb802522900ee1c338775eef725d682fbb Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Thu, 21 Nov 2024 23:10:39 -0500 Subject: libmozilla-ca-perl: Upgrade 20230801 -> 20230807 Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230807 Prevent extra headers in tarball and make it reproducible Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libmozilla/libmozilla-ca-perl_20230801.bb | 22 ---------------------- .../libmozilla/libmozilla-ca-perl_20230807.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230801.bb create mode 100644 meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230801.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230801.bb deleted file mode 100644 index 906faee0d9..0000000000 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230801.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] = "8066a15bcbec7bcf691e756ea07c8b710e754c76a5e73ae20ac32298f30dd56a" - -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_20230807.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.bb new file mode 100644 index 0000000000..9e8a27e8f5 --- /dev/null +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20230807.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] = "cac569d2f73337e6314c0a73fc12f4f6648b7fb3941b2e82623df8e1573b69aa" + +S = "${WORKDIR}/Mozilla-CA-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN}-ptest += "\ + perl-module-test-more \ +" +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf