- Fix command injection bug (Bug #433723)

This commit is contained in:
Deji Akingunola 2008-02-21 07:58:22 +00:00
parent 60bfa9d7c3
commit d485140fc8

View File

@ -1,6 +1,6 @@
Name: sword
Version: 1.5.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Free Bible Software Project
Group: System Environment/Libraries
@ -8,6 +8,7 @@ License: GPLv2
URL: http://www.crosswire.org/sword/
Source0: http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
Patch0: sword-gcc43.patch
Patch1: sword-diatheke.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
BuildRequires: curl-devel
@ -41,6 +42,7 @@ that uses the sword API, such as Gnomesword or Bibletime.
%prep
%setup -q
%patch0 -p0 -b .gcc43
%patch1 -p0 -b .diat
%build
%configure --disable-static --with-icu --with-lucene
@ -83,6 +85,9 @@ rm -rf %buildroot
%changelog
* Thu Feb 21 2008 Deji Akingunola <dakingun@gmail.com> - 1.5.10-3
- Fix command injection bug (Bug #433723)
* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 1.5.10-2
- Fix build issue with gcc43