pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-Simple
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 18 08:53:28 UTC 2018
Modified Files:
pkgsrc/textproc/p5-XML-Simple: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/p5-XML-Simple/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-XML-Simple/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-Simple/Makefile
diff -u pkgsrc/textproc/p5-XML-Simple/Makefile:1.36 pkgsrc/textproc/p5-XML-Simple/Makefile:1.37
--- pkgsrc/textproc/p5-XML-Simple/Makefile:1.36 Mon Jun 5 14:24:58 2017
+++ pkgsrc/textproc/p5-XML-Simple/Makefile Sun Mar 18 08:53:27 2018
@@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/XM
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
Index: pkgsrc/textproc/p5-XML-Simple/distinfo
diff -u pkgsrc/textproc/p5-XML-Simple/distinfo:1.12 pkgsrc/textproc/p5-XML-Simple/distinfo:1.13
--- pkgsrc/textproc/p5-XML-Simple/distinfo:1.12 Sat Apr 29 07:40:26 2017
+++ pkgsrc/textproc/p5-XML-Simple/distinfo Sun Mar 18 08:53:27 2018
@@ -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