On 2021-01-09 01:22, Charles Plessy wrote: > In the latest CI log of lighttpd on amd64, there is: > > defconfig FAIL stderr: Duplicate mimetype: '.sdf' => > 'application/vnd.stardivision.math' (already have 'application/vnd.Kinar'), > merging to 'application/octet-stream' > > Unfortunately, `sdf` is a legitimate extension for both media types. I > see that /usr/share/lighttpd/create-mime.conf.pl already has a section > for resolving such conflicts, so I think that the best solution is > to implement a choice in this script.
In /etc/mime.types, 'sdf' is also mentioned as an extension for 'chemical/x-mdl-sdfile'. I wonder why this is not reported as a conflict? Andrius