Author: glen Date: Thu Apr 16 07:16:01 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - deny access to CVS files; rel 6
---- Files affected: SPECS: lighttpd.spec (1.289 -> 1.290) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.289 SPECS/lighttpd.spec:1.290 --- SPECS/lighttpd.spec:1.289 Sat Apr 11 19:50:32 2009 +++ SPECS/lighttpd.spec Thu Apr 16 09:15:56 2009 @@ -22,7 +22,7 @@ %bcond_without lua # LUA support in mod_cml (needs LUA >= 5.1) %bcond_with memcache # memcached support in mod_cml / mod_trigger_b4_dl %bcond_with gamin # gamin for reducing number of stat() calls. - # NOTE: must be enabled in config: server.stat-cache-engine = "fam" + # NOTE: must be enabled in config: server.stat-cache-engine = "fam" %bcond_with gdbm # gdbm in mod_trigger_b4_dl %bcond_with webdav_props # properties in mod_webdav (includes extra sqlite3/libxml deps) %bcond_with webdav_locks # webdav locks with extra efsprogs deps @@ -37,7 +37,7 @@ Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd Version: 1.4.22 -Release: 5 +Release: 6 License: BSD Group: Networking/Daemons/HTTP Source0: http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2 @@ -106,6 +106,7 @@ Patch5: %{name}-mod_deflate.patch Patch6: %{name}-mod_rrdtool-emptyfile.patch Patch7: %{name}-bug-1836.patch +#Patch8: %{name}-errorlog-before-fork.patch URL: http://www.lighttpd.net/ %{?with_xattr:BuildRequires: attr-devel} BuildRequires: autoconf @@ -731,12 +732,12 @@ Minimalistic means that not all operations are implementated yet. So far we have -- PROPFIND -- OPTIONS -- MKCOL -- DELETE -- PUT -- LOCK (experimental) + - PROPFIND + - OPTIONS + - MKCOL + - DELETE + - PUT + - LOCK (experimental) and the usual GET, POST, HEAD from HTTP/1.1. @@ -747,12 +748,12 @@ Moduł WebDAV to bardzo minimalistyczna implementacja RFC 2518. Minimalistyczna oznacza, że jeszcze nie wszystkie operacje są zaimplementowane. Jak na razie są: -- PROPFIND -- OPTIONS -- MKCOL -- DELETE -- PUT -- LOCK (experimental) + - PROPFIND + - OPTIONS + - MKCOL + - DELETE + - PUT + - LOCK (experimental) oraz zwykłe GET, POST, HEAD z HTTP/1.1. @@ -1324,6 +1325,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.290 2009/04/16 07:15:56 glen +- deny access to CVS files; rel 6 + Revision 1.289 2009/04/11 17:50:32 glen - reverse commit r2163, to get stderr from cgi scripts back; rel 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lighttpd.spec?r1=1.289&r2=1.290&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
