fix division zero issue which found by oss-fuzz
This commit is contained in:
parent
03ede0cf39
commit
5e61b635cf
@ -2,7 +2,7 @@
|
||||
Name: openssl
|
||||
Epoch: 1
|
||||
Version: 1.1.1d
|
||||
Release: 8
|
||||
Release: 9
|
||||
Summary: Cryptography and SSL/TLS Toolkit
|
||||
License: OpenSSL and SSLeay
|
||||
URL: https://www.openssl.org/
|
||||
@ -11,6 +11,7 @@ Source1: Makefile.certificate
|
||||
Patch1: openssl-1.1.1-build.patch
|
||||
Patch2: openssl-1.1.1-fips.patch
|
||||
Patch3: CVE-2019-1551.patch
|
||||
Patch4: use-the-correct-maximum-indent
|
||||
|
||||
BuildRequires: gcc make lksctp-tools-devel coreutils util-linux zlib-devel
|
||||
|
||||
@ -186,6 +187,9 @@ make test || :
|
||||
%{_pkgdocdir}/html/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 18 2020 steven <steven_ygui@163.com> - 1:1.1.1d-9
|
||||
- fix division zero issue which found by oss-fuzz
|
||||
|
||||
* Tue Mar 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.1.1d-8
|
||||
- add missiong /sbin/ldconfig
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user