Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-XML-Twig
From: Wen Heping
Date: 2016-11-28 13:14:05
Message id: 20161128121405.28370FBA6@cvs.NetBSD.org
Log Message:
Update to 3.52
Upstream changes:
3.52 - 2016-11-23 - minor maintenance release
- fixed: the previous fix was buggy...
3.51 - 2016-11-23 - minor maintenance release
- fixed: failing tests when XML::XPathEngine and XML::XPath not available
3.50 - 2016-11-22 - minor maintenance release
- added: the no_xxe option to XML::Twig::new, which causes the parse
to fail if external entities are used (to prevent malicious XML to
access the filesystem).
See RT#118097 https://rt.cpan.org/Public/Bug/Display.html?id=118097
- fixed: warning (and soon error) due to unescaped literal left braces
in regular expressions in the code generating Twig.pm
reported by trwyant
https://github.com/mirod/xmltwig/issues/26
- fixed: (partial fix) implement getNamespaces in XML::Twig::XPath::Elt
the expression doesn't crash the code, but doesn't return anything
interesting (yet)
reported by Nathan Glenn
https://github.com/mirod/xmltwig/issues/12
- fixed: various spelling mistakes
https://github.com/mirod/xmltwig/pull/24
thanks to James McCoy for the patch
- git repo cleanup, thanks to mjg17
Files: