diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-10-12 16:38:12 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-12 20:58:51 -0700 |
commit | d0957425037ff05c05dc9020efe231ef66fbd81d (patch) | |
tree | ef11e6b1617cf1d30ff14011af0f969ba1242e6a | |
parent | 0c030b025549a321d35e654668b8df90a3e87691 (diff) | |
download | meta-openembedded-d0957425037ff05c05dc9020efe231ef66fbd81d.tar.gz |
libhtml-parser-perl: upgrade 3.75 -> 3.76
3.76 2021-03-04
* Add a fix for a stack confusion error on `eof`. (GH#21) (Matthew Horsfall
and Chase Whitener)
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.76.bb (renamed from meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.76.bb index bae4ebaa86..6205f7db0d 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.76.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "This package contains the Parser.pm module with friends." | 1 | DESCRIPTION = "This package contains the Parser.pm module with friends." |
2 | HOMEPAGE = "https://metacpan.org/release/CAPOEIRAB/HTML-Parser-3.75" | 2 | HOMEPAGE = "https://metacpan.org/release/OALDERS/HTML-Parser-3.76" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
5 | 5 | ||
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=992;endline=996;md5=cab05784294bb47d | |||
7 | 7 | ||
8 | DEPENDS += "perl" | 8 | DEPENDS += "perl" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/C/CA/CAPOEIRAB/HTML-Parser-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/HTML-Parser-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9" | 12 | SRC_URI[sha256sum] = "64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61" |
13 | 13 | ||
14 | S = "${UNPACKDIR}/HTML-Parser-${PV}" | 14 | S = "${UNPACKDIR}/HTML-Parser-${PV}" |
15 | 15 | ||