./www/p5-HTML-Parser, Perl5 module to parse HTML text documents

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.85nb1, Package name: p5-HTML-Parser-3.85nb1, Maintainer: pkgsrc-users

HTML-Parser is a collection of modules that parse HTML text documents.
These modules used to be part of the libwww-perl distribution, but are
now unbundled in order to facilitate a separate development track. Bug
reports and discussions about these modules can still be sent to the
<libwww-perl@ics.uci.edu> mailing list. Remember to also take a look at
the HTML-Tree module collection that create and extract information from
HTML syntax trees.


Required to run:
[www/p5-URI] [www/p5-HTML-Tagset] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 148.024 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-16 21:06:25 by Thomas Klausner | Files touched by this commit (2542)
Log message:
*: recursive bump for perl5 5.44.0
   2026-05-24 19:48:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-HTML-Parser: update to 3.85.

3.85      2026-05-19
    - Replace deprecated uvuni_to_utf8() with uvchr_to_utf8() (GH#50)
      (GitHub Copilot, reported by James E Keenan)

3.84      2026-05-19
    - Fix heap-use-after-free in _decode_entities (CVE-2026-8829) (GH#56)
      (Paul Johnson)
   2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519)
Log message:
*: bump for perl 5.42.0
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-08-04 09:03:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-HTML-Parser: update to 3.83.

3.83      2024-07-30
    - fix '$\/]' in HTML::Entities::encode_entities (GH#45) (mauke)
   2024-03-19 11:11:59 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-HTML-Parser: update to 3.82.

3.82      2024-03-13
    - "img lowsrc" and "body background" are not in the \ 
HTMLv5 spec (GH#43)
      (Jess)
    - Replace "FileHandle" with "IO::File" (GH#42) (James \ 
Raspass)
    - Fix some minor typos (GH#41) (Yoshikazu Sawa)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-04-29 11:15:36 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 3.81

3.81      2023-01-30
    - Stop depending on "Test" (GH#34) (James Raspass)
    - fix test scripts after conversion to Test::More (GH#35) (Graham Knop)