public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Twig/
Date: Fri, 25 Nov 2016 13:35:03 +0000 (UTC)	[thread overview]
Message-ID: <1480080896.a8c9d23a38a9c19d21033b5834b660f8340f187e.kentnl@gentoo> (raw)

commit:     a8c9d23a38a9c19d21033b5834b660f8340f187e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 13:32:47 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 13:34:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c9d23a

dev-perl/XML-Twig: Bump to version 3.520.0 (re bug #598764)

- EAPI6
- Parallel Testing
- Author test cleanup

Upstream:
- New option "no_xxe" for XML::Twig->new, which causes the parse to
  fail if external entities are used. (See CVE-2016-9180)
- Fix warnings/errors with unescaped regex braces.
- Partial fixes for getNamespaces in XML::Twig::XPath::Elt

Bug: https://bugs.gentoo.org/598764

Package-Manager: portage-2.3.2

 dev-perl/XML-Twig/Manifest                |  1 +
 dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild | 42 +++++++++++++++++++++++++++++++
 dev-perl/XML-Twig/metadata.xml            |  4 +--
 3 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Twig/Manifest b/dev-perl/XML-Twig/Manifest
index 8fce374..ea1d13b 100644
--- a/dev-perl/XML-Twig/Manifest
+++ b/dev-perl/XML-Twig/Manifest
@@ -1 +1,2 @@
 DIST XML-Twig-3.49.tar.gz 402874 SHA256 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 SHA512 162c07f912062723f225e9620cf18a8a8ad1282abeab6c981c9acb9f638f6fbc70476811533c7c739e861e0cce4ccbc7f44ce0cbe8a9b6b4947e60cffacce23c WHIRLPOOL 6dac6b7e40a8ba7b68f613dfd4d24cad754f8d5be9d7b7c1bb580d177b5c903ed95dc64d06933a48122e458ae987ae1c84a3ea21d7570cda8ab39709ebe95f32
+DIST XML-Twig-3.52.tar.gz 407769 SHA256 fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad SHA512 1594e127fb76c0e53d0bd1f0a12fe3874c9523dd2bc55675d5a6cf44d5682ddea481671f786d3a65e6b69f5307c4da1701529f318453a1f8a22685b2dae793a6 WHIRLPOOL 82877678a363d20d829f3a3aef62fd0db325afbb86b12acdf4977cdd7d39e4c0839e435d7a9b30a87474ea4b31e7f118291a7575237af9a0097a19212385e934

diff --git a/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild b/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild
new file mode 100644
index 00000000..806d19f
--- /dev/null
+++ b/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIROD
+DIST_VERSION=3.52
+inherit perl-module
+
+DESCRIPTION="Process huge XML documents in tree mode"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="nls test"
+
+RDEPEND="
+	>=dev-perl/XML-Parser-2.31
+	>=virtual/perl-Scalar-List-Utils-1.230.0
+	>=virtual/perl-Encode-2.240.100_rc
+	>=dev-libs/expat-1.95.5
+	dev-perl/Tie-IxHash
+	dev-perl/XML-XPath
+	>=dev-perl/libwww-perl-6.40.0
+	>=dev-perl/HTML-Parser-3.690.0
+	nls? (
+		>=dev-perl/Text-Iconv-1.2-r1
+	)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/XML-Handler-YAWriter-0.230.0
+		>=dev-perl/XML-SAX-Writer-0.530.0
+	)
+"
+
+src_test() {
+	perl_rm_files "t/pod.t" "t/pod_coverage.t" "t/test_changes.t" \
+		"t/test_kwalitee.t" "t/test_meta_json.t"
+	perl-module_src_test
+}

diff --git a/dev-perl/XML-Twig/metadata.xml b/dev-perl/XML-Twig/metadata.xml
index 8026d86..99fd748 100644
--- a/dev-perl/XML-Twig/metadata.xml
+++ b/dev-perl/XML-Twig/metadata.xml
@@ -11,11 +11,11 @@
     <remote-id type="cpan-module">XML::Twig::Elt</remote-id>
     <remote-id type="cpan-module">XML::Twig::Entity</remote-id>
     <remote-id type="cpan-module">XML::Twig::Entity_list</remote-id>
+    <remote-id type="cpan-module">XML::Twig::Notation</remote-id>
+    <remote-id type="cpan-module">XML::Twig::Notation_list</remote-id>
     <remote-id type="cpan-module">XML::Twig::XPath</remote-id>
     <remote-id type="cpan-module">XML::Twig::XPath::Attribute</remote-id>
     <remote-id type="cpan-module">XML::Twig::XPath::Elt</remote-id>
     <remote-id type="cpan-module">XML::Twig::XPath::Namespace</remote-id>
-    <remote-id type="cpan-module">XML::XPath::NodeSet</remote-id>
-    <remote-id type="cpan-module">XML::XPathEngine::NodeSet</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2016-11-25 13:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-25 13:35 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06  1:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Twig/ Sam James
2025-03-03 20:34 Sam James
2025-03-03 20:26 Sam James
2025-03-03 20:26 Sam James
2025-03-03 20:26 Sam James
2025-03-03 20:20 Sam James
2025-01-22  4:55 Sam James
2022-05-14  6:54 WANG Xuerui
2021-12-13  0:57 Andreas K. Hüttel
2021-10-07 21:07 Andreas K. Hüttel
2021-07-19 14:24 Yixun Lan
2020-07-23  9:17 Kent Fredric
2020-07-18  8:06 Fabian Groffen
2019-01-17 20:53 Mikle Kolyada
2018-10-20 11:26 Markus Meier
2018-09-26 20:49 Sergei Trofimovich
2018-06-08 13:26 Mikle Kolyada
2018-03-28 19:09 Matt Turner
2018-03-01 14:28 Michał Górny
2017-04-28 17:59 Kent Fredric
2017-01-29 16:59 Fabian Groffen
2016-12-05 18:58 Agostino Sarubbo
2016-12-05 15:49 Tobias Klausmann
2016-10-23 18:38 Andreas Hüttel
2016-10-23 18:38 Andreas Hüttel
2016-09-30  7:43 Tobias Klausmann
2016-09-29 19:06 Andreas Hüttel
2015-08-11 21:09 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480080896.a8c9d23a38a9c19d21033b5834b660f8340f187e.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox