SOURCES: lighttpd-branch.diff - due missing files in previous diff...

glen glen at pld-linux.org
Tue Jul 11 20:53:40 CEST 2006


Author: glen                         Date: Tue Jul 11 18:53:40 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- due missing files in previous diff, create diff from make dist in svn dir

---- Files affected:
SOURCES:
   lighttpd-branch.diff (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-branch.diff
diff -u SOURCES/lighttpd-branch.diff:1.2 SOURCES/lighttpd-branch.diff:1.3
--- SOURCES/lighttpd-branch.diff:1.2	Tue Jul 11 20:37:33 2006
+++ SOURCES/lighttpd-branch.diff	Tue Jul 11 20:53:35 2006
@@ -1,5 +1,49 @@
+diff -ur -x '*.m4' -x compile -x 'config.*' -x configure -x depcomp -N -x missing -x 'ltmain*' -x install-sh -x mkinstalldirs lighttpd-1.4.11/Makefile.in lighttpd-1.4.12/Makefile.in
+--- lighttpd-1.4.11/Makefile.in	2006-03-07 14:21:08.000000000 +0200
++++ lighttpd-1.4.12/Makefile.in	2006-07-11 21:48:16.000000000 +0300
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+@@ -41,7 +41,7 @@
+ 	$(srcdir)/distribute.sh.in $(srcdir)/lighttpd.spec.in \
+ 	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
+ 	compile config.guess config.sub depcomp install-sh ltmain.sh \
+-	missing mkinstalldirs
++	missing
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.in
+@@ -49,7 +49,7 @@
+ 	$(ACLOCAL_M4)
+ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+  configure.lineno configure.status.lineno
+-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
++mkinstalldirs = $(install_sh) -d
+ CONFIG_HEADER = config.h
+ CONFIG_CLEAN_FILES = lighttpd.spec distribute.sh
+ SOURCES =
+@@ -126,7 +126,6 @@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+-LUACONFIG = @LUACONFIG@
+ LUA_CFLAGS = @LUA_CFLAGS@
+ LUA_LIBS = @LUA_LIBS@
+ MAINT = @MAINT@
+@@ -169,6 +168,7 @@
+ ac_ct_F77 = @ac_ct_F77@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
++ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+diff -ur -x '*.m4' -x compile -x 'config.*' -x configure -x depcomp -N -x missing -x 'ltmain*' -x install-sh -x mkinstalldirs lighttpd-1.4.11/NEWS lighttpd-1.4.12/NEWS
 --- lighttpd-1.4.11/NEWS	2006-03-09 19:34:33.000000000 +0200
-+++ lighttpd/NEWS	2006-07-11 21:23:42.928033114 +0300
++++ lighttpd-1.4.12/NEWS	2006-07-11 21:23:42.000000000 +0300
 @@ -3,6 +3,23 @@
  NEWS
  ====
@@ -24,8 +68,9 @@
  - 1.4.11 - 2006-03-09
  
    * added ability to specify which ip address spawn-fci listens on 
+diff -ur -x '*.m4' -x compile -x 'config.*' -x configure -x depcomp -N -x missing -x 'ltmain*' -x install-sh -x mkinstalldirs lighttpd-1.4.11/configure.in lighttpd-1.4.12/configure.in
 --- lighttpd-1.4.11/configure.in	2006-03-04 16:32:38.000000000 +0200
-+++ lighttpd/configure.in	2006-07-11 21:23:42.880030107 +0300
++++ lighttpd-1.4.12/configure.in	2006-07-11 21:23:42.000000000 +0300
 @@ -1,7 +1,7 @@
  #                                               -*- Autoconf -*-
  # Process this file with autoconf to produce a configure script.
@@ -76,8 +121,10 @@
 - if test x"$LUACONFIG" != x; then
 -   LUA_CFLAGS=`$LUACONFIG --include`
 -   LUA_LIBS=`$LUACONFIG --libs --extralibs`
--   AC_DEFINE([HAVE_LUA], [1], [liblua])
--   AC_DEFINE([HAVE_LUA_H], [1], [lua.h])
++ # try pkgconfig
++ PKG_CHECK_MODULES(LUA, lua >= 5.1, [
+    AC_DEFINE([HAVE_LUA], [1], [liblua])
+    AC_DEFINE([HAVE_LUA_H], [1], [lua.h])
 - else
 -   AC_CHECK_LIB(lua, lua_open, [
 -     AC_CHECK_HEADERS([lua.h],[
@@ -89,13 +136,13 @@
 - fi
 -
 - if test x"$LUA_LIBS" = x; then
-    # try pkgconfig
+-   # try pkgconfig
 -   PKG_CHECK_MODULES(LUA, lua, [
-+ PKG_CHECK_MODULES(LUA, lua >= 5.1, [
-      AC_DEFINE([HAVE_LUA], [1], [liblua])
-      AC_DEFINE([HAVE_LUA_H], [1], [lua.h])
-    ])
+-     AC_DEFINE([HAVE_LUA], [1], [liblua])
+-     AC_DEFINE([HAVE_LUA_H], [1], [lua.h])
+-   ])
 - fi
++ ])
  
   AC_SUBST(LUA_CFLAGS)
   AC_SUBST(LUA_LIBS)
@@ -132,8 +179,541 @@
  ## output
  
  $ECHO
+diff -ur -x '*.m4' -x compile -x 'config.*' -x configure -x depcomp -N -x missing -x 'ltmain*' -x install-sh -x mkinstalldirs lighttpd-1.4.11/cygwin/Makefile.in lighttpd-1.4.12/cygwin/Makefile.in
+--- lighttpd-1.4.11/cygwin/Makefile.in	2006-03-07 14:20:57.000000000 +0200
++++ lighttpd-1.4.12/cygwin/Makefile.in	2006-07-11 21:48:12.000000000 +0300
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+@@ -43,7 +43,7 @@
+ am__aclocal_m4_deps = $(top_srcdir)/configure.in
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ 	$(ACLOCAL_M4)
+-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
++mkinstalldirs = $(install_sh) -d
+ CONFIG_HEADER = $(top_builddir)/config.h
+ CONFIG_CLEAN_FILES = lighttpd.README
+ SOURCES =
+@@ -101,7 +101,6 @@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+-LUACONFIG = @LUACONFIG@
+ LUA_CFLAGS = @LUA_CFLAGS@
+ LUA_LIBS = @LUA_LIBS@
+ MAINT = @MAINT@
+@@ -144,6 +143,7 @@
+ ac_ct_F77 = @ac_ct_F77@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
++ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+diff -ur -x '*.m4' -x compile -x 'config.*' -x configure -x depcomp -N -x missing -x 'ltmain*' -x install-sh -x mkinstalldirs lighttpd-1.4.11/cygwin/lighttpd.README lighttpd-1.4.12/cygwin/lighttpd.README
+--- lighttpd-1.4.11/cygwin/lighttpd.README	2006-03-07 14:22:19.000000000 +0200
++++ lighttpd-1.4.12/cygwin/lighttpd.README	2006-07-11 21:49:09.000000000 +0300
+@@ -1,114 +1,114 @@
+-lighttpd
+-------------------------------------------
+-A fast, secure and flexible webserver
+-
+-Runtime requirements:
+-  cygwin-1.5.10 or newer
+-  crypt-1.1 or newer
+-  libbz2_1-1.0.2 or newer
+-  libpcre0-4.5 or newer
+-  openssl-0.9.7d or newer
+-  zlib-1.2.1 or newer
+-
+-Build requirements:
+-  cygwin-1.5.10 or newer
+-  gcc-3.3.1-3 or newer
+-  binutils-20030901-1 or newer
+-  crypt
+-  openssl-devel
+-  openssl
+-  openldap
+-  openldap-devel
+-  zlib
+-  bzip2
+-
+-Canonical homepage:
+-  http://jan.kneschke.de/projects/lighttpd/
+-
+-Canonical download:
+-  http://jan.kneschke.de/projects/lighttpd/download
+-
+-------------------------------------
+-
+-Build instructions:
+-  unpack lighttpd-1.4.11-<REL>-src.tar.bz2
+-    if you use setup to install this src package, it will be
+-	 unpacked under /usr/src automatically
+-  cd /usr/src
+-  ./lighttpd-1.4.11-<REL>.sh all
+-
+-This will create:
+-  /usr/src/lighttpd-1.4.11-<REL>.tar.bz2
+-  /usr/src/lighttpd-1.4.11-<REL>-src.tar.bz2
+-
+-Or use './lighttpd-1.4.11-<REL>.sh prep' to get a patched source directory
+-
+--------------------------------------------
+-
+-Files included in the binary distribution:
+-
+-  /etc/lighttpd/lighttpd.conf.default
+-  /usr/lib/cyglightcomp.dll
+-  /usr/lib/lighttpd/mod_access.dll
+-  /usr/lib/lighttpd/mod_accesslog.dll
+-  /usr/lib/lighttpd/mod_auth.dll
+-  /usr/lib/lighttpd/mod_cgi.dll
+-  /usr/lib/lighttpd/mod_compress.dll
+-  /usr/lib/lighttpd/mod_evhost.dll
+-  /usr/lib/lighttpd/mod_expire.dll
+-  /usr/lib/lighttpd/mod_fastcgi.dll
+-  /usr/lib/lighttpd/mod_httptls.dll
+-  /usr/lib/lighttpd/mod_maps.dll
+-  /usr/lib/lighttpd/mod_proxy.dll
+-  /usr/lib/lighttpd/mod_redirect.dll
+-  /usr/lib/lighttpd/mod_rewrite.dll
+-  /usr/lib/lighttpd/mod_rrdtool.dll
+-  /usr/lib/lighttpd/mod_secdownload.dll
+-  /usr/lib/lighttpd/mod_simple_vhost.dll
+-  /usr/lib/lighttpd/mod_ssi.dll
+-  /usr/lib/lighttpd/mod_status.dll
+-  /usr/lib/lighttpd/mod_usertrack.dll
+-  /usr/sbin/lighttpd.exe
+-  /usr/share/doc/Cygwin/lighttpd-1.3.0.README
+-  /usr/share/doc/lighttpd-1.3.0/accesslog.txt
+-  /usr/share/doc/lighttpd-1.3.0/authentification.txt
+-  /usr/share/doc/lighttpd-1.3.0/AUTHORS
+-  /usr/share/doc/lighttpd-1.3.0/cgi.txt
+-  /usr/share/doc/lighttpd-1.3.0/ChangeLog
+-  /usr/share/doc/lighttpd-1.3.0/compress.txt
+-  /usr/share/doc/lighttpd-1.3.0/configuration.txt
+-  /usr/share/doc/lighttpd-1.3.0/COPYING
+-  /usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt
+-  /usr/share/doc/lighttpd-1.3.0/fastcgi.txt
+-  /usr/share/doc/lighttpd-1.3.0/features.txt
+-  /usr/share/doc/lighttpd-1.3.0/INSTALL
+-  /usr/share/doc/lighttpd-1.3.0/NEWS
+-  /usr/share/doc/lighttpd-1.3.0/performance.txt
+-  /usr/share/doc/lighttpd-1.3.0/plugins.txt
+-  /usr/share/doc/lighttpd-1.3.0/proxy.txt
+-  /usr/share/doc/lighttpd-1.3.0/README
+-  /usr/share/doc/lighttpd-1.3.0/redirect.txt
+-  /usr/share/doc/lighttpd-1.3.0/rewrite.txt
+-  /usr/share/doc/lighttpd-1.3.0/rrdtool.txt
+-  /usr/share/doc/lighttpd-1.3.0/secdownload.txt
+-  /usr/share/doc/lighttpd-1.3.0/security.txt
+-  /usr/share/doc/lighttpd-1.3.0/simple-vhost.txt
+-  /usr/share/doc/lighttpd-1.3.0/skeleton.txt
+-  /usr/share/doc/lighttpd-1.3.0/ssi.txt
+-  /usr/share/doc/lighttpd-1.3.0/state.txt
+-  /usr/share/man/man1/lighttpd.1.gz
+-
+-------------------
+-
+-Port Notes:
+-
+-----------  lighttpd-1.3.1-1 -----------
+-
+-Updated to 1.3.1
+-
+-----------  lighttpd-1.3.0-1 -----------
+-Initial release
+-
+-Cygwin port maintained by: Jan Kneschke <jan at kneschke.de>
+-Please address all questions to the Cygwin mailing list at <cygwin at cygwin.com>
+-
++lighttpd
++------------------------------------------
++A fast, secure and flexible webserver
++
++Runtime requirements:
++  cygwin-1.5.10 or newer
++  crypt-1.1 or newer
++  libbz2_1-1.0.2 or newer
++  libpcre0-4.5 or newer
++  openssl-0.9.7d or newer
++  zlib-1.2.1 or newer
++
++Build requirements:
++  cygwin-1.5.10 or newer
++  gcc-3.3.1-3 or newer
++  binutils-20030901-1 or newer
++  crypt
++  openssl-devel
++  openssl
++  openldap
++  openldap-devel
++  zlib
++  bzip2
++
++Canonical homepage:
++  http://jan.kneschke.de/projects/lighttpd/
++
++Canonical download:
++  http://jan.kneschke.de/projects/lighttpd/download
++
++------------------------------------
++
++Build instructions:
++  unpack lighttpd-1.4.12-<REL>-src.tar.bz2
++    if you use setup to install this src package, it will be
++	 unpacked under /usr/src automatically
++  cd /usr/src
++  ./lighttpd-1.4.12-<REL>.sh all
++
++This will create:
++  /usr/src/lighttpd-1.4.12-<REL>.tar.bz2
++  /usr/src/lighttpd-1.4.12-<REL>-src.tar.bz2
++
++Or use './lighttpd-1.4.12-<REL>.sh prep' to get a patched source directory
++
++-------------------------------------------
++
++Files included in the binary distribution:
++
++  /etc/lighttpd/lighttpd.conf.default
++  /usr/lib/cyglightcomp.dll
++  /usr/lib/lighttpd/mod_access.dll
++  /usr/lib/lighttpd/mod_accesslog.dll
++  /usr/lib/lighttpd/mod_auth.dll
++  /usr/lib/lighttpd/mod_cgi.dll
++  /usr/lib/lighttpd/mod_compress.dll
++  /usr/lib/lighttpd/mod_evhost.dll
++  /usr/lib/lighttpd/mod_expire.dll
++  /usr/lib/lighttpd/mod_fastcgi.dll
++  /usr/lib/lighttpd/mod_httptls.dll
++  /usr/lib/lighttpd/mod_maps.dll
++  /usr/lib/lighttpd/mod_proxy.dll
++  /usr/lib/lighttpd/mod_redirect.dll
++  /usr/lib/lighttpd/mod_rewrite.dll
++  /usr/lib/lighttpd/mod_rrdtool.dll
++  /usr/lib/lighttpd/mod_secdownload.dll
++  /usr/lib/lighttpd/mod_simple_vhost.dll
++  /usr/lib/lighttpd/mod_ssi.dll
++  /usr/lib/lighttpd/mod_status.dll
++  /usr/lib/lighttpd/mod_usertrack.dll
++  /usr/sbin/lighttpd.exe
++  /usr/share/doc/Cygwin/lighttpd-1.3.0.README
++  /usr/share/doc/lighttpd-1.3.0/accesslog.txt
++  /usr/share/doc/lighttpd-1.3.0/authentification.txt
++  /usr/share/doc/lighttpd-1.3.0/AUTHORS
++  /usr/share/doc/lighttpd-1.3.0/cgi.txt
++  /usr/share/doc/lighttpd-1.3.0/ChangeLog
++  /usr/share/doc/lighttpd-1.3.0/compress.txt
++  /usr/share/doc/lighttpd-1.3.0/configuration.txt
++  /usr/share/doc/lighttpd-1.3.0/COPYING
++  /usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt
++  /usr/share/doc/lighttpd-1.3.0/fastcgi.txt
++  /usr/share/doc/lighttpd-1.3.0/features.txt
++  /usr/share/doc/lighttpd-1.3.0/INSTALL
++  /usr/share/doc/lighttpd-1.3.0/NEWS
++  /usr/share/doc/lighttpd-1.3.0/performance.txt
++  /usr/share/doc/lighttpd-1.3.0/plugins.txt
++  /usr/share/doc/lighttpd-1.3.0/proxy.txt
++  /usr/share/doc/lighttpd-1.3.0/README
++  /usr/share/doc/lighttpd-1.3.0/redirect.txt
++  /usr/share/doc/lighttpd-1.3.0/rewrite.txt
++  /usr/share/doc/lighttpd-1.3.0/rrdtool.txt
++  /usr/share/doc/lighttpd-1.3.0/secdownload.txt
++  /usr/share/doc/lighttpd-1.3.0/security.txt
++  /usr/share/doc/lighttpd-1.3.0/simple-vhost.txt
++  /usr/share/doc/lighttpd-1.3.0/skeleton.txt
++  /usr/share/doc/lighttpd-1.3.0/ssi.txt
++  /usr/share/doc/lighttpd-1.3.0/state.txt
++  /usr/share/man/man1/lighttpd.1.gz
++
++------------------
++
++Port Notes:
++
++----------  lighttpd-1.3.1-1 -----------
++
++Updated to 1.3.1
++
++----------  lighttpd-1.3.0-1 -----------
++Initial release
++
++Cygwin port maintained by: Jan Kneschke <jan at kneschke.de>
++Please address all questions to the Cygwin mailing list at <cygwin at cygwin.com>
++
+diff -ur -x '*.m4' -x compile -x 'config.*' -x configure -x depcomp -N -x missing -x 'ltmain*' -x install-sh -x mkinstalldirs lighttpd-1.4.11/cygwin/lighttpd.README.in lighttpd-1.4.12/cygwin/lighttpd.README.in
+--- lighttpd-1.4.11/cygwin/lighttpd.README.in	2005-08-11 01:26:59.000000000 +0300
++++ lighttpd-1.4.12/cygwin/lighttpd.README.in	2006-07-11 21:23:40.000000000 +0300
+@@ -1,114 +1,114 @@
+-lighttpd
+-------------------------------------------
+-A fast, secure and flexible webserver
+-
+-Runtime requirements:
+-  cygwin-1.5.10 or newer
+-  crypt-1.1 or newer
+-  libbz2_1-1.0.2 or newer
+-  libpcre0-4.5 or newer
+-  openssl-0.9.7d or newer
+-  zlib-1.2.1 or newer
+-
+-Build requirements:
+-  cygwin-1.5.10 or newer
+-  gcc-3.3.1-3 or newer
+-  binutils-20030901-1 or newer
+-  crypt
+-  openssl-devel
+-  openssl
+-  openldap
+-  openldap-devel
+-  zlib
+-  bzip2
+-
+-Canonical homepage:
+-  http://jan.kneschke.de/projects/lighttpd/
+-
+-Canonical download:
+-  http://jan.kneschke.de/projects/lighttpd/download
+-
+-------------------------------------
+-
+-Build instructions:
+-  unpack lighttpd- at VERSION@-<REL>-src.tar.bz2
+-    if you use setup to install this src package, it will be
+-	 unpacked under /usr/src automatically
+-  cd /usr/src
+-  ./lighttpd- at VERSION@-<REL>.sh all
+-
+-This will create:
+-  /usr/src/lighttpd- at VERSION@-<REL>.tar.bz2
+-  /usr/src/lighttpd- at VERSION@-<REL>-src.tar.bz2
+-
+-Or use './lighttpd- at VERSION@-<REL>.sh prep' to get a patched source directory
+-
+--------------------------------------------
+-
+-Files included in the binary distribution:
+-
+-  /etc/lighttpd/lighttpd.conf.default
+-  /usr/lib/cyglightcomp.dll
+-  /usr/lib/lighttpd/mod_access.dll
+-  /usr/lib/lighttpd/mod_accesslog.dll
+-  /usr/lib/lighttpd/mod_auth.dll
+-  /usr/lib/lighttpd/mod_cgi.dll
+-  /usr/lib/lighttpd/mod_compress.dll
+-  /usr/lib/lighttpd/mod_evhost.dll
+-  /usr/lib/lighttpd/mod_expire.dll
+-  /usr/lib/lighttpd/mod_fastcgi.dll
+-  /usr/lib/lighttpd/mod_httptls.dll
+-  /usr/lib/lighttpd/mod_maps.dll
+-  /usr/lib/lighttpd/mod_proxy.dll
+-  /usr/lib/lighttpd/mod_redirect.dll
+-  /usr/lib/lighttpd/mod_rewrite.dll
+-  /usr/lib/lighttpd/mod_rrdtool.dll
+-  /usr/lib/lighttpd/mod_secdownload.dll
+-  /usr/lib/lighttpd/mod_simple_vhost.dll
+-  /usr/lib/lighttpd/mod_ssi.dll
+-  /usr/lib/lighttpd/mod_status.dll
+-  /usr/lib/lighttpd/mod_usertrack.dll
+-  /usr/sbin/lighttpd.exe
+-  /usr/share/doc/Cygwin/lighttpd-1.3.0.README
+-  /usr/share/doc/lighttpd-1.3.0/accesslog.txt
+-  /usr/share/doc/lighttpd-1.3.0/authentification.txt
+-  /usr/share/doc/lighttpd-1.3.0/AUTHORS
+-  /usr/share/doc/lighttpd-1.3.0/cgi.txt
+-  /usr/share/doc/lighttpd-1.3.0/ChangeLog
+-  /usr/share/doc/lighttpd-1.3.0/compress.txt
+-  /usr/share/doc/lighttpd-1.3.0/configuration.txt
+-  /usr/share/doc/lighttpd-1.3.0/COPYING
+-  /usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt
+-  /usr/share/doc/lighttpd-1.3.0/fastcgi.txt
+-  /usr/share/doc/lighttpd-1.3.0/features.txt
+-  /usr/share/doc/lighttpd-1.3.0/INSTALL
+-  /usr/share/doc/lighttpd-1.3.0/NEWS
+-  /usr/share/doc/lighttpd-1.3.0/performance.txt
+-  /usr/share/doc/lighttpd-1.3.0/plugins.txt
+-  /usr/share/doc/lighttpd-1.3.0/proxy.txt
+-  /usr/share/doc/lighttpd-1.3.0/README
+-  /usr/share/doc/lighttpd-1.3.0/redirect.txt
+-  /usr/share/doc/lighttpd-1.3.0/rewrite.txt
+-  /usr/share/doc/lighttpd-1.3.0/rrdtool.txt
+-  /usr/share/doc/lighttpd-1.3.0/secdownload.txt
+-  /usr/share/doc/lighttpd-1.3.0/security.txt
+-  /usr/share/doc/lighttpd-1.3.0/simple-vhost.txt
+-  /usr/share/doc/lighttpd-1.3.0/skeleton.txt
+-  /usr/share/doc/lighttpd-1.3.0/ssi.txt
+-  /usr/share/doc/lighttpd-1.3.0/state.txt
+-  /usr/share/man/man1/lighttpd.1.gz
+-
+-------------------
+-
+-Port Notes:
+-
+-----------  lighttpd-1.3.1-1 -----------
+-
+-Updated to 1.3.1
+-
+-----------  lighttpd-1.3.0-1 -----------
+-Initial release
+-
+-Cygwin port maintained by: Jan Kneschke <jan at kneschke.de>
+-Please address all questions to the Cygwin mailing list at <cygwin at cygwin.com>
+-
++lighttpd
++------------------------------------------
++A fast, secure and flexible webserver
++
++Runtime requirements:
++  cygwin-1.5.10 or newer
++  crypt-1.1 or newer
++  libbz2_1-1.0.2 or newer
++  libpcre0-4.5 or newer
++  openssl-0.9.7d or newer
++  zlib-1.2.1 or newer
++
++Build requirements:
++  cygwin-1.5.10 or newer
++  gcc-3.3.1-3 or newer
++  binutils-20030901-1 or newer
++  crypt
++  openssl-devel
++  openssl
++  openldap
++  openldap-devel
++  zlib
++  bzip2
++
++Canonical homepage:
++  http://jan.kneschke.de/projects/lighttpd/
++
++Canonical download:
++  http://jan.kneschke.de/projects/lighttpd/download
++
++------------------------------------
++
++Build instructions:
++  unpack lighttpd- at VERSION@-<REL>-src.tar.bz2
++    if you use setup to install this src package, it will be
++	 unpacked under /usr/src automatically
++  cd /usr/src
++  ./lighttpd- at VERSION@-<REL>.sh all
++
++This will create:
++  /usr/src/lighttpd- at VERSION@-<REL>.tar.bz2
++  /usr/src/lighttpd- at VERSION@-<REL>-src.tar.bz2
++
++Or use './lighttpd- at VERSION@-<REL>.sh prep' to get a patched source directory
++
++-------------------------------------------
++
++Files included in the binary distribution:
++
++  /etc/lighttpd/lighttpd.conf.default
++  /usr/lib/cyglightcomp.dll
++  /usr/lib/lighttpd/mod_access.dll
++  /usr/lib/lighttpd/mod_accesslog.dll
++  /usr/lib/lighttpd/mod_auth.dll
++  /usr/lib/lighttpd/mod_cgi.dll
++  /usr/lib/lighttpd/mod_compress.dll
++  /usr/lib/lighttpd/mod_evhost.dll
++  /usr/lib/lighttpd/mod_expire.dll
++  /usr/lib/lighttpd/mod_fastcgi.dll
++  /usr/lib/lighttpd/mod_httptls.dll
++  /usr/lib/lighttpd/mod_maps.dll
++  /usr/lib/lighttpd/mod_proxy.dll
++  /usr/lib/lighttpd/mod_redirect.dll
++  /usr/lib/lighttpd/mod_rewrite.dll
++  /usr/lib/lighttpd/mod_rrdtool.dll
++  /usr/lib/lighttpd/mod_secdownload.dll
++  /usr/lib/lighttpd/mod_simple_vhost.dll
++  /usr/lib/lighttpd/mod_ssi.dll
++  /usr/lib/lighttpd/mod_status.dll
++  /usr/lib/lighttpd/mod_usertrack.dll
++  /usr/sbin/lighttpd.exe
++  /usr/share/doc/Cygwin/lighttpd-1.3.0.README
++  /usr/share/doc/lighttpd-1.3.0/accesslog.txt
++  /usr/share/doc/lighttpd-1.3.0/authentification.txt
++  /usr/share/doc/lighttpd-1.3.0/AUTHORS
++  /usr/share/doc/lighttpd-1.3.0/cgi.txt
++  /usr/share/doc/lighttpd-1.3.0/ChangeLog
++  /usr/share/doc/lighttpd-1.3.0/compress.txt
++  /usr/share/doc/lighttpd-1.3.0/configuration.txt
++  /usr/share/doc/lighttpd-1.3.0/COPYING
++  /usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt
++  /usr/share/doc/lighttpd-1.3.0/fastcgi.txt
++  /usr/share/doc/lighttpd-1.3.0/features.txt
++  /usr/share/doc/lighttpd-1.3.0/INSTALL
++  /usr/share/doc/lighttpd-1.3.0/NEWS
++  /usr/share/doc/lighttpd-1.3.0/performance.txt
++  /usr/share/doc/lighttpd-1.3.0/plugins.txt
++  /usr/share/doc/lighttpd-1.3.0/proxy.txt
++  /usr/share/doc/lighttpd-1.3.0/README
++  /usr/share/doc/lighttpd-1.3.0/redirect.txt
++  /usr/share/doc/lighttpd-1.3.0/rewrite.txt
++  /usr/share/doc/lighttpd-1.3.0/rrdtool.txt
++  /usr/share/doc/lighttpd-1.3.0/secdownload.txt
++  /usr/share/doc/lighttpd-1.3.0/security.txt
++  /usr/share/doc/lighttpd-1.3.0/simple-vhost.txt
++  /usr/share/doc/lighttpd-1.3.0/skeleton.txt
++  /usr/share/doc/lighttpd-1.3.0/ssi.txt
++  /usr/share/doc/lighttpd-1.3.0/state.txt
++  /usr/share/man/man1/lighttpd.1.gz
++
++------------------
++
++Port Notes:
++
++----------  lighttpd-1.3.1-1 -----------
++
++Updated to 1.3.1
++
++----------  lighttpd-1.3.0-1 -----------
++Initial release
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-branch.diff?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list