Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560748 - sys-apps/portage-2.2.20.1: repoman manifest-check doesn't validate DIST entries
Summary: sys-apps/portage-2.2.20.1: repoman manifest-check doesn't validate DIST entries
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: 2015-09-18 08:08 UTC by Justin Lecher (RETIRED)
Modified: 2022-07-12 03:18 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 Justin Lecher (RETIRED) gentoo-dev 2015-09-18 08:08:03 UTC
 $ (0) repoman --version
 Portage 2.2.20.1
 
 
Just tamper a Manifest ad run repoman manifest-check. repoman is still happy even with broken manifest.
Comment 1 Zac Medico gentoo-dev 2015-09-18 17:46:19 UTC
Currently, it doesn't really do anything for thin manifests.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-09-18 17:48:22 UTC
(In reply to Zac Medico from comment #1)
> Currently, it doesn't really do anything for thin manifests.

Looking at the code, it never does anything.

I am looking for a command to check validity of DIST checksums.
Comment 3 Zac Medico gentoo-dev 2015-09-18 18:15:39 UTC
This seems beyond the scope of the digestcheck function that repoman uses, we'll probably want to create a new function (or Manifest method) for repoman to call for read-only modes like manifest-check. It won't need to be called for commit mode, since that already regenerates the manifest when needed.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:35 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.