Accepting request 618169 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/618169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=86
This commit is contained in:
commit
b3b51de94f
3190
cairo-CVE-2017-9814.patch
Normal file
3190
cairo-CVE-2017-9814.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 06:26:30 UTC 2018 - qzheng@suse.com
|
||||
|
||||
- Add cairo-CVE-2017-9814.patch: Replace malloc with _cairo_malloc
|
||||
and check cmap size before allocating (boo#1049092,
|
||||
CVE-2017-9814, fdo#101547).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 21:00:53 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -33,6 +33,8 @@ Patch0: cairo-xlib-endianness.patch
|
||||
Patch1: cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff
|
||||
# PATCH-FIX-UPSTREAM cairo-fix-assertion-failure-in-freetype-backend.patch fdo#105746 -- Fix assertion failure in the freetype backend
|
||||
Patch2: cairo-fix-assertion-failure-in-freetype-backend.patch
|
||||
# PATCH-FIX-UPSTREAM cairo-CVE-2017-9814.patch boo#1049092 CVE-2017-9814 fdo#101547 qzheng@suse.com -- Replace malloc with _cairo_malloc and check cmap size before allocating.
|
||||
Patch3: cairo-CVE-2017-9814.patch
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
@ -143,6 +145,7 @@ cairo.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user