OBS User unknown
2009-06-09 15:51:20 +00:00
committed by Git OBS Bridge
parent 5bf1dc2d2d
commit d549b9159e
3 changed files with 32 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ Provides: http_daemon
PreReq: %fillup_prereq %insserv_prereq permissions
AutoReqProv: on
Version: 2.25b
Release: 172
Release: 173
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-SuSE.tar.bz2
Patch0: %{name}-%{version}-configure.patch
@@ -39,6 +39,7 @@ Patch8: %{name}-%{version}-overflow.diff
Patch9: %{name}-%{version}-chown.diff
Patch10: %{name}-%{version}-zerolen.patch
Patch11: %{name}-%{version}-strcpy.patch
Patch12: thttpd-2.25b-getline.patch
Url: http://www.acme.com/software/thttpd/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Small and very simple webserver
@@ -73,6 +74,7 @@ Authors:
%patch9
%patch10
%patch11
%patch12
%build
# update server root path
@@ -143,6 +145,9 @@ rm -rf "%{buildroot}"
%config(noreplace) /etc/thttpd.conf
%changelog
* Mon Jun 08 2009 ro@suse.de
- rename getline to my_getline to avoid collision with function
from glibc
* Tue May 26 2009 anicka@suse.cz
- add new branding (bnc#492693)
* Mon Jun 11 2007 pcerny@suse.cz