Summary: | pam_ssh.so.6 reporting undefined symbol | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Guido Falsi <madpilot> | ||||
Component: | bin | Assignee: | Ed Maste <emaste> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | emaste, kevans | ||||
Priority: | --- | ||||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Guido Falsi
2021-09-09 11:21:02 UTC
Created attachment 227787 [details]
missing symbols fix
This patch is based on a suggestion from kevans@
It adds the sources where the missing symbols are defined to the libssh build.
It fixes the regression I observed bringing functionality back to normal.
(In reply to Guido Falsi from comment #1) After some brief discussion with Ed, feel free to commit with: Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Approved by: kevans (src) or let us know if you'd prefer Ed or I commit it. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f448c3ed4ae1281861913a56377f9d93d49f8e8e commit f448c3ed4ae1281861913a56377f9d93d49f8e8e Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-09-09 22:56:24 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-09-09 22:56:24 +0000 openssh: Add new source files to libssl Add some new OpenSSH v8.7p1 source files to the ones being used to build libssl to avoid missing symbols. PR: 258384 Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Approved by: kevans (src) secure/lib/libssh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, committed the patch! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=576b58108c1723c85e4dd00355e29bfe301dab11 commit 576b58108c1723c85e4dd00355e29bfe301dab11 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-10-15 16:21:23 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-10-18 14:47:20 +0000 libssh: correct libssh src file list Link against the ssh-sk-helper client rather than the sk internal implementation. PR: 258384 Tested by: madpilot Fixes: f448c3ed4ae1 ("openssh: Add new source files to libssl") Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32529 secure/lib/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |