pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-Parser
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 24 17:57:31 UTC 2026
Modified Files:
pkgsrc/textproc/p5-XML-Parser: Makefile distinfo
Log Message:
p5-XML-Parser: update to 2.59.
2.59 2026-05-20 (by Todd Rinaldo)
Fixes:
- PR #269 GH #268 Recognize blessed glob handles (e.g. IO::String)
in Expat::parse. The input-detection logic already handled
IO::Handle subclasses, unblessed GLOB refs, bare globs, and
bareword filehandle names but missed blessed globs that don't
inherit from IO::Handle (such as IO::String), silently
stringifying them and feeding the stringification to ParseString.
Add a Scalar::Util::reftype check so blessed GLOB references are
treated like any other glob handle
Maintenance:
- Add IO::String to the cpanfile so CI exercises the
blessed-glob-handle code path covered by PR #269
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/textproc/p5-XML-Parser/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/p5-XML-Parser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-XML-Parser/Makefile
diff -u pkgsrc/textproc/p5-XML-Parser/Makefile:1.66 pkgsrc/textproc/p5-XML-Parser/Makefile:1.67
--- pkgsrc/textproc/p5-XML-Parser/Makefile:1.66 Sun Apr 26 04:41:20 2026
+++ pkgsrc/textproc/p5-XML-Parser/Makefile Sun May 24 17:57:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2026/04/26 04:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2026/05/24 17:57:31 wiz Exp $
-DISTNAME= XML-Parser-2.58
+DISTNAME= XML-Parser-2.59
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TODDR/}
Index: pkgsrc/textproc/p5-XML-Parser/distinfo
diff -u pkgsrc/textproc/p5-XML-Parser/distinfo:1.24 pkgsrc/textproc/p5-XML-Parser/distinfo:1.25
--- pkgsrc/textproc/p5-XML-Parser/distinfo:1.24 Sun Apr 26 04:41:20 2026
+++ pkgsrc/textproc/p5-XML-Parser/distinfo Sun May 24 17:57:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2026/04/26 04:41:20 wiz Exp $
+$NetBSD: distinfo,v 1.25 2026/05/24 17:57:31 wiz Exp $
-BLAKE2s (XML-Parser-2.58.tar.gz) = f0aa6b08941df536b3e05979de9d36d6bdd358c88c561f3644c4131d7cc8b7b6
-SHA512 (XML-Parser-2.58.tar.gz) = f62b0b1eb131194c40118b609545cc1870252655ebf144c95487469e4b69ac4f3127bca54a06014d8676cb996673a854d87144b63b15f362f909bb8fb18fb69c
-Size (XML-Parser-2.58.tar.gz) = 472296 bytes
+BLAKE2s (XML-Parser-2.59.tar.gz) = e01f4e353b3168bd2f6e70c60ab8ebddbdde7977daec7a2a988afb1e0f2f52e4
+SHA512 (XML-Parser-2.59.tar.gz) = 395ad365ae6209827737448711d5d5f61daf013380d196d26a5c7a88c0aa353baa09c775e6086622b491e515824b957022f4c119264559127fdb97f4cbe22381
+Size (XML-Parser-2.59.tar.gz) = 472643 bytes
Home |
Main Index |
Thread Index |
Old Index