fix buffer overflow

This commit is contained in:
Nils Philippsen 2006-01-16 14:26:12 +00:00
parent 5b3f24cf64
commit a6f6ed5b96

View File

@ -7,6 +7,7 @@ Source1: xsane-install-gimp-plugin
Patch0: xsane-0.90-htmlview.patch
Patch1: xsane-medium-definitions.patch
Patch2: xsane-0.92_gimp2.0.patch
Patch3: xsane-0.99-buffer.patch
License: GPL
URL: http://www.xsane.org/
Group: Applications/Multimedia
@ -39,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
%patch0 -p1 -b .htmlview
%patch1 -p1 -b .medium-definitions
%patch2 -p1 -b .gimp2.0
%patch3 -p1 -b .buffer
%build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
@ -95,7 +97,10 @@ fi
exit 0
%changelog
* Fri Jan 13 2006 Nils Philippsen <nphilipp@redhat.com> 0.99-1
* Mon Jan 16 2006 Nils Philippsen <nphilipp@redhat.com> 0.99-1
- fix buffer overflow
* Fri Jan 13 2006 Nils Philippsen <nphilipp@redhat.com>
- version 0.99
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>