Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 21 → Rev 20

/trunk/debian/patches/bind-to-ipv6-too.patch
1,7 → 1,5
Description: Patch to bind to ipv6 socket as well
Author: Fabian Knittel <fabian.knittel@avona.com>
Bug-Debian: https://bugs.debian.org/533604
 
Patch to bind to ipv6 socket as well
Patch supplied by Fabian Knittel <fabian.knittel@avona.com>
--- oidentd-2.0.8//src/oidentd_inet_util.c 2006-05-22 02:31:19.000000000 +0200
+++ oidentd-2.0.8.new//src/oidentd_inet_util.c 2010-03-01 20:26:11.000000000 +0100
@@ -60,6 +60,12 @@
/trunk/debian/changelog
2,10 → 2,8
 
* Correct Vcs-Svn URL.
* Bump Standards-Version to 3.9.7.
* Drop README.Debian since the workaround it describes is no longer
necessary since bug 533604 has been fixed.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 10 Oct 2016 20:30:02 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 27 Mar 2016 19:21:06 +0200
 
oidentd (2.0.8-8) unstable; urgency=low
 
/trunk/debian/README.Debian
0,0 → 1,10
Documentation:
==============
 
Rick Dicaire <kritek@gmail.com> discovered, that by default if ipv4 and ipv6
addresses for an interface are present, oidentd only uses the ipv4 address.
 
A workaround is to set /proc/sys/net/ipv6/bindv6only to 1 according to
http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
 
This workaround address bug #533604 and #520134