Hi Matthias, On Mon, 2025-08-11 at 14:46 +0000, Matthias Männich wrote: > Archives are usually not meant to be executable and hence should not > need the executable bit set. Drop it consistently to avoid unintential > (and potentially harmful) execution. > > Note, no binary in this repository has been identified as harmful in any > way; this is just a drive-by change.
Yes, looks good. Did a quick make distcheck to make sure there was nothing depending on the executable bits. And nothing did. Pushed, Mark