Update to 0.5.3
This commit is contained in:
parent
4747f6d873
commit
75790861a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/0.5.0.tar.gz
|
||||
/0.5.2.tar.gz
|
||||
/0.5.3.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global oqs_version 0.5.2
|
||||
%global oqs_version 0.5.3
|
||||
Name: oqsprovider
|
||||
Version: %{oqs_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: oqsprovider is an OpenSSL provider for quantum-safe algorithms based on liboqs
|
||||
|
||||
License: Apache-2.0 AND MIT
|
||||
URL: https://github.com/open-quantum-safe/oqs-provider.git
|
||||
Source: https://github.com/open-quantum-safe/oqs-provider/archive/refs/tags/0.5.2.tar.gz
|
||||
Source: https://github.com/open-quantum-safe/oqs-provider/archive/refs/tags/0.5.3.tar.gz
|
||||
|
||||
#TODO increase version - 0.5.2 is in sync with liboqs 0.9.0 but doesn't require it
|
||||
Requires: liboqs
|
||||
@ -28,7 +28,7 @@ provided via the encode/decode mechanism and X.509 data structures.
|
||||
%setup -T -b 0 -q -n oqs-provider-%{oqs_version}
|
||||
|
||||
%build
|
||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -LAH ..
|
||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON -LAH ..
|
||||
%cmake_build
|
||||
|
||||
%check
|
||||
@ -46,6 +46,10 @@ install %{_vpath_builddir}/lib/oqsprovider.so $RPM_BUILD_ROOT/%{_libdir}/ossl-mo
|
||||
%{_libdir}/ossl-modules/oqsprovider.so
|
||||
|
||||
%changelog
|
||||
* Thu Feb 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.5.3-1
|
||||
- Update to 0.5.3 version
|
||||
Enable KEM encoders
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (0.5.2.tar.gz) = a439651a810e121aa887bf41b749a0c0092bab080074229f42f96352528c32024f51600ca4a18cf7dc2f2f70e41cba0fcddded6e07bce403b11a088bf862bd21
|
||||
SHA512 (0.5.3.tar.gz) = 059f86466261bbf5cb75793c465e16de7c1b1d1c2cb08c9d2a0eb1b48a18c74de1d28c19f2a9d955d8faef83e3902690a0a8d72ff7dd45778ee6e8b82249198a
|
||||
|
Loading…
Reference in New Issue
Block a user