Accepting request 617911 from home:zhengqiang:branches:GNOME:Factory

- Add replace-malloc-with-cairo-malloc.patch:
  replace malloc with _cairo_malloc and check cmap size before
  allocating ( boo#1049092, CVE-2017-9814 ).

OBS-URL: https://build.opensuse.org/request/show/617911
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=139
This commit is contained in:
Bjørn Lie 2018-06-20 09:00:27 +00:00 committed by Git OBS Bridge
parent 8cebab01a2
commit 600dd9a284
3 changed files with 3186 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 20 06:26:30 UTC 2018 - qzheng@suse.com
- Add replace-malloc-with-cairo-malloc.patch:
replace malloc with _cairo_malloc and check cmap size before
allocating ( boo#1049092, CVE-2017-9814 ).
-------------------------------------------------------------------
Tue Apr 24 21:00:53 UTC 2018 - bjorn.lie@gmail.com

View File

@ -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 replace-malloc-with-cairo-malloc.patch qzheng@suse.com -- replace malloc with _cairo_malloc and check cmap size before allocating.
Patch3: replace-malloc-with-cairo-malloc.patch
BuildRequires: gtk-doc
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontconfig)
@ -143,6 +145,7 @@ cairo.
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
%configure \

File diff suppressed because it is too large Load Diff