You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-git-installers: sign .deb files with a stronger algorithm (#815)
It has been reported in #706 that
the `.deb` files of Microsoft Git's releases cannot be validated with
`debsig-verify`. A deeper investigation brought to light that the reason
is a weak digest algorithm: `debsigs` calls `gpg --opengpg` which uses
SHA-1, but `debsig-verify` rejects such weak signatures.
This was actually already fixed in `debsigs`, but current Ubuntu
versions will not get those fixes, being stuck with older `debsigs`
versions.
It's easy enough to work around, though, by manually retracing the
`debsigs` patch, so let's do that.
0 commit comments