Bug#732999: X11::Protocol fails to connect to X servers over IPv6

2014-04-11 Thread Ivan Shmakov
gregor herrmann gre...@debian.org writes: On Mon, 23 Dec 2013 18:54:58 +, Ivan Shmakov wrote: […] An (untested) change is MIMEd. Could you please: - provide a proper quilt patch against our git repo patch instead of instructions what needs to be done where Sure; MIMEd.

Bug#732999: X11::Protocol fails to connect to X servers over IPv6

2014-04-11 Thread gregor herrmann
On Fri, 11 Apr 2014 17:31:37 +, Ivan Shmakov wrote: - provide a proper quilt patch against our git repo patch instead of instructions what needs to be done where Sure; MIMEd. Thanks! BTW, I choose to use IO::Socket::IP (which I also suggest for adding to

Bug#732999: X11::Protocol fails to connect to X servers over IPv6

2013-12-26 Thread gregor herrmann
On Mon, 23 Dec 2013 18:54:58 +, Ivan Shmakov wrote: Package: libx11-protocol-perl Version: 0.56-4 Tags: ipv6, patch The INETSocket.pm module, as used by X11::Protocol, does currently rely on IO::Socket::INET, thus supporting connections over IPv4 only. That's a

Bug#732999: X11::Protocol fails to connect to X servers over IPv6

2013-12-23 Thread Ivan Shmakov
Package: libx11-protocol-perl Version: 0.56-4 Tags: ipv6, patch The INETSocket.pm module, as used by X11::Protocol, does currently rely on IO::Socket::INET, thus supporting connections over IPv4 only. The fix is rather straightforward: the IO::Socket::INET6 class