Thanks for reporting the issue. It will be fixed in the next release. In the meantime, you can use the following fix. In serverconfig.c in get_hostrecord(), you can remove the following code:
if ((dots = strchr(hostname, ':')) != NULL) {
*dots = '\0';
}