Squid IPv6 2.6.STABLE12
30 March 2007
I uploaded a patch against 2.6.STABLE12 here. The changes are:
- fixed HTTPS hierarchy bug
- patched HTCP codes; compiled but not yet tested.
The procedure to apply the patch is
>tar zxpvf squid-2.6.STABLE12.tar.gz
>cd squid-2.6.STABLE12
>patch -u -p1 < ../squid-2.6.STABLE12.v6patch.20070327.diff
I am investigating a possible bug where the Squid keeps accessing the IPv6 address of a web server even though the IPv6 address is unreachable.
As usual, please give your feedback!
Masukkan Komentar
Harap isi form berikut untuk mengisi komentar
Hi,
i just integrated your most recent squid ipv6 patch (20070403) in the Debian squid package. Well first of all: Thank you very much, it’s great to see ipv6 connections working with the best proxy server
Just to let you know: Your patch currently breaks –enable-arp-acl. I came across this because the Debian package sets it by default. As I don’t need it, all I had to do was remove the option, but maybe you still want to fix it
Again, thanks for the great work!
Hi, I’m using your patch for the squid 2.6 stable 12 on a FreeBSD 6.2 stable. The proxy server creates DNS queries via IPv6 (with an IPv6 DNS server that we have in our lab), after using your patch, squid gave the following error [assertion failed: comm.c:430: “ntohs(address->sin_port) != 0″] several times per day, which would cause squid to exit. Squid will work again after trying to restart squid several times. (I used squid -N -d 1 -D)
Thanks.
#1 Hi Felix. You’re welcome. I’m waiting for your feedback.
#2 Please use this patch, which fix the bug. I’m also working on another bug.
http://jaringan.info/squid/squid-2.6.STABLE12.v6patch.20070511.diff