1
0
forked from pool/SDL2_image

Accepting request 584127 from games

- Update to new upstream release 2.0.3

OBS-URL: https://build.opensuse.org/request/show/584127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_image?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2018-03-13 09:23:30 +00:00 committed by Git OBS Bridge
commit 635e3c72f7
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72df075aef91fc4585098ea7e0b072d416ec7599aa10473719fbe51e9b8f6ce8
size 8680980

3
SDL2_image-2.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368
size 8685512

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Mar 8 00:53:28 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.0.3
* Fixed a number of security issues:
* TALOS-2017-0488/CVE-2017-12122/boo#1084256:
IMG_LoadLBM_RW code execution vulnerability
* TALOS-2017-0489/CVE-2017-14440/boo#1084257:
ILBM CMAP parsing code execution vulnerability
* TALOS-2017-0490/CVE-2017-14441/boo#1084282:
ICO pitch handling code execution vulnerability
* TALOS-2017-0491/CVE-2017-14442/boo#1084304:
Image palette population code execution vulnerability
* TALOS-2017-0497/CVE-2017-14448/boo#1084303:
load_xcf_tile_rle decompression code execution
* TALOS-2017-0498/CVE-2017-14449/boo#1084297:
do_layer_surface double free vulnerability
* TALOS-2017-0499/CVE-2017-14450/boo#1084288:
LWZ decompression buffer overflow vulnerability
-------------------------------------------------------------------
Tue Feb 13 22:21:26 UTC 2018 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: SDL2_image
%define lname libSDL2_image-2_0-0
Version: 2.0.2
Version: 2.0.3
Release: 0
Summary: SDL2 image loading library
License: Zlib
@ -34,7 +34,7 @@ BuildRequires: libtiff-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(sdl2) >= 2.0.6
BuildRequires: pkgconfig(sdl2) >= 2.0.8
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description