K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2016-05-05T12:58:16.897151Z
K 7
svn:log
V 389
Update to latest rra-c-util upstream version

The portable replacements for strlcat and strlcpy are no longer
maintained in rra-c-util. These had various bugs around edge cases
and should normally be replaced with asprintf or similar functions.
Rewrite vector_join and cvector_join to use memcpy instead of strlcpy
and strlcat.

Also improve how IPv6 is handled in the network test suite.

END
