SHA256
1
0
forked from pool/parsec
Dominique Leuenberger 2022-03-09 17:47:48 +00:00 committed by Git OBS Bridge
commit 842b61ec70
7 changed files with 18 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="compression">xz</param>
<param name="srcdir">parsec-1.0.0-rc1</param>
<param name="srcdir">parsec-1.0.0-rc2</param>
</service>
</services>

View File

@ -30,6 +30,7 @@ key_info_manager = "on-disk-manager"
#tcti = "device:/dev/tpmrm0"
#owner_hierarchy_auth = ""
# CAL provider and hardware abstraction crate are unmaintained; See #585
#[[provider]]
#provider_type = "CryptoAuthLib"
#key_info_manager = "on-disk-manager"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f530627ddc23e8521a5f16a4f79a18992b13a8674edff2a7abeb5f2687ae2bc
size 905092

3
parsec-1.0.0-rc2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:baabe02630f85ac813a86a73ad48f22992549f3d1ef417981d80352002100a71
size 907078

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 8 17:29:56 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 1.0.0-rc2:
* Changelog: https://github.com/parallaxsecond/parsec/compare/1.0.0-rc1...1.0.0-rc2
- Remove CryptoAuthLib (CAL) provider as it is unmaintained.
-------------------------------------------------------------------
Thu Feb 24 08:29:19 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -17,11 +17,11 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
%define archive_version 1.0.0-rc1
%define archive_version 1.0.0-rc2
%{?systemd_ordering}
Name: parsec
Version: 1.0.0~rc1
Version: 1.0.0~rc2
Release: 0
Summary: Platform AbstRaction for SECurity
License: Apache-2.0
@ -72,10 +72,10 @@ cp %{SOURCE2} .cargo/config
# Enable all providers
sed -i -e 's#default = \["unix-peer-credentials-authenticator"\]##' Cargo.toml
# Features available in 1.0.0:
# all-providers = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "cryptoauthlib-provider", "trusted-service-provider"]
# all-providers = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "trusted-service-provider"]
# all-authenticators = ["direct-authenticator", "unix-peer-credentials-authenticator", "jwt-svid-authenticator"]
# But disable "trusted-service-provider" until we have a trusted-services package
echo 'default = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "cryptoauthlib-provider", "all-authenticators"]' >> Cargo.toml
echo 'default = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider", "all-authenticators"]' >> Cargo.toml
%build
export PROTOC=%{_bindir}/protoc

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e0f46598a3e7fd1beba18cba10d43e4c2a3f4e909c559adcb70f0c5bfbae42c
size 38440920
oid sha256:681c060c7d9259e82794bd38ac5f1f9a50ed8e10cb280862ccb08ed0d64a3300
size 38258872