From 55dac2d04dc1cbbb70ede944987edefbbd05c84c Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 11 Jul 2025 15:45:17 -0400 Subject: libhtml-parser-perl: upgrade 3.72 -> 3.73 Change history for HTML-Parser 2020-08-24 3.73 * Added a .mailmap file to organize contributions accurately. * Ensure all versions are equal and on the current version * Add the .mailmap to the MANIFEST * Change the META information to point to the new GH repository * Add a .perltidyrc to use going forward * Add hctype.h and pfunc.h to the dist as static files and stop asking for them to be built on the user's end. * Remove t/pod.t from userland testing * Remove t/pod-coverage.t from userland testing * Clean up the MANIFEST * Start testing via GitHub Actions/Workflows * Protect active parser from being freed (PR 13, RT #115034) Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libhtml/libhtml-parser-perl_3.72.bb | 44 ---------------------- .../libhtml/libhtml-parser-perl_3.73.bb | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb create mode 100644 meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb deleted file mode 100644 index bd6129e4f2..0000000000 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb +++ /dev/null @@ -1,44 +0,0 @@ -DESCRIPTION = "This package contains the Parser.pm module with friends." -HOMEPAGE = "https://metacpan.org/release/GAAS/HTML-Parser-3.72" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8" - -DEPENDS += "perl" - -SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" - -SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b" - -S = "${UNPACKDIR}/HTML-Parser-${PV}" - -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - -inherit cpan ptest-perl - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -RDEPENDS:${PN} += "\ - perl-module-exporter \ - perl-module-strict \ - perl-module-vars \ - perl-module-xsloader \ - libhtml-tagset-perl \ -" - -RDEPENDS:${PN}-ptest += "\ - liburi-perl \ - perl-module-config \ - perl-module-file-spec \ - perl-module-filehandle \ - perl-module-io-file \ - perl-module-selectsaver \ - perl-module-test \ - perl-module-test-more \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb new file mode 100644 index 0000000000..a03ec31e29 --- /dev/null +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb @@ -0,0 +1,44 @@ +DESCRIPTION = "This package contains the Parser.pm module with friends." +HOMEPAGE = "https://metacpan.org/release/CAPOEIRAB/HTML-Parser-3.73" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8" + +DEPENDS += "perl" + +SRC_URI = "${CPAN_MIRROR}/authors/id/C/CA/CAPOEIRAB/HTML-Parser-${PV}.tar.gz" + +SRC_URI[sha256sum] = "85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69" + +S = "${UNPACKDIR}/HTML-Parser-${PV}" + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" + +inherit cpan ptest-perl + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} + +RDEPENDS:${PN} += "\ + perl-module-exporter \ + perl-module-strict \ + perl-module-vars \ + perl-module-xsloader \ + libhtml-tagset-perl \ +" + +RDEPENDS:${PN}-ptest += "\ + liburi-perl \ + perl-module-config \ + perl-module-file-spec \ + perl-module-filehandle \ + perl-module-io-file \ + perl-module-selectsaver \ + perl-module-test \ + perl-module-test-more \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf