fix division zero issue which found by oss-fuzz

This commit is contained in:
steven 2020-03-18 21:08:19 +08:00 committed by Gitee
parent 03ede0cf39
commit 5e61b635cf

View File

@ -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