Opened 5 years ago
Last modified 4 years ago
#59055 new enhancement
port bump suggestions
Reported by: | ra1nb0w | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.6.99 |
Keywords: | Cc: | satraul (Satryaji Aulia) | |
Port: |
Description
During a port update I notice that can be useful to have the following features
- replace md5/sha1 hashes with the latest version like sha256
- if size is not present add it
Maybe at the end of port bump
can be useful to call automatically port lint
Change History (3)
comment:1 follow-ups: 2 3 Changed 5 years ago by satraul (Satryaji Aulia)
comment:2 Changed 5 years ago by ra1nb0w
Replying to satraul:
- replace md5/sha1 hashes with the latest version like sha256
- if size is not present add it
Should these be the default or make it as an option? If as an option, the interactive prompt needs to be implemented first (don't understand how to yet)
From my point of view should be the default behaviour.
Maybe at the end of
port bump
can be useful to call automaticallyport lint
Agreed, a bit out of scope but useful.
save one command ;-)
comment:3 Changed 4 years ago by lhaeger (Lothar Haeger)
Replying to satraul:
Should these be the default or make it as an option?
I'd like to see this as a default, maybe with an option to keep the old hash formats via cmd line, if anyone finds that useful.
Thanks for the suggestions.
Replying to ra1nb0w:
Should these be the default or make it as an option? If as an option, the interactive prompt needs to be implemented first (don't understand how to yet)
Agreed, a bit out of scope but useful.