AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Allow access to /run/parsec to all users - Requires rust 1.53+ (now also available in 15.3/15-SP3 via Update) which allow to enable same features accross distros
- Update to 0.8.0: * Changelog: https://github.com/parallaxsecond/parsec/compare/0.7.2...0.8.0 - Drop upstream patch: * parsec-fix-old-rust.patch - Disable 'trusted-service-provider' as it currently fails to build - Disable 'jwt-svid-authenticator' (SPIFFE-based authenticator) on Leap, as it cannot be compiled with rust 1.43.1
- Fix build with old rust used in Leap 15.3/SLE15-SP3. * parsec-fix-old-rust.patch
- Requires 'tpm2-0-tss' as it holds the udev rule to make /dev/tpm* owned by tss user - Requires 'libtss2-tcti-device0' as it is required to start parsec with TPM support
- Enable all authenticators which adds 'direct-authenticator' - Add CryptoAuthLib template (disabled) in config.toml
- Make 'parsec' user part of 'tss' group to access /dev/tpm* devices
- Update to 0.7.2: * Changelog: https://github.com/parallaxsecond/parsec/compare/0.6.0...0.7.2
- Recommends 'opensc' as it is used to initialize HSM keys (PKCS#11 backend) - Add PKCS#11 template (disabled) in config.toml - Disable Tpm backend by default in config.toml
- Enable 'all-providers' which adds 'pkcs11-provider' compared to previous config - Drop unneeded patch: * pkcs11-libloading-issue.patch
- Update to 0.6.0 - Update config.toml - Add patch: * pkcs11-libloading-issue.patch
- Initiale version 0.5.0