Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589516 - sys-apps/pciutils: use of REPLACING_VERSIONS does not account for multiple values
Summary: sys-apps/pciutils: 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: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 13:01 UTC by Michał Górny
Modified: 2022-02-07 02:25 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:05 UTC
See the tracker bug.

  if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 3.2.0 ]]; then

Doesn't account for RV having >1 value. Also uses lexicographical string comparison on numbers, so 10 < 1.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-07 02:25:04 UTC
Fixed a while ago.