Package: x2vnc / 1.7.2+git20100909.01ced3d-2

Metadata

Package Version Patches format
x2vnc 1.7.2+git20100909.01ced3d-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
multiscreen cursor stick.patch | (download)

x.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix a sticking cursor in a multi-screen configuration
 When x2vnc is compiled with Xinerama support and runs with a multiscreen setup,
 the cursor can become stuck on the border between the local and remote screens,
 not moving further than the border, as it should do.
man listen.patch | (download)

x2vnc.man | 16 15 + 1 - 0 !
1 file changed, 15 insertions(+), 1 deletion(-)

 add listen option to manpage
format security.patch | (download)

sockets.c | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 fix incorrect use of fprintf()
ipv6.patch | (download)

args.c | 3 2 + 1 - 0 !
rfbproto.c | 9 1 + 8 - 0 !
sockets.c | 208 136 + 72 - 0 !
x2vnc.h | 2 1 + 1 - 0 !
4 files changed, 140 insertions(+), 82 deletions(-)

 ipv6 support.
 No -4 or -6 options initially. Literal IPv6 addresses can be specified using [].
Bug-Debian: https://bugs.debian.org/633085


missing headers.patch | (download)

rfbproto.c | 2 2 + 0 - 0 !
sockets.c | 1 1 + 0 - 0 !
vncauth.c | 2 2 + 0 - 0 !
x.c | 1 1 + 0 - 0 !
x2vnc.c | 1 1 + 0 - 0 !
5 files changed, 7 insertions(+)

 add missing includes and prototypes


0006 Fix FTBFS with GCC 15 Close 1098114 . Become y2038 s.patch | (download)

d3des.c | 27 8 + 19 - 0 !
sockets.c | 4 2 + 2 - 0 !
x.c | 4 2 + 2 - 0 !
x2vnc.c | 6 3 + 3 - 0 !
x2vnc.h | 4 2 + 2 - 0 !
5 files changed, 17 insertions(+), 28 deletions(-)

 fix ftbfs with gcc-15 (close: #1098114). become y2038-safe