forked from pool/parsec
Accepting request 1007911 from home:Guillaume_G:branches:security
- Update to 1.1.0: * Main updates: - Add generate random support into TPM and PKCS11 providers - Implement configurable exclusion of deprecated primitives - Allow binary PIN values for PKCS11 provider - Recognise a PKCS11 hardware token with its serial number instead of slot number * Full changelog: https://github.com/parallaxsecond/parsec/releases/tag/1.1.0 OBS-URL: https://build.opensuse.org/request/show/1007911 OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=35
This commit is contained in:
parent
681a7257ea
commit
07db0a658b
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</param>
|
||||
<param name="srcdir">parsec-1.1.0</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b2b2bf2d1ef71bbd5cd7d0457968aa236790bc8293de1a1cea0062896a4f1a5
|
||||
size 907859
|
3
parsec-1.1.0.tar.gz
Normal file
3
parsec-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:198ac34379ea2676696566d625ac807cfc9be7d44bdc0f68790470ffabe83693
|
||||
size 918574
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 13:03:09 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 1.1.0:
|
||||
* Main updates:
|
||||
- Add generate random support into TPM and PKCS11 providers
|
||||
- Implement configurable exclusion of deprecated primitives
|
||||
- Allow binary PIN values for PKCS11 provider
|
||||
- Recognise a PKCS11 hardware token with its serial number
|
||||
instead of slot number
|
||||
* Full changelog: https://github.com/parallaxsecond/parsec/releases/tag/1.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 07:41:22 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 1.1.0-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 6 07:00:43 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
%define archive_version 1.0.0
|
||||
%define archive_version 1.1.0
|
||||
|
||||
%{?systemd_ordering}
|
||||
Name: parsec
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Platform AbstRaction for SECurity
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e00d22f4a692179361821211ecd868cf4f8935aa833a965d8e91f01505c924af
|
||||
size 38489128
|
||||
oid sha256:721dfab1cbe0cd2201af183058d688d9e5a33fcb8f745fb5af08841eccdf8e14
|
||||
size 38998636
|
||||
|
Loading…
Reference in New Issue
Block a user