Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589532 - sys-process/runit: use of REPLACING_VERSIONS does not account for multiple values
Summary: sys-process/runit: use of REPLACING_VERSIONS does not account for multiple va...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 13:06 UTC by Michał Górny
Modified: 2016-11-10 22:55 UTC (History)
1 user (show)

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:06:56 UTC
See the tracker bug.

  elif [ ! version_is_at_least 2.1.2 $REPLACING_VERSIONS ]; then

This is going to fail hard when RV is empty or has more than one value.
Comment 1 William Hubbs gentoo-dev 2016-11-10 22:55:20 UTC
This is fixed in 2.1.2-r1. Thanks for the report.