NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60578 CVS commit: src/crypto/external/bsd/openssh/dist



The following reply was made to PR bin/60578; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60578 CVS commit: src/crypto/external/bsd/openssh/dist
Date: Fri, 14 Aug 2026 17:23:36 +0000

 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.
 



Home | Main Index | Thread Index | Old Index