Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589468 - dev-vcs/gitolite{,-gentoo}: use of REPLACING_VERSIONS does not account for multiple values
Summary: dev-vcs/gitolite{,-gentoo}: use of REPLACING_VERSIONS does not account for mu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 12:37 UTC by Michał Górny
Modified: 2021-07-09 23:28 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 12:37:05 UTC
See the tracker bug.

  if [ "$(get_major_version $REPLACING_VERSIONS)" = "2" ]; then

This is going to fail hard with empty RV or >1 value in RV.
Comment 1 Larry the Git Cow gentoo-dev 2021-07-09 23:28:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646a3fcc850dcbf34cf11198f1445d1aaf2b43ae

commit 646a3fcc850dcbf34cf11198f1445d1aaf2b43ae
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-07-09 23:25:06 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-07-09 23:26:06 +0000

    dev-vcs/gitolite-gentoo: migrate to GLEP 81
    
    Closes: https://bugs.gentoo.org/589468
    Closes: https://bugs.gentoo.org/781566
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../gitolite-gentoo-2.3.1-r2.ebuild                |  69 ++++++++++++++
 .../gitolite-gentoo-3.6.6.1-r2.ebuild              | 106 +++++++++++++++++++++
 2 files changed, 175 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e531d27c15620166c918874701fe37c553d523

commit 56e531d27c15620166c918874701fe37c553d523
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-07-09 23:14:11 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-07-09 23:17:54 +0000

    dev-vcs/gitolite: migrate to GLEP 81
    
    Closes: https://bugs.gentoo.org/781566
    Closes: https://bugs.gentoo.org/589468
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-vcs/gitolite/gitolite-2.3.1-r2.ebuild  |  65 +++++++++++++++++++
 dev-vcs/gitolite/gitolite-3.6.11-r1.ebuild | 100 +++++++++++++++++++++++++++++
 2 files changed, 165 insertions(+)