Package: ckermit
Version: 416~beta12-5
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:
| cc -DLINUX -pipe -funsigned-char -DFNFLOAT -DCK_POSIX_SIG -DCK_NEWTERM
-DTCPSOCKET -DLINUXFSSTND -DNOCOTFMC -DPOSIX -DUSE_STRERROR -DCK_NCURSES
-I/usr/include/ncurses -DHAVE_PTMX -DHAVE_OPENPTY -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DCK_AUTHENTICATION -DCK_ENCRYPTION -DCK_CAST -DCK_SSL
-DCK_PAM -DZLIB -DCK_SHADOW -I/usr/local/ssl/include -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/ckermit-416~beta12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DIKSDCONF=\"/etc/kermit/iksd.conf\"
-DCK_SYSINI=\"/etc/kermit/kermrc\" -DCK_INI_B -DX509_SUBJECT_ALT_NAME_TO_USER
-std=gnu17 -DHAVE_PTMX -DKTARGET=\"linux+ssl\" -c ckcftp.c
| ckcftp.c: In function ‘ssl_auth’:
| ckcftp.c:10538:25: error: implicit declaration of function
‘SSLv3_client_method’; did you mean ‘SSLv23_client_method’?
[-Wimplicit-function-declaration]
| 10538 | client_method = SSLv3_client_method();
| | ^~~~~~~~~~~~~~~~~~~
| | SSLv23_client_method
| ckcftp.c:10538:23: error: assignment to ‘const SSL_METHOD *’ {aka
‘const struct ssl_method_st *’} from ‘int’ makes pointer from integer
without a cast [-Wint-conversion]
| 10538 | client_method = SSLv3_client_method();
| | ^
| make[5]: *** [makefile:1030: ckcftp.o] Error 1
| make[5]: Leaving directory '/build/reproducible-path/ckermit-416~beta12'
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/ckermit_416~beta12-5_amd64-2026-04-19T07:30:39Z
Sebastian