Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589526 - sys-cluster/torque: use of REPLACING_VERSIONS does not account for multiple values
Summary: sys-cluster/torque: use of REPLACING_VERSIONS does not account for multiple v...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 13:04 UTC by Michał Górny
Modified: 2022-02-07 02:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
deprecated (patch_589526,13.67 KB, patch)
2017-04-11 20:51 UTC, ruknez
Details | Diff
torque.ebuild.patch (patch_589526,3.85 KB, patch)
2017-04-12 08:30 UTC, ruknez
Details | Diff

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:04:50 UTC
See the tracker bug.

  if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 4 ]]; then

Doesn't account for >1 value in RV. Also uses lexicographical string comparison, so 10 < 4.
Comment 1 ruknez 2017-04-11 20:51:22 UTC
Created attachment 469782 [details, diff]
deprecated
Comment 2 ruknez 2017-04-11 20:59:25 UTC
Hi, I fixed this bug for all fies in this directory. (.../sys-cluster/torque)

Add an attachment with git diff.
Comment 3 ruknez 2017-04-12 08:30:43 UTC
Created attachment 469796 [details, diff]
torque.ebuild.patch

Fixed patch`s file
Comment 4 ruknez 2017-04-12 08:56:52 UTC
Comment on attachment 469796 [details, diff]
torque.ebuild.patch

Here You can see git diff (Between old files and new and now without Manifest)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-07 02:25:46 UTC
Fixed a while ago.