diff --git a/SDL2_image-2.0.2.tar.gz b/SDL2_image-2.0.2.tar.gz deleted file mode 100644 index 269cdc2..0000000 --- a/SDL2_image-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72df075aef91fc4585098ea7e0b072d416ec7599aa10473719fbe51e9b8f6ce8 -size 8680980 diff --git a/SDL2_image-2.0.3.tar.gz b/SDL2_image-2.0.3.tar.gz new file mode 100644 index 0000000..8ce5c74 --- /dev/null +++ b/SDL2_image-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368 +size 8685512 diff --git a/SDL2_image.changes b/SDL2_image.changes index e8fc2f8..43401e9 100644 --- a/SDL2_image.changes +++ b/SDL2_image.changes @@ -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 diff --git a/SDL2_image.spec b/SDL2_image.spec index cbd0ba5..e0d8868 100644 --- a/SDL2_image.spec +++ b/SDL2_image.spec @@ -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