Fix: backport patch for CVE-2021-33391 for tidy (#5432)

* Fix: patch CVE-2021-33391 for tidy

* Update SPECS/tidy/tidy.spec

Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>

* Update SPECS/tidy/tidy.spec

Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>

---------

Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>
This commit is contained in:
SeanDougherty 2023-05-01 21:49:06 -07:00 коммит произвёл GitHub
Родитель a1e39c361a
Коммит 917eb83a2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1113 добавлений и 1 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5,12 +5,13 @@
Summary: Utility to clean up and pretty print HTML/XHTML/XML
Name: tidy
Version: 5.8.0
Release: 5%{?dist}
Release: 6%{?dist}
License: W3C
Vendor: Microsoft Corporation
Distribution: Mariner
URL: https://www.html-tidy.org/
Source0: https://github.com/htacg/%{upname}/archive/%{version}.tar.gz#/%{upname}-%{version}.tar.gz
Patch0: CVE-2021-33391.patch
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
@ -92,6 +93,9 @@ rm -fv %{buildroot}%{_libdir}/libtidy.a
%{_libdir}/pkgconfig/tidy.pc
%changelog
* Mon May 01 2023 Sean Dougherty <sdougherty@microsoft.com> - 5.8.0-6
- Backported patch to fix CVE-2021-33391
* Tue Oct 18 2022 Osama Esmail <osamaesmail@microsoft.com> - 5.8.0-5
- Upgraded from 5.7.28 to 5.8.0
- Changed libtidys.a to libtidy.a