OBS User unknown 2009-06-02 11:05:48 +00:00 committed by Git OBS Bridge
parent a7603faa5b
commit 5bf1dc2d2d
3 changed files with 78 additions and 64 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e4cd236be3c96a9dd4195c20a8b7c94cee2ec1607ed4d773565bda3bb1f9ae4f oid sha256:eee1ce423ec3f6ecd7bd4ceca7bef9cdf5a07f21fca5a8acbac8e152bdc26cbc
size 61841 size 133331

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 26 15:18:48 CEST 2009 - anicka@suse.cz
- add new branding (bnc#492693)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 11 11:10:28 CEST 2007 - pcerny@suse.cz Mon Jun 11 11:10:28 CEST 2007 - pcerny@suse.cz

View File

@ -1,22 +1,30 @@
# #
# spec file for package thttpd (Version 2.25b) # spec file for package thttpd (Version 2.25b)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: thttpd Name: thttpd
License: BSD License and BSD-like License: BSD 3-Clause
Group: Productivity/Networking/Web/Servers Group: Productivity/Networking/Web/Servers
Provides: http_daemon Provides: http_daemon
PreReq: %fillup_prereq %insserv_prereq permissions PreReq: %fillup_prereq %insserv_prereq permissions
Autoreqprov: on AutoReqProv: on
Version: 2.25b Version: 2.25b
Release: 93 Release: 172
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: %{name}-SuSE.tar.bz2 Source1: %{name}-SuSE.tar.bz2
Patch0: %{name}-%{version}-configure.patch Patch0: %{name}-%{version}-configure.patch
@ -31,7 +39,7 @@ Patch8: %{name}-%{version}-overflow.diff
Patch9: %{name}-%{version}-chown.diff Patch9: %{name}-%{version}-chown.diff
Patch10: %{name}-%{version}-zerolen.patch Patch10: %{name}-%{version}-zerolen.patch
Patch11: %{name}-%{version}-strcpy.patch Patch11: %{name}-%{version}-strcpy.patch
URL: http://www.acme.com/software/thttpd/ Url: http://www.acme.com/software/thttpd/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Small and very simple webserver Summary: Small and very simple webserver
@ -50,6 +58,7 @@ Authors:
jef@acme.com jef@acme.com
%define serverroot /srv/www %define serverroot /srv/www
%prep %prep
%setup -q -a 1 %setup -q -a 1
%patch0 %patch0
@ -107,7 +116,6 @@ rm -f %{buildroot}%{serverroot}/htdocs/index.html.template
%post %post
%{fillup_and_insserv thttpd} %{fillup_and_insserv thttpd}
%run_permissions %run_permissions
%verifyscript %verifyscript
%verify_permissions -e /usr/bin/makeweb %verify_permissions -e /usr/bin/makeweb
@ -124,8 +132,7 @@ rm -rf "%{buildroot}"
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc README README.SuSE config.h %doc README README.SuSE config.h
%{serverroot}/htdocs/cgi-bin %{serverroot}/htdocs/*
%{serverroot}/htdocs/gif
%attr(775, root, www) %{serverroot}/htdocs/users %attr(775, root, www) %{serverroot}/htdocs/users
%config(noreplace) %{serverroot}/htdocs/index.html %config(noreplace) %{serverroot}/htdocs/index.html
%verify(not mode) %attr(2750, root, www) /usr/bin/makeweb %verify(not mode) %attr(2750, root, www) /usr/bin/makeweb
@ -136,124 +143,126 @@ rm -rf "%{buildroot}"
%config(noreplace) /etc/thttpd.conf %config(noreplace) /etc/thttpd.conf
%changelog %changelog
* Mon Jun 11 2007 - pcerny@suse.cz * Tue May 26 2009 anicka@suse.cz
- add new branding (bnc#492693)
* Mon Jun 11 2007 pcerny@suse.cz
- fixed another syntax error in config file - fixed another syntax error in config file
* Fri Jun 08 2007 - dmueller@suse.de * Fri Jun 08 2007 dmueller@suse.de
- fix syntax error in config file - fix syntax error in config file
* Wed Jun 06 2007 - pcerny@suse.cz * Wed Jun 06 2007 pcerny@suse.cz
- use %%config(noreplace) for /etc/thttpd.conf - use %%config(noreplace) for /etc/thttpd.conf
* Tue Jun 05 2007 - pcerny@suse.cz * Tue Jun 05 2007 pcerny@suse.cz
- added Short-Description tag into init script - added Short-Description tag into init script
* Fri Jun 01 2007 - pcerny@suse.cz * Fri Jun 01 2007 pcerny@suse.cz
- added config file (/etc/thttpd.conf) - added config file (/etc/thttpd.conf)
* Fri Feb 16 2007 - mvaner@suse.cz * Fri Feb 16 2007 mvaner@suse.cz
- Adding check for zero length - Adding check for zero length
- from Marcus Meissner - from Marcus Meissner
- zerolen.patch - zerolen.patch
- Replacing strcpy with memmove when they overlap - Replacing strcpy with memmove when they overlap
- strcpy.patch - strcpy.patch
- Both from #230776 - Both from #230776
* Wed Feb 14 2007 - schwab@suse.de * Wed Feb 14 2007 schwab@suse.de
- Fix building as non-root. - Fix building as non-root.
* Fri Mar 10 2006 - anicka@suse.cz * Fri Mar 10 2006 anicka@suse.cz
- fix buffer overflows in htpasswd (#156978) - fix buffer overflows in htpasswd (#156978)
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Nov 21 2005 - anicka@suse.cz * Mon Nov 21 2005 anicka@suse.cz
- fix tmp race in syslogtocern (#131056) - fix tmp race in syslogtocern (#131056)
* Wed Oct 12 2005 - anicka@suse.cz * Wed Oct 12 2005 anicka@suse.cz
- use %%config(noreplace) for index.html - use %%config(noreplace) for index.html
* Wed Jun 22 2005 - anicka@suse.cz * Wed Jun 22 2005 anicka@suse.cz
- compile dynamic binaries instead of static - compile dynamic binaries instead of static
- compile htpasswd with -pie - compile htpasswd with -pie
* Wed Mar 09 2005 - mcihar@suse.cz * Wed Mar 09 2005 mcihar@suse.cz
- do not conflict with other webservers (bug #71742) - do not conflict with other webservers (bug #71742)
* Tue Feb 17 2004 - tcrhak@suse.cz * Tue Feb 17 2004 tcrhak@suse.cz
- update to version 2.25b - update to version 2.25b
* Tue Jan 13 2004 - schwab@suse.de * Tue Jan 13 2004 schwab@suse.de
- Fix use of aclocal. - Fix use of aclocal.
* Wed Oct 29 2003 - tcrhak@suse.cz * Wed Oct 29 2003 tcrhak@suse.cz
- update to 2.24, includes a fix for a buffer overflow [bug #32734] - update to 2.24, includes a fix for a buffer overflow [bug #32734]
- fixed virtual hosting security hole [bug #32757] - fixed virtual hosting security hole [bug #32757]
- fixed permissions according to permissions.secure, - fixed permissions according to permissions.secure,
added macros %%run_permissions and %%verify_permissions added macros %%run_permissions and %%verify_permissions
* Mon Sep 01 2003 - tcrhak@suse.cz * Mon Sep 01 2003 tcrhak@suse.cz
- added macros %%stop_on_removal and %%restart_on_update [bug #29022] - added macros %%stop_on_removal and %%restart_on_update [bug #29022]
* Thu Jun 05 2003 - ro@suse.de * Thu Jun 05 2003 ro@suse.de
- remove unpackaged files from buildroot - remove unpackaged files from buildroot
* Tue Mar 11 2003 - tcrhak@suse.cz * Tue Mar 11 2003 tcrhak@suse.cz
- fixed permissions of the init scipt [bug #25084] - fixed permissions of the init scipt [bug #25084]
* Tue Oct 15 2002 - tcrhak@suse.cz * Tue Oct 15 2002 tcrhak@suse.cz
- substitute correct servroot during built - substitute correct servroot during built
* Mon Oct 14 2002 - tcrhak@suse.cz * Mon Oct 14 2002 tcrhak@suse.cz
- use /srv/www rather then /usr/local/httpd [bug #20802] - use /srv/www rather then /usr/local/httpd [bug #20802]
* Fri Aug 02 2002 - ro@suse.de * Fri Aug 02 2002 ro@suse.de
- adapt server root - adapt server root
* Sat Jul 27 2002 - kukuk@suse.de * Sat Jul 27 2002 kukuk@suse.de
- Change group from wwwadmin to www - Change group from wwwadmin to www
* Sat Jul 27 2002 - adrian@suse.de * Sat Jul 27 2002 adrian@suse.de
- do not source rc.config anymore - do not source rc.config anymore
* Tue Jul 02 2002 - tcrhak@suse.cz * Tue Jul 02 2002 tcrhak@suse.cz
- update to version 2.23beta1 - update to version 2.23beta1
* Tue Jan 15 2002 - tcrhak@suse.cz * Tue Jan 15 2002 tcrhak@suse.cz
- update to version 2.20c - update to version 2.20c
- added thttpd-2.20c-sec.patch - added thttpd-2.20c-sec.patch
- removed START_THTTPD from README.SuSE - removed START_THTTPD from README.SuSE
* Tue Jan 15 2002 - ro@suse.de * Tue Jan 15 2002 ro@suse.de
- removed START_THTTPD - removed START_THTTPD
* Fri Sep 21 2001 - bjacke@suse.de * Fri Sep 21 2001 bjacke@suse.de
- fix version on template webpage - fix version on template webpage
* Mon Sep 03 2001 - adostal@suse.cz * Mon Sep 03 2001 adostal@suse.cz
- fix /etc/init.d in thttpd-SuSE.tar.bz2 files - fix /etc/init.d in thttpd-SuSE.tar.bz2 files
- split patches on configure, dirs, time_h and newautoconf - split patches on configure, dirs, time_h and newautoconf
* Thu Jun 14 2001 - adostal@suse.cz * Thu Jun 14 2001 adostal@suse.cz
- fix for new autoconf - fix for new autoconf
* Fri Apr 13 2001 - nadvornik@suse.cz * Fri Apr 13 2001 nadvornik@suse.cz
- changed initscript according to skeleton - changed initscript according to skeleton
* Thu Mar 08 2001 - nadvornik@suse.cz * Thu Mar 08 2001 nadvornik@suse.cz
- compiled with RPM_OPT_FLAGS - compiled with RPM_OPT_FLAGS
* Thu Feb 15 2001 - nadvornik@suse.cz * Thu Feb 15 2001 nadvornik@suse.cz
- fixed to compile - fixed to compile
* Wed Dec 13 2000 - smid@suse.cz * Wed Dec 13 2000 smid@suse.cz
- generatig of default page moved to %%install (it was in %%post and - generatig of default page moved to %%install (it was in %%post and
- caused [#4566] - caused [#4566]
* Tue Dec 12 2000 - smid@suse.cz * Tue Dec 12 2000 smid@suse.cz
- default cgibin pattern changed [#4564] - default cgibin pattern changed [#4564]
- rcthttpd link added - rcthttpd link added
* Sun Dec 03 2000 - smid@suse.cz * Sun Dec 03 2000 smid@suse.cz
- new version: 2.20b - new version: 2.20b
* Fri Dec 01 2000 - ro@suse.de * Fri Dec 01 2000 ro@suse.de
- moved init-script - moved init-script
* Thu Nov 02 2000 - smid@suse.cz * Thu Nov 02 2000 smid@suse.cz
- fix ugly bug in startup scripts - fix ugly bug in startup scripts
* Thu Sep 28 2000 - smid@suse.cz * Thu Sep 28 2000 smid@suse.cz
- new version: 2.20 - new version: 2.20
* Wed Aug 30 2000 - smid@suse.cz * Wed Aug 30 2000 smid@suse.cz
- fix bug in startup script - fix bug in startup script
* Wed Jul 05 2000 - mha@suse.de * Wed Jul 05 2000 mha@suse.de
- new version: 2.19 - new version: 2.19
* Tue May 23 2000 - smid@suse.cz * Tue May 23 2000 smid@suse.cz
- buildroot fixed - buildroot fixed
* Wed May 03 2000 - smid@suse.cz * Wed May 03 2000 smid@suse.cz
- buildroot added - buildroot added
* Tue Mar 21 2000 - mha@suse.de * Tue Mar 21 2000 mha@suse.de
- update to 2.16 - update to 2.16
* Fri Mar 03 2000 - uli@suse.de * Fri Mar 03 2000 uli@suse.de
- moved man pages to %%{_mandir} - moved man pages to %%{_mandir}
* Mon Feb 28 2000 - mha@suse.de * Mon Feb 28 2000 mha@suse.de
- new version: 2.15 - new version: 2.15
* Thu Feb 17 2000 - dipa@suse.de * Thu Feb 17 2000 dipa@suse.de
- bug #1268 rc.config variable set to no - bug #1268 rc.config variable set to no
* Wed Jan 12 2000 - mha@suse.de * Wed Jan 12 2000 mha@suse.de
- new version: 2.11 - new version: 2.11
- new conflicts (roxen, apache, aolserv), provides (http_daemon) - new conflicts (roxen, apache, aolserv), provides (http_daemon)
- new homepage - new homepage
* Tue Nov 16 1999 - kukuk@suse.de * Tue Nov 16 1999 kukuk@suse.de
- Fix stack overflow - Fix stack overflow
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Thu Sep 09 1999 - bs@suse.de * Thu Sep 09 1999 bs@suse.de
- fixed call of Check at the end of %%install section - fixed call of Check at the end of %%install section
* Sun Jul 11 1999 - mha@suse.de * Sun Jul 11 1999 mha@suse.de
- new package: thttpd (a _small_ webserver) - new package: thttpd (a _small_ webserver)
absolutely no configuration needed - and yet save (chroot)! absolutely no configuration needed - and yet save (chroot)!