Details
Details
- Reviewers
emaste - Commits
- rG8c6bf983a914: secure: Match SRCS with upstream Makefile.in
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Re progressmeter.c, OpenBSD includes it only in usr.bin/ssh/scp/Makefile and usr.bin/ssh/sftp/Makefile. I think it may be a bug in the portable-ization (from d194048f573136f1c2c34d25f951b78f4ffc7d77) that we can report to openssh-portable.
Comment Actions
Done: https://bugzilla.mindrot.org/show_bug.cgi?id=3810
EDIT: I somehow managed to make this PR private (sigh!).
I'll update the commit message. Thanks for the upstream commit ID.
Comment Actions
- Remove experimental XMSS_SRCS (these should be committed separately, and guarded by WITH_XMSS)
- Remove progressmeter.c from libssh sources, it is not needed and has been reported upstream
Comment Actions
Note to self for future chronology examination:
https://github.com/openbsd/src/commit/77e911c735dab739b86bb02a31350b238272b3e8
Comment Actions
Let's wait for a response on OpenSSH PR 3810, from OpenBSD:
- 77e911c735da ("move progressmeter.c to libssh")
- e34d28941f95 ("ssh/lib hasn't worked towards our code-sharing goals...")