!62 [sync] PR-61: Fix CVE-2020-11022,CVE-2020-11023 and CVE-2020-23064

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-26 10:26:22 +00:00 committed by Gitee
commit 0c386b7b6d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 85 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
Name: doxygen
Epoch: 1
Version: 1.8.17
Release: 7
Release: 8
Summary: A documentation system for C/C++
License: GPL+
Url: http://www.doxygen.nl
@ -18,6 +18,7 @@ Patch5: backport-issue-7583-External-Links-in-Inheritance-Diagrams-
Patch6: backport-issue-7706-Md5-hash-does-not-match-for-two-different-runs-part2.patch
Patch7: backport-Incorrect-label-in-map-of-dot-files-in-xhtml.patch
Patch8: backport-Incorrect-label-name-in-case-regeneration-of-HTML-without_regeneration_of_dot_files.patch
Patch9: CVE-2020-11022_CVE-2020-11023_CVE-2020-23064.patch
BuildRequires: python3 ImageMagick gcc-c++ gcc perl-interpreter
BuildRequires: tex(dvips) tex(latex) tex(multirow.sty) tex(sectsty.sty) tex(tocloft.sty)
@ -104,6 +105,9 @@ make tests -C %{BuildDir}
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
%changelog
* Wed Jul 26 2023 yaoxin <yao_xin001@hoperun.com> - 1:1.8.17-8
- Fix CVE-2020-11022,CVE-2020-11023 and CVE-2020-23064
* Fri Jun 4 2021 wangchen<wangchen137@huawei.com> - 1.8.17-7
- Fix Md5 hash does not match for two different runs.
Fix Incorrect label name in case regeneration of HTML without regeneration of dot files.