diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-03 18:41:43 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-03 18:42:23 +1200 |
commit | 2f3372014b78e484f7a00b76b0cbd17727444db9 (patch) | |
tree | 6baf5b98ded94a6f92565f5278fa8c08012f161b | |
parent | dev-libs/botan: version bump (diff) | |
download | gentoo-2f3372014b78e484f7a00b76b0cbd17727444db9.tar.gz gentoo-2f3372014b78e484f7a00b76b0cbd17727444db9.tar.bz2 gentoo-2f3372014b78e484f7a00b76b0cbd17727444db9.zip |
dev-perl/YAML-LibYAML: Bump to version 0.690.0
Upstream:
- (Security) Add $LoadBlessed option[1] to run on/off loading objects
- Fix regex roundtrip [2]
- Fix loading of many regex classes [3]
- Support tags !!str, !!map and !!seq [4]
- Support JSON::PP::Boolean via $YAML::XS::Boolean [5]
- Fix Dump modifying inspected values [6]
[1]
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861958
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/45
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/73
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/74
[2]
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/69
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/70
[3]
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/64
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/71
[4]
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/67
[5]
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/66
[6]
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/32
Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/55
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | dev-perl/YAML-LibYAML/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest index b6211a87e187..7685d8e450e3 100644 --- a/dev-perl/YAML-LibYAML/Manifest +++ b/dev-perl/YAML-LibYAML/Manifest @@ -1,2 +1,3 @@ DIST YAML-LibYAML-0.64.tar.gz 143095 BLAKE2B 9b99e0249629b7ab57a9b407bf0b86e3862a88ef4390d1e524ddd85913f9b82e01c2484740cbf5c1d671c423b598010eb39305ea7441e882940e19ae40f4b211 SHA512 c8d996a9bc86e644c85fa8662b91afb75e0e9bcfeaba88b0a661ef83c9d1dfbcd4464fdba8fcc16269dc3c561c3c5257818f7f15df78bf4331ec2f91a6245faf DIST YAML-LibYAML-0.65.tar.gz 143204 BLAKE2B 5e33f5d9bc1152443b2082c43e95eba34271330aaf279a4ec900185058dfc6fe2f97d0a685367733c1d5abddc3861b9014c02b1f00dad4757bd727e72f166086 SHA512 87998f9d8458476168c06e984696ac562e77f6cfc252c57a8159bb45353bacab7fa159c983275f08fcd54479d7a994feebc2568f51b564d685d99cc66ee87cf0 +DIST YAML-LibYAML-0.69.tar.gz 147007 BLAKE2B 05904048fec7feb3120500e5f5d5faca9f4123a23e9f2080077ea1b36ad2f3ec64691e44a097628f6d5ff60726bb5926187d16414afa851ad32d1e3f477b82a8 SHA512 046cc6e8ef6434f6dd20de4b3046bfb7c86dd54b6620922fbd9d6eab204d0ee40667fc6d56079b5b314843ef759344e3d48728baca011d4a6b5a12ba5887704d diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild new file mode 100644 index 000000000000..a2a134115d28 --- /dev/null +++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TINITA +DIST_VERSION=0.69 +inherit perl-module + +DESCRIPTION="Perl YAML Serialization using XS and libyaml" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker" +export OPTIMIZE="$CFLAGS" + +PERL_RM_FILES=("t/author-pod-syntax.t") |