HomeFreeBSD

Upgrade minidlna to current snapshot in my repo.

Description

Upgrade minidlna to current snapshot in my repo.

The upstream project didn't have any releases for over year. A year ago
I have written quite a lot of code that improves minidlna operation on
FreeBSD. The code was accepted upstream, but not released during the year.
Later I've added more patches, that are now under review. Since this all
takes so long, we'd better point FreeBSD port to my repo.

Most important change is that event dispatcher mechanism is made OS
specific, and on FreeBSD it is kqueue(2). This allows to properly
integrate the file monitoring patch. Previously it was extremely
buggy, since a single process using select(2) and kqueue(2) at the
same time, although in different threads, isn't going to work
flawlessly. There few bugfixes of lesser importance.

See https://github.com/glebius/minidlna/commits/master

Details

Provenance
glebiusAuthored on
Parents
rP489640: Update to version 0.18.0
Branches
Unknown
Tags
Unknown