I note that when cygwin's setup.exe installs packages now, it looks for a file named "setup.zst.sig" first. What's the content and format of this binary file? How to produce a valid "setup.zst.sig"?
This must have been a recent change. Previously it looked for "setup.exe.sig" first. I use the feature (to detect whether "setup.exe.sig" changed) to decide whether my cygwin installation needs to be updated. See also this for an application example.
EDIT: @matzeri:
![This is the error message on screen.[1]](https://i.stack.imgur.com/ztYXi.png)
setup.zst. It is used to check that it was downloaded without errors (or MiTM versions). – not2qubit Feb 11 '19 at 7:33