Rebase to 0.10.1 version (CVE-2024-36405)
Resolves: RHEL-40699
This commit is contained in:
parent
02b16fe7dc
commit
12dba42414
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/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
|
/0.9.2.tar.gz
|
||||||
|
/0.10.1.tar.gz
|
||||||
|
10
liboqs.spec
10
liboqs.spec
@ -1,4 +1,4 @@
|
|||||||
%global oqs_version 0.9.2
|
%global oqs_version 0.10.1
|
||||||
Name: liboqs
|
Name: liboqs
|
||||||
Version: %{oqs_version}
|
Version: %{oqs_version}
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
@ -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.2.tar.gz
|
Source: https://github.com/open-quantum-safe/liboqs/archive/refs/tags/%{oqs_version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -80,7 +80,7 @@ done
|
|||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{_libdir}/liboqs.so.%{oqs_version}
|
%{_libdir}/liboqs.so.%{oqs_version}
|
||||||
%{_libdir}/liboqs.so.4
|
%{_libdir}/liboqs.so.5
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/liboqs.so
|
%{_libdir}/liboqs.so
|
||||||
@ -97,6 +97,10 @@ done
|
|||||||
#%doc %%{_datadir}/doc/oqs/xml/*
|
#%doc %%{_datadir}/doc/oqs/xml/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 08 2024 Dmitry Belyavskiy - 0.10.1-1
|
||||||
|
- Rebase to 0.10.1 version (CVE-2024-36405)
|
||||||
|
Resolves: RHEL-40699
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-2
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-2
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (0.9.2.tar.gz) = 4bcaa16799a530fc1a7305303b1b4270d9124af4fab65b203672f39ea88bcedb531590b4459f9c1ec3b09d0d4ea06d93acda7f077efb4b5ed5490883ebbbe622
|
SHA512 (0.10.1.tar.gz) = 7049c084d9bef2064ff5ad4964bf5071b2fe0553c2dfe7522b32b3a441fcdd46f718adeca63a163e95d5f86c3f092b02ffa3190822861f566b498654711c722d
|
||||||
|
Loading…
Reference in New Issue
Block a user