Your message dated Thu, 30 Jul 2026 15:50:08 +0000
with message-id <[email protected]>
and subject line Bug#1140418: fixed in zoitechat 2.19.0-1
has caused the Debian Bug report #1140418,
regarding zoitechat: FTBFS with openssl 4.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1140418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140418
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zoitechat
Version: 2.18.1-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:
| [35/199] cc -Isrc/common/libzoitechatcommon.a.p -Isrc/common -I../src/common
-I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c17
-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36
-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_36 -funsigned-char -Wno-conversion
-Wno-pointer-sign -Wno-padded -Wno-unused-parameter -Wno-missing-prototypes
-Winline -Wstrict-prototypes -Werror=implicit-function-declaration
-Werror=pointer-arith -Werror=init-self -Werror=format-security
-Werror=format=1 -Werror=missing-include-dirs -Werror=date-time -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/zoitechat-2.18.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-pthread -D_REENTRANT -DHAVE_CONFIG_H -MD -MQ
src/common/libzoitechatcommon.a.p/ssl.c.o -MF
src/common/libzoitechatcommon.a.p/ssl.c.o.d -o
src/common/libzoitechatcommon.a.p/ssl.c.o -c ../src/common/ssl.c
| FAILED: [code=1] src/common/libzoitechatcommon.a.p/ssl.c.o
| cc -Isrc/common/libzoitechatcommon.a.p -Isrc/common -I../src/common -I. -I..
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c17
-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36
-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_36 -funsigned-char -Wno-conversion
-Wno-pointer-sign -Wno-padded -Wno-unused-parameter -Wno-missing-prototypes
-Winline -Wstrict-prototypes -Werror=implicit-function-declaration
-Werror=pointer-arith -Werror=init-self -Werror=format-security
-Werror=format=1 -Werror=missing-include-dirs -Werror=date-time -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/zoitechat-2.18.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-pthread -D_REENTRANT -DHAVE_CONFIG_H -MD -MQ
src/common/libzoitechatcommon.a.p/ssl.c.o -MF
src/common/libzoitechatcommon.a.p/ssl.c.o.d -o
src/common/libzoitechatcommon.a.p/ssl.c.o -c ../src/common/ssl.c
| ../src/common/ssl.c: In function ‘_SSL_get_cert_info’:
| ../src/common/ssl.c:174:13: warning: assignment discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
| 174 | key = X509_get_X509_PUBKEY(peer_cert);
| | ^
| ../src/common/ssl.c: In function ‘_SSL_close’:
| ../src/common/ssl.c:357:9: error: implicit declaration of function
‘ERR_remove_state’ [-Wimplicit-function-declaration]
| 357 | ERR_remove_state (0);
| | ^~~~~~~~~~~~~~~~
| ../src/common/ssl.c: In function ‘_SSL_check_common_name’:
| ../src/common/ssl.c:515:14: warning: assignment discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
| 515 | name = X509_get_subject_name (cert);
| | ^
| ../src/common/ssl.c:519:9: warning: ‘X509_NAME_get_text_by_NID’ is
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
| 519 | common_name_len = X509_NAME_get_text_by_NID (name,
NID_commonName, NULL, 0);
| | ^~~~~~~~~~~~~~~
| In file included from /usr/include/openssl/ssl.h:34,
| from ../src/common/ssl.c:26:
| /usr/include/openssl/x509.h:1041:27: note: declared here
| 1041 | OSSL_DEPRECATEDIN_4_0 int X509_NAME_get_text_by_NID(const X509_NAME
*name,
| | ^~~~~~~~~~~~~~~~~~~~~~~~~
| ../src/common/ssl.c:525:9: warning: ‘X509_NAME_get_text_by_NID’ is
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
| 525 | X509_NAME_get_text_by_NID (name, NID_commonName, common_name,
common_name_len + 1);
| | ^~~~~~~~~~~~~~~~~~~~~~~~~
| /usr/include/openssl/x509.h:1041:27: note: declared here
| 1041 | OSSL_DEPRECATEDIN_4_0 int X509_NAME_get_text_by_NID(const X509_NAME
*name,
| | ^~~~~~~~~~~~~~~~~~~~~~~~~
| ninja: build stopped: subcommand failed.
| dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j1 -v
returned exit code 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/zoitechat_2.18.1-1_amd64-2026-06-16T19:56:16Z
Sebastian
--- End Message ---
--- Begin Message ---
Source: zoitechat
Source-Version: 2.19.0-1
Done: Jesse Rhodes <[email protected]>
We believe that the bug you reported is fixed in the latest version of
zoitechat, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jesse Rhodes <[email protected]> (supplier of updated zoitechat package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 29 Jul 2026 19:58:22 -0400
Source: zoitechat
Architecture: source
Version: 2.19.0-1
Distribution: unstable
Urgency: medium
Maintainer: Jesse Rhodes <[email protected]>
Changed-By: Jesse Rhodes <[email protected]>
Closes: 1140418
Changes:
zoitechat (2.19.0-1) unstable; urgency=medium
.
* New upstream release. (Closes: #1140418)
Checksums-Sha1:
4f59a4eaecf6ccc2918fd84ae6e680e714c6484c 2665 zoitechat_2.19.0-1.dsc
19f94234497b71ef6a56d5ad3422dcbd0274f7ab 1839432 zoitechat_2.19.0.orig.tar.xz
5a91ca4f51ee40e054467fe2ba2b60c550198036 6224 zoitechat_2.19.0-1.debian.tar.xz
b8173089380c9bfcacc0ef754000e603b4ac7d84 21529
zoitechat_2.19.0-1_amd64.buildinfo
Checksums-Sha256:
1119ef2b7d43d38ecb64ef7700048354b187249d422d848e647a541cc2831579 2665
zoitechat_2.19.0-1.dsc
96f9e4f153802517829255cd5b300a15b17850c2ec11436f12d4f349fdd12665 1839432
zoitechat_2.19.0.orig.tar.xz
2308f838819d1bcfd9aabdbae2fde01ecbdf7ff4df8dfd52544c3a84361eb70a 6224
zoitechat_2.19.0-1.debian.tar.xz
9b9dc4f5925b4088c8ef53819dd5d91b6d8364723eb7c54e2ff91c58a854dd6b 21529
zoitechat_2.19.0-1_amd64.buildinfo
Files:
0992972bf84a0c5304b0941f511d09da 2665 net optional zoitechat_2.19.0-1.dsc
2ba70abff07f8e162e3b8cb010a4c460 1839432 net optional
zoitechat_2.19.0.orig.tar.xz
e2e00b2ffcd45b6e914abe2a5fbe9d66 6224 net optional
zoitechat_2.19.0-1.debian.tar.xz
a0ae779c7bb94478fe61da6bf6374dc2 21529 net optional
zoitechat_2.19.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJCBAEBCgAsFiEESJGSAyejtpN7YJqRg20Et2cvKWEFAmprbe8OHGplc3NlQHNu
ZXkuY2EACgkQg20Et2cvKWGqThAArmek+79O9MybYkW5VG85TldaXEMtGXOdQLCm
OlrV1+UbyPD8jyRHIcebIG2rLy7qVzYLmfb7AgoO1aaZ9hz1cnUNVoOFryL+ifpi
wvHF1hLHPUBclIJ/7b/lIjmGs52UkjqmsNUGsB6N6wlexzmLv9rFDaHeuMEPciF8
tdZMGb9d5nCzi0EWrK2aOQdEO56KOdZBVFh62LNg470Ro50XticnFzxZj7i7FwiL
vY6jZ2zPCgP9MEhUTQNzwET3O1BavHlcRBpZ0wC4U+o7mTyWT2/aU19TKo1V8cHS
gvhOkiBI0A+ybirM2SQeyuapBc6cPlfI6YjB6SGGiwd2LqtOnASqv8LkqNOIsRxE
BUtt4QCLop29VJwdkg9ItprmeZm/Un0FxlHgX0SNm6CJAFW9evzVZxNok9IY1Bf8
OAFPNe04Ud1w5na7F6BLZvoYlMu/nOz+7xbFh4IYVpH0kH4fgG4vUS34+P65Q88U
3t1OIDQMc1gpi/sTNQABRLjkKVWumbY07UMGtdumT84M5cazRE7gR2G3lDC50ax8
sOrEvWFjW3HAtu+lz2uj2G/+J8uCO0EmVwWih2aSgBB8h7NB0k+XS6CUeSuAP8pI
qsibNU8YlQ1g5uagZN1d4Tdl4hM9X+5T5ei0gh5n5E/e613ys3HFPCjCRit8nQTn
RBXZJMI=
=uCOB
-----END PGP SIGNATURE-----
pgpq2bBl4DLHO.pgp
Description: PGP signature
--- End Message ---