Fix an ABI breakage - revert patch that broke it.

patch 14 is an ABI break, this breaks gnome-software and steam
this would require a new revision of the .so to fix properly
as sizeof (int) != sizeof (size_t)
This commit is contained in:
Dave Airlie 2016-09-15 06:29:49 +10:00
parent 18db5b8792
commit 0bf3d157ec

View File

@ -7,7 +7,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1
Name: jasper
Group: System Environment/Libraries
Version: 1.900.1
Release: 33%{?dist}
Release: 34%{?dist}
License: JasPer
URL: http://www.ece.uvic.ca/~frodo/jasper/
@ -109,7 +109,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%patch11 -p1 -b .CVE-2014-8138
%patch12 -p1 -b .CVE-2014-8157
%patch13 -p1 -b .CVE-2014-8158
%patch14 -p1 -b .CVE-2015-5203
#%patch14 -p1 -b .CVE-2015-5203
%patch15 -p1 -b .CVE-2015-5221
%patch16 -p1 -b .CVE-2016-1867
%patch17 -p1 -b .CVE-2016-1577
@ -191,6 +191,11 @@ make check
%changelog
* Thu Sep 15 2016 Dave Airlie <airlied@redhat.com> - 1.900.1-34
- patch 14 is an ABI break, this breaks gnome-software and steam
- this would require a new revision of the .so to fix properly
- as sizeof (int) != sizeof (size_t)
* Fri Aug 12 2016 Josef Ridky <jridky@redhat.com> - 1.900.1-33
- CVE-2015-5203 - double free in jasper_image_stop_load() (#1254244)
- CVE-2015-5221 - Use-after-free and double-free flaws (#1255714)