SOURCES: lighttpd-branch.diff - up to 2043

glen glen at pld-linux.org
Wed Jan 16 17:21:34 CET 2008


Author: glen                         Date: Wed Jan 16 16:21:34 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 2043

---- Files affected:
SOURCES:
   lighttpd-branch.diff (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-branch.diff
diff -u SOURCES/lighttpd-branch.diff:1.25 SOURCES/lighttpd-branch.diff:1.26
--- SOURCES/lighttpd-branch.diff:1.25	Wed Jan 16 17:00:05 2008
+++ SOURCES/lighttpd-branch.diff	Wed Jan 16 17:21:29 2008
@@ -2,8 +2,8 @@
 ===================================================================
 Index: src/configfile-glue.c
 ===================================================================
---- src/configfile-glue.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/configfile-glue.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/configfile-glue.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/configfile-glue.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -341,6 +341,10 @@
  		}
  		break;
@@ -17,8 +17,8 @@
  		break;
 Index: src/array.h
 ===================================================================
---- src/array.h	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/array.h	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/array.h	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/array.h	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -90,6 +90,7 @@
  	COMP_HTTP_COOKIE,
  	COMP_HTTP_REMOTEIP,
@@ -29,8 +29,8 @@
  } comp_key_t;
 Index: src/mod_staticfile.c
 ===================================================================
---- src/mod_staticfile.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/mod_staticfile.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/mod_staticfile.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/mod_staticfile.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -483,8 +483,24 @@
  			/* if the value is the same as our ETag, we do a Range-request,
  			 * otherwise a full 200 */
@@ -59,8 +59,8 @@
  
 Index: src/mod_scgi.c
 ===================================================================
---- src/mod_scgi.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/mod_scgi.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/mod_scgi.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/mod_scgi.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -2694,8 +2694,9 @@
  		if (s_len < ct_len) continue;
  
@@ -75,8 +75,8 @@
  			break;
 Index: src/response.c
 ===================================================================
---- src/response.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/response.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/response.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/response.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -59,7 +59,8 @@
  		ds = (data_string *)con->response.headers->data[i];
  
@@ -97,8 +97,8 @@
  		config_patch_connection(srv, con, COMP_HTTP_REFERER);   /* Referer:     */
 Index: src/mod_proxy.c
 ===================================================================
---- src/mod_proxy.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/mod_proxy.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/mod_proxy.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/mod_proxy.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1093,15 +1093,17 @@
  		if (s_len < ct_len) continue;
  
