* [PATCH] Revert "proxy.cgi: Fix for Bug #12826 'squid >=5 crashes on literal IPv6 addresses'"
@ 2024-01-08 16:42 Michael Tremer
2024-01-08 18:31 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2024-01-08 16:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]
This reverts commit e0be9eab47d621545e5498c32c0fef39f7ef84a9.
This change is now producing problems on IPv6-enabled systems as it will
deny access to any website that is IPv6-enabled as well, even if the
client connected using IPv4.
I have tested if squid is now running on fine on systems where IPv6 is
disabled and can confirm that its running just fine.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
html/cgi-bin/proxy.cgi | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi
index 71be315f6..c8e3576df 100644
--- a/html/cgi-bin/proxy.cgi
+++ b/html/cgi-bin/proxy.cgi
@@ -3525,19 +3525,9 @@ END
$_ =~ s/__PROXY_PORT__/$proxysettings{'PROXY_PORT'}/;
print FILE $_;
}
- print FILE "\n#End of custom includes\n\n";
+ print FILE "\n#End of custom includes\n";
close (ACL);
}
-
- print FILE <<END
-# Prevent ipv6 requests to avoid crash in squid > 5.x
-acl to_ipv6 dst ipv6
-acl from_ipv6 src ipv6
-http_access deny to_ipv6
-http_access deny from_ipv6
-END
- ;
-
if ((!-z $extgrp) && ($proxysettings{'AUTH_METHOD'} eq 'ncsa') && ($proxysettings{'NCSA_BYPASS_REDIR'} eq 'on')) { print FILE "\nredirector_access deny for_extended_users\n"; }
# Check if squidclamav is enabled.
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Revert "proxy.cgi: Fix for Bug #12826 'squid >=5 crashes on literal IPv6 addresses'"
2024-01-08 16:42 [PATCH] Revert "proxy.cgi: Fix for Bug #12826 'squid >=5 crashes on literal IPv6 addresses'" Michael Tremer
@ 2024-01-08 18:31 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2024-01-08 18:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]
Acked-by: Peter Müller <peter.mueller(a)ipfire.org>
> This reverts commit e0be9eab47d621545e5498c32c0fef39f7ef84a9.
>
> This change is now producing problems on IPv6-enabled systems as it will
> deny access to any website that is IPv6-enabled as well, even if the
> client connected using IPv4.
>
> I have tested if squid is now running on fine on systems where IPv6 is
> disabled and can confirm that its running just fine.
>
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> html/cgi-bin/proxy.cgi | 12 +-----------
> 1 file changed, 1 insertion(+), 11 deletions(-)
>
> diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi
> index 71be315f6..c8e3576df 100644
> --- a/html/cgi-bin/proxy.cgi
> +++ b/html/cgi-bin/proxy.cgi
> @@ -3525,19 +3525,9 @@ END
> $_ =~ s/__PROXY_PORT__/$proxysettings{'PROXY_PORT'}/;
> print FILE $_;
> }
> - print FILE "\n#End of custom includes\n\n";
> + print FILE "\n#End of custom includes\n";
> close (ACL);
> }
> -
> - print FILE <<END
> -# Prevent ipv6 requests to avoid crash in squid > 5.x
> -acl to_ipv6 dst ipv6
> -acl from_ipv6 src ipv6
> -http_access deny to_ipv6
> -http_access deny from_ipv6
> -END
> - ;
> -
> if ((!-z $extgrp) && ($proxysettings{'AUTH_METHOD'} eq 'ncsa') && ($proxysettings{'NCSA_BYPASS_REDIR'} eq 'on')) { print FILE "\nredirector_access deny for_extended_users\n"; }
>
> # Check if squidclamav is enabled.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-08 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 16:42 [PATCH] Revert "proxy.cgi: Fix for Bug #12826 'squid >=5 crashes on literal IPv6 addresses'" Michael Tremer
2024-01-08 18:31 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox