Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 643514

Summary: sys-apps/portage: 'repoman manifest' does not clean old hashes when old+new are present
Product: Portage Development Reporter: Michał Górny <mgorny>
Component: RepomanAssignee: Portage team <dev-portage>
Status: RESOLVED WONTFIX    
Severity: normal CC: eva, tsmksubc
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.