Commit 78bfd50
committed
build-git-installers: sign .deb files with a stronger algorithm
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, so let's do that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 9c6b4d2 commit 78bfd50
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
693 | 702 | | |
694 | 703 | | |
695 | 704 | | |
| |||
0 commit comments