|
Bugzilla – Full Text Bug Listing |
| Summary: | libssh: wrong Include path in /etc/libssh/libssh_{client,server}.config | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Holger Bruenjes <holgerbruenjes> |
| Component: | Other | Assignee: | James McDonough <jmcdonough> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | malcolmlewis |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | libssh_config | ||
Hi I submitted your fix with a minor modification for the release version on SR: <https://build.opensuse.org/request/show/1102394> which was accepted. I've also submitted an Upstream Report: <https://gitlab.com/libssh/libssh-mirror/-/issues/207> So will close this as resolved. |
Created attachment 867217 [details] libssh_config in Tumbleweed the default path for openssh configs was /usr/etc/ssh/ssh{d}_config libssh-0.10.5-1.1.src.rpm in libssh is the wrong path to find them /etc/libssh/libssh_{client,server}.config [...is Include /etc/ssh/ssh{d}_config [...must Include /usr/etc/ssh/ssh{d}_config the attached patch solve this