SECURITY UPDATE: Command injection via newline in glob()
debian/patches/CVE-2026-33412.patch: add '\n' to SHELL_SPECIAL in
src/os_unix.c so newlines in glob() patterns are shell-escaped
before mch_expand_wildcards() hands the string to the user's shell