OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 23-Feb-2006 21:41:40 Branch: HEAD Handle: 2006022320413900 Added files: openpkg-src/lighttpd lighttpd.patch Modified files: openpkg-src/lighttpd lighttpd.spec Log: upgrading package: lighttpd 1.4.9 -> 1.4.10 Summary: Revision Changes Path 1.3 +14 -0 openpkg-src/lighttpd/lighttpd.patch 1.21 +9 -5 openpkg-src/lighttpd/lighttpd.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/lighttpd/lighttpd.patch ============================================================================ $ cvs diff -u -r0 -r1.3 lighttpd.patch --- /dev/null 2006-02-23 21:41:32 +0100 +++ lighttpd.patch 2006-02-23 21:41:39 +0100 @@ -0,0 +1,14 @@ +Index: src/server.c +--- src/server.c 2006-02-01 11:50:02.000000000 +0000 ++++ src/server.c 2006-02-19 09:56:58.000000000 +0000 +@@ -218,7 +218,9 @@ + CLEAN(srvconf.event_handler); + CLEAN(srvconf.pid_file); + CLEAN(srvconf.modules_dir); +- ++ CLEAN(srvconf.network_backend); ++ CLEAN(srvconf.upload_tempdirs); ++ + CLEAN(tmp_chunk_len); + #undef CLEAN + @@ . patch -p0 <<'@@ .' Index: openpkg-src/lighttpd/lighttpd.spec ============================================================================ $ cvs diff -u -r1.20 -r1.21 lighttpd.spec --- openpkg-src/lighttpd/lighttpd.spec 15 Jan 2006 09:20:15 -0000 1.20 +++ openpkg-src/lighttpd/lighttpd.spec 23 Feb 2006 20:41:39 -0000 1.21 @@ -32,8 +32,8 @@ Class: EVAL Group: Web License: MIT-style -Version: 1.4.9 -Release: 20060115 +Version: 1.4.10 +Release: 20060223 # package options %option with_fsl yes @@ -47,6 +47,7 @@ Source1: lighttpd.conf Source2: rc.lighttpd Source3: fsl.lighttpd +Patch0: lighttpd.patch # build information Prefix: %{l_prefix} @@ -79,9 +80,8 @@ care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, output compression, URL-rewriting and many more) make lighttpd the perfect web-server software for every server that is suffering load - problems. - - As lighttpd is hard to pronounce you might call it lighty instead. + problems. As lighttpd is hard to pronounce you might call it lighty + instead. %track prog lighttpd = { @@ -92,12 +92,16 @@ %prep %setup -q + %patch -p0 %{l_shtool} subst \ -e 's;\(/etc/lighttpd/lighttpd.conf\);%{l_prefix}\1;' \ doc/lighttpd.1 %build # configure program + case "%{l_platform -t}" in + *-freebsd* ) %{l_shtool} subst -e 's;-D_XOPEN_SOURCE=600;;' configure ;; + esac CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CXXFLAGS="%{l_cxxflags -O}" \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org