Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 31 → Rev 32

/trunk/debian/README.Debian
0,0 → 1,6
The Debian package of x2vnc is patched to support IPv6. At this point
there are no -4 or -6 options, or similar, to force the use of a
particular protocol. Literal IPv6 addresses can be specified using
brackets, e.g. [2001:cafe:beef::1]:0 for display 0.
 
-- Magnus Holmgren <holmgren@debian.org>, Sat, 29 Oct 2016 17:12:31 +0200
/trunk/debian/changelog
1,6 → 1,6
x2vnc (1.7.2-6) UNRELEASED; urgency=low
x2vnc (1.7.2-6) unstable; urgency=low
 
* ipv6.patch (new): Add IPv6 support.
* ipv6.patch (new): Add IPv6 support (Closes: #633085).
* Switch to debhelper compat level 9.
* missing-headers.patch: Add missing includes and prototypes to avoid
potential problems with implicit function declarations.
/trunk/debian/patches/ipv6.patch
1,4 → 1,6
Description: IPv6 support.
No -4 or -6 options initially. Literal IPv6 addresses can be specified using [].
Bug-Debian: https://bugs.debian.org/633085
 
--- a/sockets.c
+++ b/sockets.c