Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743382 - app-admin/salt-3001.1: update dependency on dev-python/msgpack to be >=1.0.0
Summary: app-admin/salt-3001.1: update dependency on dev-python/msgpack to be >=1.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-18 16:20 UTC by Marc Schiffbauer
Modified: 2020-09-18 17:17 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 Marc Schiffbauer gentoo-dev 2020-09-18 16:20:16 UTC
Salt had issues with mspack 1.0.0 and now 3001 has issues with msgpack <1.0.0

Please update RDEPEND from

    >=dev-python/msgpack-0.5[${PYTHON_USEDEP}]
    <dev-python/msgpack-1.0[${PYTHON_USEDEP}]

to

    >=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]

Please see https://github.com/saltstack/salt/pull/57571

Using msgpack 1.0.0 fixes issues like this:
https://github.com/saltstack/salt/issues/54884

where minions are not able to return data larger than 1M
Comment 1 Larry the Git Cow gentoo-dev 2020-09-18 17:17:46 UTC
The bug has been closed via the following commit(s):

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

commit b841954306fa0d337233b028da482a659ca3a87a
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2020-09-18 17:17:32 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2020-09-18 17:17:32 +0000

    app-admin/salt-3001.1-r2: Revbump, update msgpack dep (bug #743382)
    
    Closes: https://bugs.gentoo.org/743382
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-3.0.7, Repoman-3.0.1
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 app-admin/salt/{salt-3001.1-r1.ebuild => salt-3001.1-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)