K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2016-01-31T13:15:30.773678Z
K 7
svn:log
V 391
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
