forked from pool/parsec
Accepting request 960365 from security
OBS-URL: https://build.opensuse.org/request/show/960365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parsec?expand=0&rev=12
This commit is contained in:
commit
842b61ec70
2
_service
2
_service
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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
3
parsec-1.0.0-rc2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baabe02630f85ac813a86a73ad48f22992549f3d1ef417981d80352002100a71
|
||||
size 907078
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e0f46598a3e7fd1beba18cba10d43e4c2a3f4e909c559adcb70f0c5bfbae42c
|
||||
size 38440920
|
||||
oid sha256:681c060c7d9259e82794bd38ac5f1f9a50ed8e10cb280862ccb08ed0d64a3300
|
||||
size 38258872
|
||||
|
Loading…
Reference in New Issue
Block a user