bash: rebuild without obsolete codesign signature - #305
Merged
Conversation
The previous package was signed after its code signing certificate expired, causing Authenticode validation to reject sh.exe/bash.exe. Rebuild the same upstream Bash version now that the obsolete P12 signing path has been removed[1] from the package build automation. [1]: git-for-windows/git-for-windows-automation@e0f85c1 Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
Member
Author
|
/deploy |
Member
Author
|
/deploy bash The workflow run was started. |
Member
Author
|
/add relnote bug The Bash executables in the 64-bit and ARM64 distributions no longer carry an invalid Authenticode signature. The workflow run was started |
Member
Author
|
/sync The 'sync' run for aarch64 was started. The 'sync' run for x86_64 was started. The 'sync' run for i686 was started. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous package was signed after its code signing certificate expired, causing Authenticode validation to reject sh.exe/bash.exe. Rebuild the same upstream Bash version now that the obsolete P12 signing path has been removed from the package build automation.