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 over 4 years ago
Current dependency resolution:
% mvn dependency:resolve | grep bouncy | sort -u [INFO] org.bouncycastle:bcpg-jdk15on:jar:1.61:compile [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.63:compile [INFO] org.bouncycastle:bcprov-jdk15on:jar:1.63:compile
Updated by François ARMAND over 4 years ago
- Status changed from New to In progress
Updated by François ARMAND over 4 years ago
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2850
Updated by François ARMAND over 4 years ago
With the patch:
% mvn dependency:resolve | grep bouncy | sort -u [INFO] org.bouncycastle:bcpg-jdk15on:jar:1.63:compile [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.63:compile [INFO] org.bouncycastle:bcprov-jdk15on:jar:1.63:compile
Updated by François ARMAND over 4 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|71d70271c47b3655b5df0ef8ac6feb471b152a7e.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 4 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
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.5 which was released today.
Actions