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/JSON-XS/
Date: Thu, 26 Oct 2017 06:15:36 +0000 (UTC)	[thread overview]
Message-ID: <1508998513.e789474126b7689a842763adb55e358e538866e7.kentnl@gentoo> (raw)

commit:     e789474126b7689a842763adb55e358e538866e7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 06:15:13 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 06:15:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7894741

dev-perl/JSON-XS: Bump to version 3.40.0

Upstream:
- realloc algorithm now properly exponential
- don't over-allocate output space in string encoding
- croak if buffers get too large
- add cbor-packed type to json_xs script
- use YAML::XS in json_xs script

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild | 26 ++++++++++++++++++++++++++
 dev-perl/JSON-XS/Manifest              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild b/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild
new file mode 100644
index 00000000000..2e220e3310e
--- /dev/null
+++ b/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=3.04
+DIST_EXAMPLES=("eg/bench")
+inherit perl-module
+
+DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/Types-Serialiser
+	dev-perl/common-sense
+	!<dev-perl/JSON-2.900.0
+	!<dev-perl/JSON-Any-1.310.0
+"
+DEPEND="${RDEPEND}
+	dev-perl/Canary-Stability
+	>=virtual/perl-ExtUtils-MakeMaker-6.520.0
+	test? ( virtual/perl-Test-Harness )"

diff --git a/dev-perl/JSON-XS/Manifest b/dev-perl/JSON-XS/Manifest
index 58e102db37c..504060e5f94 100644
--- a/dev-perl/JSON-XS/Manifest
+++ b/dev-perl/JSON-XS/Manifest
@@ -1,2 +1,3 @@
 DIST JSON-XS-3.01.tar.gz 78245 SHA256 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab SHA512 75acc0d1b8a916ff1ef08466357e77159f1c53a0e021f93a066f745bf3a67dbf18342fb7f1d8666f2ff2c54a0257ea8a9ce6efc8ce2eeefa81689d406f667733 WHIRLPOOL 0f16dfcc5b852bf07f71f15df24c597ffa2f6fea905cf159845abb8d1124c9c36005cf5743f89a5ab46c28f9688d367a8b08a6b4fc28964eec5b87d5190f0e44
 DIST JSON-XS-3.03.tar.gz 83303 SHA256 699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e100004f016a702e876dde SHA512 757dc3bff01860d348e3bbb0c68ddef6a80e25f74b812b1969e57f4284724fc92828014c059a91c232ba100b5c96d41257272900db48395b484d6eeb540c5db8 WHIRLPOOL fbeb37c203064b7522cd2febca8f51ab5e0f9cbf439525323d15876c875fe730303e099a640a82a2aa52f7853625e288751d93eb6058f8324e7bed3f9d7ad3f5
+DIST JSON-XS-3.04.tar.gz 83424 SHA256 65d8836bd8ea6f0b7bffc70b2212156adc3e2ffa587e27e548d576893f097c2c SHA512 69c2e199385b5b5e331d905b64805304de80e1a3b393acaf7dce21c45254b1f23f1a83b246dcd3a80c2cfdadaf8ce3634ee587c469629cb69106f0c2239c73db WHIRLPOOL 8f941c66fcdb7bf7b3673ad4360e9503ce5e7102032bdd7a9ee62dcfdbb80439b449a183d54b2d3d46d57acb66fa2bb70dabda47db219c09b3fceca7400bdb5e


             reply	other threads:[~2017-10-26  6:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26  6:15 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-19  7:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-XS/ WANG Xuerui
2021-11-07  0:13 Andreas K. Hüttel
2021-08-06  0:30 Sam James
2021-08-03 12:38 Agostino Sarubbo
2021-08-03 10:54 Sam James
2021-08-02  4:16 Sam James
2021-08-02  2:19 Sam James
2021-08-01  7:24 Sam James
2021-06-22 18:13 Andreas K. Hüttel
2019-04-25  3:52 Aaron Bauman
2018-10-19 18:15 Fabian Groffen
2018-07-23  0:29 Mikle Kolyada
2018-06-28 15:04 Mikle Kolyada
2018-06-26 14:03 Tobias Klausmann
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-06-10 19:33 Aaron Bauman
2018-06-10 17:43 Thomas Deutschmann
2018-03-21  4:55 Matt Turner
2018-02-22 19:35 Michał Górny
2017-06-21  8:59 Alexis Ballier
2017-01-26 14:04 Tobias Klausmann
2016-11-17  4:03 Kent Fredric
2016-03-16 20:36 Andreas Hüttel
2016-03-14 22:12 Agostino Sarubbo

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=1508998513.e789474126b7689a842763adb55e358e538866e7.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