Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589518 - sys-apps/sandbox: use of REPLACING_VERSIONS does not account for multiple values
Summary: sys-apps/sandbox: use of REPLACING_VERSIONS does not account for multiple values
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 13:01 UTC by Michał Górny
Modified: 2017-10-03 19:09 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 13:01:47 UTC
See the tracker bug.

  if [[ ${REPLACING_VERSIONS} == 1.* ]] ; then

Doesn't account for >1 value in RV.
Comment 1 Larry the Git Cow gentoo-dev 2017-10-03 19:09:44 UTC
The bug has been closed via the following commit(s):

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

commit 0e75df216fd02d70c32ce8cac8b52690f879566f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2017-10-03 18:26:47 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-10-03 19:09:26 +0000

    sys-apps/sandbox: Fix REPLACING_VERSIONS use
    
    Closes: https://bugs.gentoo.org/589518

 sys-apps/sandbox/sandbox-2.12.ebuild | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)