Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643514 - sys-apps/portage: 'repoman manifest' does not clean old hashes when old+new are present
Summary: sys-apps/portage: 'repoman manifest' does not clean old hashes when old+new a...
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-05 09:16 UTC by Michał Górny
Modified: 2022-07-12 03:18 UTC (History)
2 users (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 2018-01-05 09:16:37 UTC
I've just noticed this while working with a PR. I had a mix of old and new hashes due to git merge failure, i.e.:

  foo NNN BLAKE2B ... SHA512 ...
  ===
  foo NNN SHA256 ... SHA512 ... WHIRLPOOL ...

The call to 'repoman manifest' turned this into:

  foo NNN BLAKE2B ... SHA256 ... SHA512 ... WHIRLPOOL ...

and afterwards repoman didn't want to remove the old hashes. This looks like the same problem eva@ hit (if I recall correctly).
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:36 UTC
repoman support has been removed per bug 835013.

Please file a new bug (or, I suppose, reopen this one) if you feel this check is still applicable to pkgcheck and doesn't already exist.