This bug was reported automaticaly in connection with IPv6 project. Our aim is to support IPv6 in all Fedora Core packages so FC6 and RHEL5 will be ready for IPv6. This package seems to lack IPv6 support as is illustrated in attached log. Here follows part of scanning log (grep -r F_INET *)/up to 30 lines: /vino-2.13.5/server/libvncserver/sockets.c:548: addr.sin_family = AF_INET; /vino-2.13.5/server/libvncserver/sockets.c:553: if ((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) { /vino-2.13.5/server/libvncserver/sockets.c:583: addr.sin_family = AF_INET; /vino-2.13.5/server/libvncserver/sockets.c:595: if ((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) { /vino-2.13.5/server/vino-http.c:611: if ((sock = socket (AF_INET, SOCK_STREAM, 0)) < 0) /vino-2.13.5/server/vino-http.c:640: saddr.sin_family = AF_INET;
Can you please also suggest what a fix should look like?
This patch might be a starting point: http://bugzilla.gnome.org/show_bug.cgi?id=310965
http://people.redhat.com/drepper/userapi-ipv6.html may help too
See upstream bug report for the IPv6 patches which were just committed.
vino-2.18.0 in rawhide/F7 has IPv6 - i.e. it should accept connections from IPv6 clients.