Fix CVE-2020-11022,CVE-2020-11023 and CVE-2020-23064

(cherry picked from commit de9044fb7dca082b86f7edd7ab8d3c41b8a283af)
This commit is contained in:
starlet-dx 2023-07-26 16:00:25 +08:00 committed by openeuler-sync-bot
parent 8aa215f9f2
commit ad1d4001c5
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.