Commit 6847fba
committed
release: sign .deb files with a stronger algorithm
It has been reported in
#2028 that
Git Credential Manager's `.deb` files 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 ede8541 commit 6847fba
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
273 | 282 | | |
274 | 283 | | |
275 | 284 | | |
| |||
0 commit comments