@@ -123,10 +123,20 @@
  		} else if (0 == strncmp(fn->ptr + s_len - ct_len, extension->key->ptr, ct_len)) {
  			/* check extension in the form ".fcg" */
  			break;
+Index: src/Makefile.am
+===================================================================
+--- src/Makefile.am	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/Makefile.am	(.../branches/lighttpd-1.4.x)	(revision 2043)
+@@ -281,4 +281,4 @@
+ #ajp_SOURCES = ajp.c
+ 
+ noinst_HEADERS   = $(hdr)
+-EXTRA_DIST = mod_skeleton.c configparser.y mod_ssi_exprparser.y lempar.c
++EXTRA_DIST = mod_skeleton.c configparser.y mod_ssi_exprparser.y lempar.c SConscript
 Index: src/configparser.y
 ===================================================================
---- src/configparser.y	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/configparser.y	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/configparser.y	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/configparser.y	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -422,6 +422,7 @@
        { COMP_HTTP_COOKIE,        CONST_STR_LEN("HTTP[\"cookie\"]"     ) },
        { COMP_HTTP_REMOTEIP,      CONST_STR_LEN("HTTP[\"remoteip\"]"   ) },
@@ -137,8 +147,8 @@
      size_t i;
 Index: src/spawn-fcgi.c
 ===================================================================
---- src/spawn-fcgi.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/spawn-fcgi.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/spawn-fcgi.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/spawn-fcgi.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -37,7 +37,7 @@
  #endif
  
@@ -272,8 +282,8 @@
  int main() {
 Index: src/mod_auth.c
 ===================================================================
---- src/mod_auth.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/mod_auth.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/mod_auth.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/mod_auth.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -238,13 +238,13 @@
  			int auth_type_len = auth_realm - http_authorization;
  
@@ -292,8 +302,8 @@
  						con->http_status = 400;
 Index: src/mod_fastcgi.c
 ===================================================================
---- src/mod_fastcgi.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/mod_fastcgi.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/mod_fastcgi.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/mod_fastcgi.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -162,8 +162,8 @@
  	 * if host is one of the local IP adresses the
  	 * whole connection is local
@@ -440,8 +450,8 @@
  
 Index: src/server.c
 ===================================================================
---- src/server.c	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ src/server.c	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- src/server.c	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ src/server.c	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -759,6 +759,19 @@
  
  			return -1;
@@ -480,8 +490,8 @@
  #endif
 Index: tests/mod-access.t
 ===================================================================
---- tests/mod-access.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-access.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-access.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-access.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -498,8 +508,8 @@
  use strict;
 Index: tests/mod-auth.t
 ===================================================================
---- tests/mod-auth.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-auth.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-auth.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-auth.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,14 +1,14 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -539,26 +549,10 @@
  $t->{REQUEST}  = ( <<EOF
 Index: tests/mod-secdownload.t
 ===================================================================
---- tests/mod-secdownload.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-secdownload.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
-@@ -1,9 +1,9 @@
- #!/usr/bin/env perl
- BEGIN {
--    # add current source dir to the include-path
--    # we need this for make distcheck
--   (my $srcdir = $0) =~ s#/[^/]+$#/#;
--   unshift @INC, $srcdir;
-+	# add current source dir to the include-path
-+	# we need this for make distcheck
-+	(my $srcdir = $0) =~ s,/[^/]+$,/,;
-+	unshift @INC, $srcdir;
- }
- 
- use strict;
 Index: tests/core-response.t
 ===================================================================
---- tests/core-response.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core-response.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core-response.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core-response.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,10 +1,9 @@
  #!/usr/bin/env perl
 -
@@ -576,8 +570,8 @@
  use strict;
 Index: tests/symlink.t
 ===================================================================
---- tests/symlink.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/symlink.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/symlink.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/symlink.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -594,8 +588,8 @@
  use strict;
 Index: tests/request.t
 ===================================================================
---- tests/request.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/request.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/request.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/request.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -612,8 +606,8 @@
  use strict;
 Index: tests/mod-userdir.t
 ===================================================================
---- tests/mod-userdir.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-userdir.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-userdir.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-userdir.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -630,8 +624,8 @@
  use strict;
 Index: tests/core-keepalive.t
 ===================================================================
---- tests/core-keepalive.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core-keepalive.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core-keepalive.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core-keepalive.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,10 +1,9 @@
  #!/usr/bin/env perl
 -
@@ -649,45 +643,12 @@
  use strict;
 Index: tests/env-variables.t
 ===================================================================
---- tests/env-variables.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/env-variables.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
-@@ -1,10 +1,9 @@
- #!/usr/bin/perl
--
- BEGIN {
--    # add current source dir to the include-path
--    # we need this for make distcheck
--   (my $srcdir = $0) =~ s#/[^/]+$#/#;
--   unshift @INC, $srcdir;
-+	# add current source dir to the include-path
-+	# we need this for make distcheck
-+	(my $srcdir = $0) =~ s,/[^/]+$,/,;
-+	unshift @INC, $srcdir;
- }
- 
- use strict;
 Index: tests/mod-proxy.t
 ===================================================================
---- tests/mod-proxy.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-proxy.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
-@@ -1,9 +1,9 @@
- #!/usr/bin/env perl
- BEGIN {
--    # add current source dir to the include-path
--    # we need this for make distcheck
--   (my $srcdir = $0) =~ s#/[^/]+$#/#;
--   unshift @INC, $srcdir;
-+	# add current source dir to the include-path
-+	# we need this for make distcheck
-+	(my $srcdir = $0) =~ s,/[^/]+$,/,;
-+	unshift @INC, $srcdir;
- }
- 
- use strict;
 Index: tests/core-var-include.t
 ===================================================================
---- tests/core-var-include.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core-var-include.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core-var-include.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core-var-include.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -704,8 +665,8 @@
  use strict;
 Index: tests/core-request.t
 ===================================================================
---- tests/core-request.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core-request.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core-request.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core-request.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -722,8 +683,8 @@
  use strict;
 Index: tests/mod-redirect.t
 ===================================================================
---- tests/mod-redirect.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-redirect.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-redirect.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-redirect.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -740,8 +701,8 @@
  use strict;
 Index: tests/mod-cgi.t
 ===================================================================
---- tests/mod-cgi.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-cgi.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-cgi.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-cgi.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -758,8 +719,8 @@
  use strict;
 Index: tests/mod-setenv.t
 ===================================================================
---- tests/mod-setenv.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-setenv.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-setenv.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-setenv.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,10 +1,9 @@
  #!/usr/bin/env perl
 -
@@ -777,8 +738,8 @@
  use strict;
 Index: tests/cachable.t
 ===================================================================
---- tests/cachable.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/cachable.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/cachable.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/cachable.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -795,8 +756,8 @@
  use strict;
 Index: tests/lowercase.t
 ===================================================================
---- tests/lowercase.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/lowercase.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/lowercase.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/lowercase.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -813,8 +774,8 @@
  use strict;
 Index: tests/core.t
 ===================================================================
---- tests/core.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,10 +1,9 @@
  #!/usr/bin/env perl
 -
@@ -832,8 +793,8 @@
  use strict;
 Index: tests/mod-fastcgi.t
 ===================================================================
---- tests/mod-fastcgi.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-fastcgi.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-fastcgi.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-fastcgi.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -850,8 +811,8 @@
  use strict;
 Index: tests/mod-rewrite.t
 ===================================================================
---- tests/mod-rewrite.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-rewrite.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-rewrite.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-rewrite.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -866,10 +827,50 @@
  }
  
  use strict;
+Index: tests/Makefile.am
+===================================================================
+--- tests/Makefile.am	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/Makefile.am	(.../branches/lighttpd-1.4.x)	(revision 2043)
+@@ -31,14 +31,20 @@
+       core-response.t \
+       core-keepalive.t \
+       core.t \
++	  mod-proxy.t \
++	  proxy.conf \
++	  mod-secdownload.t \
+       mod-access.t \
+       mod-auth.t \
+       mod-cgi.t \
+       mod-compress.t \
+       mod-fastcgi.t \
+       mod-redirect.t \
++      mod-rewrite.t \
+       mod-userdir.t \
+-      mod-rewrite.t \
++	  env-variables.t \
++	  env-variables.conf \
++	  symlink.t \
+       request.t \
+       mod-ssi.t \
+       LightyTest.pm \
+@@ -49,12 +55,12 @@
+       core-404-handler.t \
+       404-handler.conf
+ 
+-
+ TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
+ 
+ EXTRA_DIST=wrapper.sh lighttpd.conf \
+ 	lighttpd.user \
+ 	lighttpd.htpasswd \
++	SConscript \
+ 	$(CONFS) \
+ 	$(TESTS)
+ 
 Index: tests/core-404-handler.t
 ===================================================================
---- tests/core-404-handler.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core-404-handler.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core-404-handler.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core-404-handler.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -10,10 +10,10 @@
  #   returning no status -> 200
  #
@@ -887,8 +888,8 @@
  use strict;
 Index: tests/mod-compress.t
 ===================================================================
---- tests/mod-compress.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-compress.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-compress.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-compress.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -905,8 +906,8 @@
  use strict;
 Index: tests/mod-ssi.t
 ===================================================================
---- tests/mod-ssi.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/mod-ssi.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/mod-ssi.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/mod-ssi.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -923,8 +924,8 @@
  use strict;
 Index: tests/core-condition.t
 ===================================================================
---- tests/core-condition.t	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ tests/core-condition.t	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- tests/core-condition.t	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ tests/core-condition.t	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,9 +1,9 @@
  #!/usr/bin/env perl
  BEGIN {
@@ -941,8 +942,8 @@
  use strict;
 Index: doc/configuration.txt
 ===================================================================
---- doc/configuration.txt	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ doc/configuration.txt	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- doc/configuration.txt	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ doc/configuration.txt	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -85,6 +85,8 @@
  
  $HTTP["cookie"]
@@ -956,17 +957,17 @@
 ===================================================================
 Index: Makefile.am
 ===================================================================
---- Makefile.am	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ Makefile.am	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- Makefile.am	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ Makefile.am	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -1,3 +1,3 @@
  SUBDIRS=src doc tests cygwin openwrt
  
 -EXTRA_DIST=lighttpd.spec
-+EXTRA_DIST=lighttpd.spec SConstruct
++EXTRA_DIST=lighttpd.spec autogen.sh SConstruct
 Index: NEWS
 ===================================================================
---- NEWS	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ NEWS	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- NEWS	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ NEWS	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -3,6 +3,19 @@
  NEWS
  ====
@@ -989,8 +990,8 @@
    * fixed compile error on IRIX 6.5.x on prctl() (#1333)
 Index: lighttpd.spec.in
 ===================================================================
---- lighttpd.spec.in	(.../tags/lighttpd-1.4.18)	(revision 2039)
-+++ lighttpd.spec.in	(.../branches/lighttpd-1.4.x)	(revision 2039)
+--- lighttpd.spec.in	(.../tags/lighttpd-1.4.18)	(revision 2043)
++++ lighttpd.spec.in	(.../branches/lighttpd-1.4.x)	(revision 2043)
 @@ -6,21 +6,19 @@
  Packager: Jan Kneschke <jan at kneschke.de>
  License: BSD
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-branch.diff?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list