2023-07-15 17:15:38 +00:00
|
|
|
diff -uNr lighttpd-1.4.71.orig/tests/mod-fastcgi.t lighttpd-1.4.71.new/tests/mod-fastcgi.t
|
|
|
|
--- lighttpd-1.4.71.orig/tests/mod-fastcgi.t 2023-05-27 21:56:16.000000000 +0200
|
|
|
|
+++ lighttpd-1.4.71.new/tests/mod-fastcgi.t 2023-06-01 07:01:59.789873512 +0200
|
|
|
|
@@ -79,7 +79,7 @@
|
2023-03-27 19:17:25 +00:00
|
|
|
ok($tf->handle_http($t) == 0, 'FastCGI + bin-copy-environment');
|
|
|
|
|
|
|
|
SKIP: {
|
2023-07-15 17:15:38 +00:00
|
|
|
- skip "no crypt-des under openbsd or MS Visual Studio", 2 if $^O eq 'openbsd' || $tf->{'win32native'};
|
2023-03-27 19:17:25 +00:00
|
|
|
+ skip "no crypt-des", 2;
|
|
|
|
|
|
|
|
$t->{REQUEST} = ( <<EOF
|
|
|
|
GET /get-server-env.php?env=REMOTE_USER HTTP/1.0
|
2023-07-15 17:15:38 +00:00
|
|
|
diff -uNr lighttpd-1.4.71.orig/tests/request.t lighttpd-1.4.71.new/tests/request.t
|
|
|
|
--- lighttpd-1.4.71.orig/tests/request.t 2023-05-27 21:56:16.000000000 +0200
|
|
|
|
+++ lighttpd-1.4.71.new/tests/request.t 2023-06-01 07:02:39.855940048 +0200
|
|
|
|
@@ -1106,7 +1106,7 @@
|
2023-03-27 19:17:25 +00:00
|
|
|
ok($tf->handle_http($t) == 0, 'Basic-Auth: Valid Auth-token - plain');
|
|
|
|
|
|
|
|
SKIP: {
|
2023-07-15 17:15:38 +00:00
|
|
|
- skip "no crypt-des under openbsd or MS Visual Studio", 2 if $^O eq 'openbsd' || $tf->{'win32native'};
|
2023-03-27 19:17:25 +00:00
|
|
|
+ skip "no crypt-des", 2;
|
|
|
|
$t->{REQUEST} = ( <<EOF
|
|
|
|
GET /server-config HTTP/1.0
|
|
|
|
Host: auth-htpasswd.example.org
|
2023-07-15 17:15:38 +00:00
|
|
|
@@ -1163,9 +1163,7 @@
|
2023-03-27 19:17:25 +00:00
|
|
|
ok($tf->handle_http($t) == 0, 'Basic-Auth: Valid Auth-token - htpasswd (apr-md5, wrong password)');
|
|
|
|
|
|
|
|
SKIP: {
|
|
|
|
- skip "no crypt-md5 under cygwin", 1 if $^O eq 'cygwin';
|
|
|
|
- skip "no crypt-md5 under darwin", 1 if $^O eq 'darwin';
|
|
|
|
- skip "no crypt-md5 under openbsd",1 if $^O eq 'openbsd';
|
|
|
|
+ skip "no crypt-md5", 1;
|
|
|
|
$t->{REQUEST} = ( <<EOF
|
|
|
|
GET /server-config HTTP/1.0
|
|
|
|
Host: auth-htpasswd.example.org
|