OBS User unknown
2007-02-16 18:27:31 +00:00
committed by Git OBS Bridge
parent 1239c51977
commit 703ddfcfb9
5 changed files with 131 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ Provides: http_daemon
PreReq: %fillup_prereq %insserv_prereq permissions
Autoreqprov: on
Version: 2.25b
Release: 68
Release: 69
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-SuSE.tar.bz2
Patch0: %{name}-%{version}-configure.patch
@@ -29,6 +29,8 @@ Patch6: %{name}-%{version}-pie.patch
Patch7: %{name}-%{version}-syslogtocern.diff
Patch8: %{name}-%{version}-overflow.diff
Patch9: %{name}-%{version}-chown.diff
Patch10: %{name}-%{version}-zerolen.patch
Patch11: %{name}-%{version}-strcpy.patch
URL: http://www.acme.com/software/thttpd/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Small and very simple webserver
@@ -62,6 +64,8 @@ Authors:
%patch7
%patch8
%patch9
%patch10
%patch11
%build
for i in README.SuSE SuSE/etc/init.d/thttpd; do
@@ -128,7 +132,14 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/*/*
%config /etc/init.d/thttpd
%changelog -n thttpd
%changelog
* Fri Feb 16 2007 - mvaner@suse.cz
- Adding check for zero length
- from Marcus Meissner
- zerolen.patch
- Replacing strcpy with memmove when they overlap
- strcpy.patch
- Both from #230776
* Wed Feb 14 2007 - schwab@suse.de
- Fix building as non-root.
* Fri Mar 10 2006 - anicka@suse.cz