forked from rpm-software-management/rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't consider header SHA1 digest for package verification by default
Similar to the MD5 change of previous commit, SHA1 is widely considered obsolete and insecure. This would be equally dramatic to the MD5 change if that hadn't already been done: it renders all v3 and v4 content built with older than rpm 4.14 unverifiable and uninstallable based on digest. Add a note for restoring full v4 compatibility in the main macros file. Update tests to match the new expectation, no surprises here. Related: rpm-software-management#1292
- Loading branch information
Showing
3 changed files
with
9 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters