Accepting request 93356 from server:http
add libtool to buildrequires (forwarded request 93237 from coolo) OBS-URL: https://build.opensuse.org/request/show/93356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=18
This commit is contained in:
parent
353228b778
commit
6ff16afe4d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 23 09:32:34 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add libtool as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 8 00:41:37 CEST 2009 - ro@suse.de
|
Mon Jun 8 00:41:37 CEST 2009 - ro@suse.de
|
||||||
|
|
||||||
|
132
thttpd.spec
132
thttpd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package thttpd (Version 2.25b)
|
# spec file for package thttpd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,6 @@ 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
|
|
||||||
Version: 2.25b
|
Version: 2.25b
|
||||||
Release: 173
|
Release: 173
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -43,6 +42,7 @@ Patch12: thttpd-2.25b-getline.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
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Thttpd is a very compact no-frills httpd serving daemon that can handle
|
Thttpd is a very compact no-frills httpd serving daemon that can handle
|
||||||
@ -145,129 +145,3 @@ rm -rf "%{buildroot}"
|
|||||||
%config(noreplace) /etc/thttpd.conf
|
%config(noreplace) /etc/thttpd.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
- fixed another syntax error in config file
|
|
||||||
* Fri Jun 08 2007 dmueller@suse.de
|
|
||||||
- fix syntax error in config file
|
|
||||||
* Wed Jun 06 2007 pcerny@suse.cz
|
|
||||||
- use %%config(noreplace) for /etc/thttpd.conf
|
|
||||||
* Tue Jun 05 2007 pcerny@suse.cz
|
|
||||||
- added Short-Description tag into init script
|
|
||||||
* Fri Jun 01 2007 pcerny@suse.cz
|
|
||||||
- added config file (/etc/thttpd.conf)
|
|
||||||
* 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
|
|
||||||
- fix buffer overflows in htpasswd (#156978)
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Mon Nov 21 2005 anicka@suse.cz
|
|
||||||
- fix tmp race in syslogtocern (#131056)
|
|
||||||
* Wed Oct 12 2005 anicka@suse.cz
|
|
||||||
- use %%config(noreplace) for index.html
|
|
||||||
* Wed Jun 22 2005 anicka@suse.cz
|
|
||||||
- compile dynamic binaries instead of static
|
|
||||||
- compile htpasswd with -pie
|
|
||||||
* Wed Mar 09 2005 mcihar@suse.cz
|
|
||||||
- do not conflict with other webservers (bug #71742)
|
|
||||||
* Tue Feb 17 2004 tcrhak@suse.cz
|
|
||||||
- update to version 2.25b
|
|
||||||
* Tue Jan 13 2004 schwab@suse.de
|
|
||||||
- Fix use of aclocal.
|
|
||||||
* Wed Oct 29 2003 tcrhak@suse.cz
|
|
||||||
- update to 2.24, includes a fix for a buffer overflow [bug #32734]
|
|
||||||
- fixed virtual hosting security hole [bug #32757]
|
|
||||||
- fixed permissions according to permissions.secure,
|
|
||||||
added macros %%run_permissions and %%verify_permissions
|
|
||||||
* Mon Sep 01 2003 tcrhak@suse.cz
|
|
||||||
- added macros %%stop_on_removal and %%restart_on_update [bug #29022]
|
|
||||||
* Thu Jun 05 2003 ro@suse.de
|
|
||||||
- remove unpackaged files from buildroot
|
|
||||||
* Tue Mar 11 2003 tcrhak@suse.cz
|
|
||||||
- fixed permissions of the init scipt [bug #25084]
|
|
||||||
* Tue Oct 15 2002 tcrhak@suse.cz
|
|
||||||
- substitute correct servroot during built
|
|
||||||
* Mon Oct 14 2002 tcrhak@suse.cz
|
|
||||||
- use /srv/www rather then /usr/local/httpd [bug #20802]
|
|
||||||
* Fri Aug 02 2002 ro@suse.de
|
|
||||||
- adapt server root
|
|
||||||
* Sat Jul 27 2002 kukuk@suse.de
|
|
||||||
- Change group from wwwadmin to www
|
|
||||||
* Sat Jul 27 2002 adrian@suse.de
|
|
||||||
- do not source rc.config anymore
|
|
||||||
* Tue Jul 02 2002 tcrhak@suse.cz
|
|
||||||
- update to version 2.23beta1
|
|
||||||
* Tue Jan 15 2002 tcrhak@suse.cz
|
|
||||||
- update to version 2.20c
|
|
||||||
- added thttpd-2.20c-sec.patch
|
|
||||||
- removed START_THTTPD from README.SuSE
|
|
||||||
* Tue Jan 15 2002 ro@suse.de
|
|
||||||
- removed START_THTTPD
|
|
||||||
* Fri Sep 21 2001 bjacke@suse.de
|
|
||||||
- fix version on template webpage
|
|
||||||
* Mon Sep 03 2001 adostal@suse.cz
|
|
||||||
- fix /etc/init.d in thttpd-SuSE.tar.bz2 files
|
|
||||||
- split patches on configure, dirs, time_h and newautoconf
|
|
||||||
* Thu Jun 14 2001 adostal@suse.cz
|
|
||||||
- fix for new autoconf
|
|
||||||
* Fri Apr 13 2001 nadvornik@suse.cz
|
|
||||||
- changed initscript according to skeleton
|
|
||||||
* Thu Mar 08 2001 nadvornik@suse.cz
|
|
||||||
- compiled with RPM_OPT_FLAGS
|
|
||||||
* Thu Feb 15 2001 nadvornik@suse.cz
|
|
||||||
- fixed to compile
|
|
||||||
* Wed Dec 13 2000 smid@suse.cz
|
|
||||||
- generatig of default page moved to %%install (it was in %%post and
|
|
||||||
- caused [#4566]
|
|
||||||
* Tue Dec 12 2000 smid@suse.cz
|
|
||||||
- default cgibin pattern changed [#4564]
|
|
||||||
- rcthttpd link added
|
|
||||||
* Sun Dec 03 2000 smid@suse.cz
|
|
||||||
- new version: 2.20b
|
|
||||||
* Fri Dec 01 2000 ro@suse.de
|
|
||||||
- moved init-script
|
|
||||||
* Thu Nov 02 2000 smid@suse.cz
|
|
||||||
- fix ugly bug in startup scripts
|
|
||||||
* Thu Sep 28 2000 smid@suse.cz
|
|
||||||
- new version: 2.20
|
|
||||||
* Wed Aug 30 2000 smid@suse.cz
|
|
||||||
- fix bug in startup script
|
|
||||||
* Wed Jul 05 2000 mha@suse.de
|
|
||||||
- new version: 2.19
|
|
||||||
* Tue May 23 2000 smid@suse.cz
|
|
||||||
- buildroot fixed
|
|
||||||
* Wed May 03 2000 smid@suse.cz
|
|
||||||
- buildroot added
|
|
||||||
* Tue Mar 21 2000 mha@suse.de
|
|
||||||
- update to 2.16
|
|
||||||
* Fri Mar 03 2000 uli@suse.de
|
|
||||||
- moved man pages to %%{_mandir}
|
|
||||||
* Mon Feb 28 2000 mha@suse.de
|
|
||||||
- new version: 2.15
|
|
||||||
* Thu Feb 17 2000 dipa@suse.de
|
|
||||||
- bug #1268 rc.config variable set to no
|
|
||||||
* Wed Jan 12 2000 mha@suse.de
|
|
||||||
- new version: 2.11
|
|
||||||
- new conflicts (roxen, apache, aolserv), provides (http_daemon)
|
|
||||||
- new homepage
|
|
||||||
* Tue Nov 16 1999 kukuk@suse.de
|
|
||||||
- Fix stack overflow
|
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
||||||
* Thu Sep 09 1999 bs@suse.de
|
|
||||||
- fixed call of Check at the end of %%install section
|
|
||||||
* Sun Jul 11 1999 mha@suse.de
|
|
||||||
- new package: thttpd (a _small_ webserver)
|
|
||||||
absolutely no configuration needed - and yet save (chroot)!
|
|
||||||
|
Loading…
Reference in New Issue
Block a user