pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Simple p5-XML-Simple: update to 2.25.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86272cd1fe1a
branches:  trunk
changeset: 377551:86272cd1fe1a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 18 08:53:27 2018 +0000

description:
p5-XML-Simple: update to 2.25.

2.25      2018-03-18 16:18:24+13:00 Pacific/Auckland
  - disable entity expansion when using XML::Parser, for more secure default
    behaviour (patch from Ray Morris)
  - call to XML::Parser constructor is now in its own method to ease overriding

diffstat:

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

diffs (39 lines):

diff -r 1fd5519b334e -r 86272cd1fe1a textproc/p5-XML-Simple/Makefile
--- a/textproc/p5-XML-Simple/Makefile   Sun Mar 18 08:52:09 2018 +0000
+++ b/textproc/p5-XML-Simple/Makefile   Sun Mar 18 08:53:27 2018 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2017/06/05 14:24:58 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.37 2018/03/18 08:53:27 wiz Exp $
 
-DISTNAME=      XML-Simple-2.24
+DISTNAME=      XML-Simple-2.25
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
 
@@ -12,8 +10,6 @@
 COMMENT=       Easy Perl API to read/write XML
 LICENSE=       ${PERL5_LICENSE}
 
-# well, XML::SAX >= 0.15 is required, and we distribute 0.99 after a lot of
-# out and back in of XML::SAX::Base I tend to require no specific version
 DEPENDS+=      p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
 DEPENDS+=      p5-XML-SAX-Expat-[0-9]*:../../textproc/p5-XML-SAX-Expat
 DEPENDS+=      p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
diff -r 1fd5519b334e -r 86272cd1fe1a textproc/p5-XML-Simple/distinfo
--- a/textproc/p5-XML-Simple/distinfo   Sun Mar 18 08:52:09 2018 +0000
+++ b/textproc/p5-XML-Simple/distinfo   Sun Mar 18 08:53:27 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/04/29 07:40:26 wen Exp $
+$NetBSD: distinfo,v 1.13 2018/03/18 08:53:27 wiz Exp $
 
-SHA1 (XML-Simple-2.24.tar.gz) = 1b739896f47188bf6cf2aff6931e563606c8bc07
-RMD160 (XML-Simple-2.24.tar.gz) = c816afa58d8ef58bbc675f1fdaba90e8d2f45972
-SHA512 (XML-Simple-2.24.tar.gz) = fd57d1be7fdd884d55d22e478a3f94a111b5fc23167851a2ff15894807877c71a1620d3208693e8a1dfb00b385ac4f011d2b56f239c63d2c9d435701df7b3942
-Size (XML-Simple-2.24.tar.gz) = 77412 bytes
+SHA1 (XML-Simple-2.25.tar.gz) = 2642718bf55485798de4693ac34f051c1eaff5c9
+RMD160 (XML-Simple-2.25.tar.gz) = 35f61305c4634b4e753567473725ed5ef5d67d74
+SHA512 (XML-Simple-2.25.tar.gz) = 0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c
+Size (XML-Simple-2.25.tar.gz) = 78443 bytes



Home | Main Index | Thread Index | Old Index