- security fix for #200321

This commit is contained in:
Adrian Reber 2006-07-27 15:43:51 +00:00
parent 0f532204ae
commit 5b6093297d
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: FrameBuffer Imageviewer
Name: fbida
Version: 2.03
Release: 11%{?dist}
Release: 12%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://linux.bytesex.org/fbida/
@ -43,6 +43,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk
%{__sed} -i -e "s,/X11R6,,g" GNUmakefile
%{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk
%{__sed} -i -e "s,-dSAVER,-dSAFER," fbgs
%build
LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
@ -82,6 +83,9 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
%{_bindir}/fbgs
%changelog
* Thu Jul 27 2006 Adrian Reber <adrian@lisas.de> - 2.03-12
- security fix for #200321
* Mon Apr 24 2006 Adrian Reber <adrian@lisas.de> - 2.03-11
- security fix for #189721