CVSROOT: /cvs Module name: ports Changes by: dtuc...@cvs.openbsd.org 2025/03/17 02:42:52
Modified files: net/putty : Makefile Added files: net/putty/patches: patch-arm-enable_dit-sigill Log message: Backport arm64 fix to prevent SIGILL at startup. PuTTY 0.83 introduces a bug which will result in the binaries failing with an illegal instruction error on startup on some arm64 CPUs. This backports the fix (965057d6) from PuTTY's git repo. ok sthen@