Actions
Bug #17006
closedUpgrade Bouncy Castle GPG to latest minor version
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
We currently use bounce castle version 1.63 for bppkix
and bpprov
but not for GPG, which use the version provided by JGIT (1.61).
Unfortunatly, that version has a problem with the detection of gpg 2.1 unprotected private keys, which is corrected in 1.62. So we need to force its version and don't use transcient dependencies.
Moreover, it's better to only have one set of bouncy castle dependencies to avoid API breakage.
Updated by François ARMAND about 5 years ago
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2850
Updated by Alexis Mousset about 5 years ago
- Subject changed from Upgrade Bouncy Castle GPG to last minor version to Upgrade Bouncy Castle GPG to latest minor version
- Name check changed from To do to Reviewed
Actions