pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Twig Update to 3.52



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2970dcc2d880
branches:  trunk
changeset: 355285:2970dcc2d880
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Nov 28 12:14:05 2016 +0000

description:
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

diffstat:

 textproc/p5-XML-Twig/Makefile |   5 ++---
 textproc/p5-XML-Twig/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r bf06d9a78e2e -r 2970dcc2d880 textproc/p5-XML-Twig/Makefile
--- a/textproc/p5-XML-Twig/Makefile     Mon Nov 28 12:08:51 2016 +0000
+++ b/textproc/p5-XML-Twig/Makefile     Mon Nov 28 12:14:05 2016 +0000
@@ -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/}
 
diff -r bf06d9a78e2e -r 2970dcc2d880 textproc/p5-XML-Twig/distinfo
--- a/textproc/p5-XML-Twig/distinfo     Mon Nov 28 12:08:51 2016 +0000
+++ b/textproc/p5-XML-Twig/distinfo     Mon Nov 28 12:14:05 2016 +0000
@@ -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