Update to 0.9.2 version of liboqs
This commit is contained in:
parent
1e9273ca54
commit
c0a3f5f792
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/0.8.0.tar.gz
|
/0.8.0.tar.gz
|
||||||
/0.9.0.tar.gz
|
/0.9.0.tar.gz
|
||||||
|
/0.9.2.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global oqs_version 0.9.0
|
%global oqs_version 0.9.2
|
||||||
Name: liboqs
|
Name: liboqs
|
||||||
Version: %{oqs_version}
|
Version: %{oqs_version}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: liboqs is an open source C library for quantum-safe cryptographic algorithms.
|
Summary: liboqs is an open source C library for quantum-safe cryptographic algorithms.
|
||||||
|
|
||||||
#liboqs uses MIT license by itself but includes several files licensed under different terms.
|
#liboqs uses MIT license by itself but includes several files licensed under different terms.
|
||||||
@ -10,7 +10,7 @@ Summary: liboqs is an open source C library for quantum-safe cryptographic al
|
|||||||
#see https://github.com/open-quantum-safe/liboqs/blob/main/README.md#license for more details
|
#see https://github.com/open-quantum-safe/liboqs/blob/main/README.md#license for more details
|
||||||
License: MIT AND Apache 2.0 AND BSD 3-Clause AND (BSD-3-Clause OR GPL-1.0-or-later) AND CC0-1.0 AND Unlicense
|
License: MIT AND Apache 2.0 AND BSD 3-Clause AND (BSD-3-Clause OR GPL-1.0-or-later) AND CC0-1.0 AND Unlicense
|
||||||
URL: https://github.com/open-quantum-safe/liboqs.git
|
URL: https://github.com/open-quantum-safe/liboqs.git
|
||||||
Source: https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.9.0.tar.gz
|
Source: https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.9.2.tar.gz
|
||||||
|
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -97,6 +97,9 @@ done
|
|||||||
#%doc %%{_datadir}/doc/oqs/xml/*
|
#%doc %%{_datadir}/doc/oqs/xml/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.9.2-1
|
||||||
|
- Update to 0.9.2 version
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (0.9.0.tar.gz) = c4accc521d3d37c191e8807764e856d84580e43e8afbec3e4a1fbc54af57abb5315ebdf4b0dfe1b5b1589027751ae0864dd1f859f0c3dd99d5694a992cfb8551
|
SHA512 (0.9.2.tar.gz) = 4bcaa16799a530fc1a7305303b1b4270d9124af4fab65b203672f39ea88bcedb531590b4459f9c1ec3b09d0d4ea06d93acda7f077efb4b5ed5490883ebbbe622
|
||||||
|
Loading…
Reference in New Issue
Block a user