CVS commit: src/crypto/external/bsd/openssh/dist
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Fri Aug 14 17:23:36 UTC 2026 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.c Log Message: ssh-agent(1): Restore /bin/sh-style output with `ssh-agent -s'. This was locally patched to pacify -Wformat-nonliteral, but the local patch was changed in the 10.3 leading to different output. The different output, while still valid /bin/sh, broke other downstream consumers including pam_ssh. Perhaps pam_ssh should be more liberal in what /bin/sh syntax it accepts, but the change in output wasn't really necessary anyway. PR bin/60578: pam_ssh fails to use ssh-agent To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/crypto/external/bsd/openssh/dist/ssh-agent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.