Results 2 issues of Jacques Distler

FeedParser changes might be better applied to latest FeedParser. But I see that's already a separate pull request.

Commit ccc753d removed support for MacOS < 10.15 because of the use of `aligned_alloc`. This *could* be worked around by ~~~~~ #if PRE_HIGH_SIERRA posix_memalign((void **) &buf, alignof(struct mbuf_block), size); #else...