[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2022-10-18 Thread Brian E Carpenter
I only just saw this thread. Two comments: 1) The IETF draft at https://datatracker.ietf.org/doc/draft-ietf-6man- rfc6874bis/ aims to solve this problem generally, despite reluctance in the browser community. 2) I found that it was trivial to patch wget for this. See

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2018-03-15 Thread Ard van Breemen
dr@odroid:~$ export http_proxy=http://[fe80::9864:b6ff:fe00:3410%eth0]:3128/ dr@odroid:~$ curl -o gl.deb http://deb.odroid.in/5422-s/pool/main/m/mali-x11/mali-x11_20170718-r17p0-20503ff-3_armhf.deb % Total% Received % Xferd Average Speed TimeTime Time Current

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2017-06-12 Thread Adrian Schmutzler
Maybe this is helpful for fixing: On a router with LEDE-based OS, I have two different "versions" of wget: With full wget 1.18, I cannot use an IPv6 address with interface as described above. However, with the wget included in BusyBox v1.25.1, the same command is working! Command (in both

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2016-12-03 Thread Tim Howard
Gold star for this man ^^^. Thanks. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wget in Ubuntu. https://bugs.launchpad.net/bugs/1566930 Title: wget does not support IPv6 address with scoped zone (RFC 4007) Status in

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2016-11-18 Thread Brian Candler
Workaround is to use IPv4/NAT networking instead of link-local IPv6/http_proxy. 1. configure your lxdbr0 network with (private) IPv4 addresses and DHCP pool in /etc/default/lxd-bridge. Also set LXD_IPV4_NAT="true" and LXD_IPV6_PROXY="false". Restart. 2. "lxc profile edit default" to no longer

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2016-11-18 Thread wayne
How do I work around this? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wget in Ubuntu. https://bugs.launchpad.net/bugs/1566930 Title: wget does not support IPv6 address with scoped zone (RFC 4007) Status in wget

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2016-07-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: wget (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wget in Ubuntu.

[Touch-packages] [Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2016-04-06 Thread Robert C Jennings
RFC 4007 : https://www.ietf.org/rfc/rfc4007.txt Discussion upstream : http://lists.gnu.org/archive/html/bug-wget/2009-06/msg0.html Attaching a POC patch from upstream mailing list to demonstrate the fix, but it is hackish. ** Attachment added: