On Wed 2007.04.18 at 22:23 +0200, Frank Denis wrote:
> Hello,
>
> Here's an update of lighttpd to 1.4.15. No big new feature in that
> release, but a lot of important bug fixes, including security fixes, see:
>
> http://lighttpd.net/2007/4/13/lighttpd-1-4-14-released
>
> (1.4.15 includes a last-minute fix over this)
while i'd mail the maintainer directly, but since you've started this,
can we change the location of the sample lighttpd.conf to match the
manpage, or patch the manpage to point to where we install the sample?
> Best regards,
>
> -Frank.
>
>
>
>
> diff -urN lighttpd.orig/Makefile lighttpd/Makefile
> --- lighttpd.orig/Makefile Wed Apr 18 22:12:08 2007
> +++ lighttpd/Makefile Wed Apr 18 22:19:22 2007
> @@ -4,8 +4,8 @@
>
> COMMENT= "secure, fast, compliant, and very flexible web-server"
>
> -DISTNAME= lighttpd-1.4.13
> -PKGNAME= ${DISTNAME}p2
> +DISTNAME= lighttpd-1.4.15
> +PKGNAME= ${DISTNAME}
> CATEGORIES= www net
>
> MAINTAINER= Brad Smith <[EMAIL PROTECTED]>
> diff -urN lighttpd.orig/distinfo lighttpd/distinfo
> --- lighttpd.orig/distinfo Wed Apr 18 22:12:08 2007
> +++ lighttpd/distinfo Wed Apr 18 22:12:36 2007
> @@ -1,5 +1,5 @@
> -MD5 (lighttpd-1.4.13.tar.gz) = 13XWR4ORuV2EGhAYyNsLlQ==
> -RMD160 (lighttpd-1.4.13.tar.gz) = TmfkLcNpLVDARFYcyQPee5BvJgw=
> -SHA1 (lighttpd-1.4.13.tar.gz) = sXVT5mYJ+FuuxQJjcSpKWuylDKU=
> -SHA256 (lighttpd-1.4.13.tar.gz) =
> YtWZf9tBr6lACtzbBA0EofX6lQBF35bj4/WT6PDeVzk=
> -SIZE (lighttpd-1.4.13.tar.gz) = 797813
> +MD5 (lighttpd-1.4.15.tar.gz) = 0s6q8kKys1k/9NgiLVQ2SQ==
> +RMD160 (lighttpd-1.4.15.tar.gz) = o4y3N5faG4dztMSjTxa+CXZn21c=
> +SHA1 (lighttpd-1.4.15.tar.gz) = Z7oSeaDq7acoweEUPTAr6zZKA0w=
> +SHA256 (lighttpd-1.4.15.tar.gz) =
> fuzU+aOxn0715NS0uWNau2me5qv8CPAp5d8SNGcOGDE=
> +SIZE (lighttpd-1.4.15.tar.gz) = 794327
> diff -urN lighttpd.orig/patches/patch-src_connections_c
> lighttpd/patches/patch-src_connections_c
> --- lighttpd.orig/patches/patch-src_connections_c Wed Apr 18 22:12:07 2007
> +++ lighttpd/patches/patch-src_connections_c Thu Jan 1 01:00:00 1970
> @@ -1,16 +0,0 @@
> -$OpenBSD: patch-src_connections_c,v 1.1 2007/02/02 09:25:19 bernd Exp $
> -
> -Fixes a possible 99% cpu bug when a client connection is dropped.
> -See http://trac.lighttpd.net/trac/wiki/Release-1.4.13-patches.
> -
> ---- src/connections.c.orig Tue Jan 30 10:20:09 2007
> -+++ src/connections.c Tue Jan 30 10:20:25 2007
> -@@ -970,7 +970,7 @@ int connection_handle_read_state(server
> - }
> - } else {
> - /* a splited \r
> \n */
> -- return -1;
> -+ break;
> - }
> - }
> - }
> diff -urN lighttpd.orig/pkg/PLIST lighttpd/pkg/PLIST
> --- lighttpd.orig/pkg/PLIST Wed Apr 18 22:12:08 2007
> +++ lighttpd/pkg/PLIST Wed Apr 18 22:19:16 2007
> @@ -34,6 +34,9 @@
> @comment lib/lighttpd/mod_expire.a
> @comment lib/lighttpd/mod_expire.la
> lib/lighttpd/mod_expire.so
> +lib/lighttpd/mod_extforward.a
> +lib/lighttpd/mod_extforward.la
> +lib/lighttpd/mod_extforward.so
> @comment lib/lighttpd/mod_fastcgi.a
> @comment lib/lighttpd/mod_fastcgi.la
> lib/lighttpd/mod_fastcgi.so