Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667328 - dev-perl/BSON-1.8.0 version bump
Summary: dev-perl/BSON-1.8.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on: perl-5.28-unmask
Blocks:
  Show dependency tree
 
Reported: 2018-09-30 01:38 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2019-07-09 15:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-09-30 01:38:09 UTC
Just filing this for later.

Can't bump BSON due to the addition of:

             "JSON::MaybeXS" : "0",
+            "JSON::PP" : "2.97001",
             "Path::Tiny" : "0.054",


Which is 5.27.8+ only:

corelist -a JSON::PP | grep 2.97001
  v5.27.8    2.97001   
  v5.27.9    2.97001   
  v5.27.10   2.97001   
  v5.27.11   2.97001   
  v5.28.0    2.97001   
  v5.29.0    2.97001   

So will re-visit this once we unmask 5.28
Comment 1 Larry the Git Cow gentoo-dev 2019-07-09 15:55:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c04b19ea8205cf901e5c5fa207634119759b5ce

commit 9c04b19ea8205cf901e5c5fa207634119759b5ce
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2019-07-09 15:53:42 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2019-07-09 15:55:09 +0000

    dev-perl/BSON: Bump to version 1.10.2 re bug #667328
    
    Upstream:
    - Add support for Extended JSON v2
    - Deprecate 'inflate_extjson' method
    - Add 'extjson_to_perl' method
    - Implement ObjectID spec
    - Limit Encoding/Decoding to max depth limits
    - BSON::Raw: Add 'get_first_key' method
    - Improve BSON error messages
    
    Closes: https://bugs.gentoo.org/667328
    Package-Manager: Portage-2.3.66, Repoman-2.3.16
    Signed-off-by: Kent Fredric <kentnl@gentoo.org>

 dev-perl/BSON/BSON-1.10.2.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++
 dev-perl/BSON/Manifest           |  1 +
 dev-perl/BSON/metadata.xml       |  2 ++
 3 files changed, 49 insertions(+)