Package: ipmiutil
Version: 3.2.2-1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0
OpenSSL 4.0 is in experimental. This package fails to build against it:
| gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUX
-DSKIP_MD2 -fPIC -Wno-pointer-sign -Wno-sign-conversion -Wlto-type-mismatch
-Wmaybe-uninitialized -Wformat-overflow=1 -Wformat-truncation=1
-fno-strict-aliasing -fstack-protector --param=ssp-buffer-size=4
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LANPLUS -I. -I./inc -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/ipmiutil-3.2.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fPIC -c -o lanplus_crypt_impl.o
lanplus_crypt_impl.c
| lanplus_crypt_impl.c: In function ‘lanplus_encrypt_aes_cbc_128’:
| lanplus_crypt_impl.c:233:24: error: storage size of ‘ctx’ isn’t known
| 233 | EVP_CIPHER_CTX ctx;
| | ^~~
| lanplus_crypt_impl.c: In function ‘lanplus_decrypt_aes_cbc_128’:
| lanplus_crypt_impl.c:316:24: error: storage size of ‘ctx’ isn’t known
| 316 | EVP_CIPHER_CTX ctx;
| | ^~~
| make[4]: *** [Makefile:477: lanplus_crypt_impl.o] Error 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/ipmiutil_3.2.2-1_amd64-2026-04-19T08:38:37Z
Sebastian