pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-Twig
Module Name: pkgsrc
Committed By: wen
Date: Mon Nov 28 12:14:05 UTC 2016
Modified Files:
pkgsrc/textproc/p5-XML-Twig: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/p5-XML-Twig/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-XML-Twig/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-Twig/Makefile
diff -u pkgsrc/textproc/p5-XML-Twig/Makefile:1.35 pkgsrc/textproc/p5-XML-Twig/Makefile:1.36
--- pkgsrc/textproc/p5-XML-Twig/Makefile:1.35 Wed Jun 8 19:24:46 2016
+++ pkgsrc/textproc/p5-XML-Twig/Makefile Mon Nov 28 12:14:05 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2016/06/08 19:24:46 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2016/11/28 12:14:05 wen Exp $
-DISTNAME= XML-Twig-3.49
+DISTNAME= XML-Twig-3.52
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
Index: pkgsrc/textproc/p5-XML-Twig/distinfo
diff -u pkgsrc/textproc/p5-XML-Twig/distinfo:1.16 pkgsrc/textproc/p5-XML-Twig/distinfo:1.17
--- pkgsrc/textproc/p5-XML-Twig/distinfo:1.16 Fri Oct 30 13:26:52 2015
+++ pkgsrc/textproc/p5-XML-Twig/distinfo Mon Nov 28 12:14:05 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/10/30 13:26:52 wen Exp $
+$NetBSD: distinfo,v 1.17 2016/11/28 12:14:05 wen Exp $
-SHA1 (XML-Twig-3.49.tar.gz) = 4d46acdb3d81ce0b44d7d1ae9feb7c411b29e430
-RMD160 (XML-Twig-3.49.tar.gz) = 7aab0ed9484fa01f45d7b8c787d0f6b229606803
-SHA512 (XML-Twig-3.49.tar.gz) = 162c07f912062723f225e9620cf18a8a8ad1282abeab6c981c9acb9f638f6fbc70476811533c7c739e861e0cce4ccbc7f44ce0cbe8a9b6b4947e60cffacce23c
-Size (XML-Twig-3.49.tar.gz) = 402874 bytes
+SHA1 (XML-Twig-3.52.tar.gz) = ce4ad6f055ea677ab5526e55677faffcc6457eb8
+RMD160 (XML-Twig-3.52.tar.gz) = 532413b74b6372e32c9a1e54b0a73ffd24ad31ff
+SHA512 (XML-Twig-3.52.tar.gz) = 1594e127fb76c0e53d0bd1f0a12fe3874c9523dd2bc55675d5a6cf44d5682ddea481671f786d3a65e6b69f5307c4da1701529f318453a1f8a22685b2dae793a6
+Size (XML-Twig-3.52.tar.gz) = 407769 bytes
Home |
Main Index |
Thread Index |
Old Index