Bug 1211718 - libssh: wrong Include path in /etc/libssh/libssh_{client,server}.config
Summary: libssh: wrong Include path in /etc/libssh/libssh_{client,server}.config
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: James McDonough
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-25 12:11 UTC by Holger Bruenjes
Modified: 2024-01-30 16:30 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
libssh_config (551 bytes, patch)
2023-05-25 12:11 UTC, Holger Bruenjes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Bruenjes 2023-05-25 12:11:09 UTC
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
Comment 1 Malcolm Lewis 2023-08-05 15:26:58 UTC
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.