tech-pkg archive

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

Re: [PATCH] wireshark: fix detection of libssh >= 0.95



On Tue, Sep 15, 2020 at 02:44:53AM -0700, Michael Forney wrote:
> libssh 0.95 moved its version macros from libssh.h to libssh_version.h.
> wireshark's FindLIBSSH cmake module tries to parse the version from
> libssh.h which now fails, so libssh is not detected.
> 
> This causes sshdump and ciscodump to not be built, resulting in
> missing files compared to PLIST.
> 
> To fix this, apply upstream commit fd7739de6b [0] to search in
> libssh_version.h as well.

Thanks. I was just in the process of fixing this locally, but this
version is nicer, so I committed it.

Cheers,
 Thomas


Home | Main Index | Thread Index | Old Index