!25 [sync] PR-21: CVE-2023-51698

From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2024-04-25 01:10:43 +00:00 committed by Gitee
commit 9b8b48c23e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1849 additions and 1 deletions

1843
CVE-2023-51698.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
Name: atril Name: atril
Version: %{branch}.3 Version: %{branch}.3
Release: 3 Release: 4
Summary: Document viewer Summary: Document viewer
License: GPLv2+ and LGPLv2+ and MIT License: GPLv2+ and LGPLv2+ and MIT
URL: http://mate-desktop.org URL: http://mate-desktop.org
@ -25,6 +25,8 @@ URL: http://mate-desktop.org
# Source for snapshot-builds. # Source for snapshot-builds.
%{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
Patch01: CVE-2023-52076.patch Patch01: CVE-2023-52076.patch
#fix from https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fmate-desktop%2Fatril%2Fcommit%2Fce41df6467521ff9fd4f16514ae7d6ebb62eb1ed
Patch02: CVE-2023-51698.patch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
@ -165,6 +167,9 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/atril.desktop
%changelog %changelog
* Wed Apr 24 2024 peijiankang <peijiankang@kylinos.cn> - 1.22.3-4
- add CVE-2023-51698.patch
* Thu Feb 29 2024 peijiankang <peijiankang@kylinos.cn> - 1.22.3-3 * Thu Feb 29 2024 peijiankang <peijiankang@kylinos.cn> - 1.22.3-3
- add CVE-2023-52076.patch - add CVE-2023-52076.patch