diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-09-18 15:00:53 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-19 12:22:00 -0700 |
| commit | f7244cbb0f183ee29ff050527ebf95e606f5f8fd (patch) | |
| tree | b684742bb4ba772f5ab24cd2145e1e48d4f4377f /meta-perl/recipes-perl/libhtml | |
| parent | f200e9c401288c315c7c039a66ec9f2054d31396 (diff) | |
| download | meta-openembedded-f7244cbb0f183ee29ff050527ebf95e606f5f8fd.tar.gz | |
libhtml-tree-perl: upgrade 5.03 -> 5.04
License-Update: Still distributed under the same terms as Perl itself.
refresh patch.
5.04 2017--04-17
Release by Jeff Fearn
[FIXES]
* Remove Distzilla to fix RT #120521 #89820
* Add POD to htmltree RT #116367
* Speed up is_inside method RT #113415
- From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
* Fix extra spaces being added to comments RT #94311
- From Tomaz Solc
* Don't needlessly escape characters in element content RT #93431
- From Tomaz Solc
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libhtml')
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch | 6 | ||||
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb (renamed from meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb) | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch b/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch index 4266f059d7..19b2c23d55 100644 --- a/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch +++ b/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch | |||
| @@ -17,9 +17,9 @@ index 8bf3db2..f9927e5 100755 | |||
| 17 | @@ -1,4 +1,4 @@ | 17 | @@ -1,4 +1,4 @@ |
| 18 | -#!/usr/bin/perl | 18 | -#!/usr/bin/perl |
| 19 | +#!/usr/bin/env perl | 19 | +#!/usr/bin/env perl |
| 20 | # Time-stamp: "2000-10-02 14:48:15 MDT" | 20 | |
| 21 | # | 21 | use warnings; |
| 22 | # Parse the given HTML file(s) and dump the parse tree | 22 | use strict; |
| 23 | -- | 23 | -- |
| 24 | 1.9.1 | 24 | 1.9.1 |
| 25 | 25 | ||
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb index 77737f666d..59bab0c748 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb | |||
| @@ -6,15 +6,15 @@ libwww-perl distribution, but are now unbundled in order to facilitate \ | |||
| 6 | a separate development track." | 6 | a separate development track." |
| 7 | SECTION = "libs" | 7 | SECTION = "libs" |
| 8 | 8 | ||
| 9 | HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README" | 9 | HOMEPAGE = "https://metacpan.org/release/JFEARN/HTML-Tree-5.04/source/README" |
| 10 | 10 | ||
| 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=74;endline=91;md5=260d31d31370658947ae050eef27aca9" |
| 13 | 13 | ||
| 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JF/JFEARN/HTML-Tree-${PV}.tar.gz \ |
| 15 | file://bin-htmltree-fix-shebang.patch \ | 15 | file://bin-htmltree-fix-shebang.patch \ |
| 16 | " | 16 | " |
| 17 | SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f" | 17 | SRC_URI[sha256sum] = "1959ea2f7a9f1491903238d3a2cbef3a8e9aaaa75963f7114dbf54dca791b7be" |
| 18 | 18 | ||
| 19 | S = "${UNPACKDIR}/HTML-Tree-${PV}" | 19 | S = "${UNPACKDIR}/HTML-Tree-${PV}" |
| 20 | 20 | ||
