!2 update to 0.15.0 to fix CVE-2020-26682

From: @zhanghua1831
Reviewed-by: @maminjie,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-02-05 18:00:59 +08:00 committed by Gitee
commit 384669e71d
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
libass-0.15.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,11 @@
Name: libass Name: libass
Version: 0.14.0 Version: 0.15.0
Release: 3 Release: 1
Summary: Portable subtitle renderer for the ASS/SSA subtitle format Summary: Portable subtitle renderer for the ASS/SSA subtitle format
License: ISC License: ISC
URL: https://github.com/libass URL: https://github.com/libass
Source0: https://github.com/libass/libass/releases/download/%{version}/libass-%{version}.tar.xz Source0: https://github.com/libass/libass/releases/download/%{version}/libass-%{version}.tar.xz
BuildRequires: gcc nasm pkgconfig(fontconfig) >= 2.10.92 pkgconfig(freetype2) >= 9.10.3 BuildRequires: gcc nasm pkgconfig(fontconfig) >= 2.10.92 pkgconfig(freetype2) >= 9.10.3
BuildRequires: pkgconfig(fribidi) >= 0.19.0 pkgconfig(harfbuzz) >= 0.9.5 pkgconfig(libpng) >= 1.2.0 BuildRequires: pkgconfig(fribidi) >= 0.19.0 pkgconfig(harfbuzz) >= 0.9.5 pkgconfig(libpng) >= 1.2.0
@ -56,5 +55,8 @@ make check
%doc Changelog %doc Changelog
%changelog %changelog
* Fri Feb 5 2021 zhanghua <zhanghua40@huawei.com> - 0.15.0-1
- update to 0.15.0 to fix CVE-2020-26682
* Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.14.0-3 * Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.14.0-3
- Package init - Package init