rsync: missing ipv6 support
Hello,
just been upgrading dl-5.alpinelinux.org and was wondering why the rsync daemon isn’t listening on IPv6. After some diggin around I figured it out:
rsync version 3.1.0 protocol version 31
Copyright © 1996-2013 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, no IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes, prealloc
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and
you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
rsync is built without IPv6 support.
Could you change that?
Thanks a lot!
KR,
G.
(from redmine: issue id 3158, created on 2014-07-12, closed on 2014-07-30)
- Changesets:
- Revision d0997e19 by Timo Teräs on 2014-07-14T10:55:18Z:
main/rsync: force IPv6 support on
the autoconfigury fails to detect IPv6 support on musl
(linux test checks for __GLIBC__). ref #3158
- Revision 2883d8ba by Timo Teräs on 2014-07-14T10:58:15Z:
main/rsync: force IPv6 support on
the autoconfigury fails to detect IPv6 support on musl
(linux test checks for __GLIBC__). fixes #3158
(cherry picked from commit d0997e1926abcca8999f2381c7bd265a2ae6e57b)