Re: security/libssh issue
John Klos <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
> On Thu, Aug 06, 2026 at 02:16:28PM +0000, John Klos wrote: >> I'm seeing this on all of my NetBSD 11 systems: >> >> [ 91%] Building C object src/CMakeFiles/ssh.dir/sftp_aio.c.o >> [ 93%] Building C object src/CMakeFiles/ssh.dir/sftpserver.c.o >> [ 94%] Building C object src/CMakeFiles/ssh.dir/server.c.o >> /usr/pkgsrc/security/libssh/work/libssh-0.12.1/src/mlkem_crypto.c:31:10: >> fatal error: openssl/ml_kem.h: No such file or directory >> 31 | #include <openssl/ml_kem.h> >> | ^~~~~~~~~~~~~~~~~~ >> compilation terminated. > > You need to update to 11.0 release (or 11.0_STABLE), this has been fixed > last-minute. Ah, I see. It fails on < 11.0, and on 11.0 and 11.0_STABLE, the issue is: Package `libssh-0.11.5' is still required by other packages: qemu-11.0.2 qemu-11.0.2nb2 I hadn't checked the details of all of the failures, so I only saw the missing /usr/include/openssl/ml_kem.h error. Thanks, John