Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 32 → Rev 31

/trunk/debian/README.Debian
File deleted
/trunk/debian/changelog
1,6 → 1,6
x2vnc (1.7.2-6) unstable; urgency=low
x2vnc (1.7.2-6) UNRELEASED; urgency=low
 
* ipv6.patch (new): Add IPv6 support (Closes: #633085).
* ipv6.patch (new): Add IPv6 support.
* 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,6 → 1,4
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