Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589538 - x11-base/xorg-server: use of REPLACING_VERSIONS does not account for multiple values
Summary: x11-base/xorg-server: use of REPLACING_VERSIONS does not account for multiple...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 13:09 UTC by Michał Górny
Modified: 2018-06-20 06:47 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:09:19 UTC
See the tracker bug.

  if [[ ${PV} != 9999 && $(get_version_component_range 2 ${REPLACING_VERSIONS}) != $(get_version_component_range 2 ${PV}) ]]; then

This is going to fail hard when RV is empty or has >1 value.
Comment 1 Matt Turner gentoo-dev 2017-02-27 00:07:39 UTC
Please feel free to fix.
Comment 2 Matt Turner gentoo-dev 2018-06-20 06:47:42 UTC
No in tree version still uses REPLACING_VERSIONS.