The version of strverscmp provided in uClibc0.33.2 (and git head) is a little behind the glibc version. There is a bugfix [PR9913] that is fixed in the glibc version. It is pretty minor, but would be nice to have uClibc updated to match. Glibc bugfix: https://sourceware.org/bugzilla/show_bug.cgi?id=9913 Glibc latest source: https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=string/strverscmp.c;hb=HEAD
Update in current master. Thanks,