Your message dated Mon, 08 Jun 2026 10:21:26 +0000
with message-id <[email protected]>
and subject line Bug#1138364: fixed in websocketpp 0.8.2+git20250909-3
has caused the Debian Bug report #1138364,
regarding websocketpp: 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.)


-- 
1138364: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138364
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: websocketpp
Version: 0.8.2+git20250909-2
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:

| [ 24%] Building CXX object 
examples/print_client_tls/CMakeFiles/print_client_tls.dir/print_client_tls.cpp.o
| cd 
/build/reproducible-path/websocketpp-0.8.2+git20250909/obj-x86_64-linux-gnu/examples/print_client_tls
 && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB 
-DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK 
-DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB 
-DBOOST_RANDOM_DYN_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_TEST_DYN_LINK 
-DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB 
-DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB 
-DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ 
-I/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls
 -I/build/reproducible-path/websocketpp-0.8.2+git20250909 
-I/build/reproducible-path/websocketpp-0.8.2+git20250909/websocketpp -g -O2 
-ffile-prefix-map=/build/reproducible-path/websocketpp-0.8.2+git20250909=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=c++0x   -Wall -Wcast-align -MD -MT 
examples/print_client_tls/CMakeFiles/print_client_tls.dir/print_client_tls.cpp.o
 -MF CMakeFiles/print_client_tls.dir/print_client_tls.cpp.o.d -o 
CMakeFiles/print_client_tls.dir/print_client_tls.cpp.o -c 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp
| 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp:
 In function ‘bool verify_subject_alternative_name(const char*, X509*)’:
| 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp:67:57:
 warning: comparison of integer expressions of different signedness: ‘int’ 
and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|    67 |         if (ASN1_STRING_length(current_name->d.dNSName) != 
strlen(dns_name)) {
|       |             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
| 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp:
 In function ‘bool verify_common_name(const char*, X509*)’:
| 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp:87:62:
 error: invalid conversion from ‘const X509_NAME_ENTRY*’ {aka ‘const 
X509_name_entry_st*’} to ‘X509_NAME_ENTRY*’ {aka 
‘X509_name_entry_st*’} [-fpermissive]
|    87 |     X509_NAME_ENTRY * common_name_entry = 
X509_NAME_get_entry(X509_get_subject_name(cert), common_name_loc);
|       |                                           
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|       |                                                              |
|       |                                                              const 
X509_NAME_ENTRY* {aka const X509_name_entry_st*}
| 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp:93:62:
 error: invalid conversion from ‘const ASN1_STRING*’ {aka ‘const 
asn1_string_st*’} to ‘ASN1_STRING*’ {aka ‘asn1_string_st*’} 
[-fpermissive]
|    93 |     ASN1_STRING * common_name_asn1 = 
X509_NAME_ENTRY_get_data(common_name_entry);
|       |                                      
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
|       |                                                              |
|       |                                                              const 
ASN1_STRING* {aka const asn1_string_st*}
| 
/build/reproducible-path/websocketpp-0.8.2+git20250909/examples/print_client_tls/print_client_tls.cpp:101:46:
 warning: comparison of integer expressions of different signedness: ‘int’ 
and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|   101 |     if (ASN1_STRING_length(common_name_asn1) != 
strlen(common_name_str)) {
|       |         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
| make[3]: *** 
[examples/print_client_tls/CMakeFiles/print_client_tls.dir/build.make:82: 
examples/print_client_tls/CMakeFiles/print_client_tls.dir/print_client_tls.cpp.o]
 Error 1


Full buildlog
        
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/websocketpp_0.8.2+git20250909-2_amd64-2026-04-19T09:54:50Z

Sebastian

--- End Message ---
--- Begin Message ---
Source: websocketpp
Source-Version: 0.8.2+git20250909-3
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
websocketpp, 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.
Gianfranco Costamagna <[email protected]> (supplier of updated 
websocketpp 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: Mon, 08 Jun 2026 11:32:48 +0200
Source: websocketpp
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 0.8.2+git20250909-3
Distribution: unstable
Urgency: medium
Maintainer: Gianfranco Costamagna <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1138364
Changes:
 websocketpp (0.8.2+git20250909-3) unstable; urgency=medium
 .
   * Fix build with Openssl 4.0 (Closes: #1138364)
Checksums-Sha1:
 c1ca2da136ac0491e768ce7c44f4a4eeae849299 2244 
websocketpp_0.8.2+git20250909-3.dsc
 28f220ddb4e6274d3612f0d3164567e405d30f2e 24216 
websocketpp_0.8.2+git20250909-3.debian.tar.xz
 3acbeca737c7733db1a3c2a260b96cd8b959418c 7949 
websocketpp_0.8.2+git20250909-3_source.buildinfo
Checksums-Sha256:
 4fec68306f3426c6c6a153c69fe91b206fe7e7af2536d533a688d31b3cee2009 2244 
websocketpp_0.8.2+git20250909-3.dsc
 778d08dab14880407f61b693848b522b761cddb2dca3eb1468b3426bf23587df 24216 
websocketpp_0.8.2+git20250909-3.debian.tar.xz
 f54ecc0307f8f81cb719f7d2ea0e8cecd2b2b7d9e929eda60d80fb4cf903e7f8 7949 
websocketpp_0.8.2+git20250909-3_source.buildinfo
Files:
 c16e2637910d235f52b979b3c48356d1 2244 libs optional 
websocketpp_0.8.2+git20250909-3.dsc
 570e3eafe4f6dcb3bc7e607871fa9bf8 24216 libs optional 
websocketpp_0.8.2+git20250909-3.debian.tar.xz
 925545157113a6ac1313cdf29770a290 7949 libs optional 
websocketpp_0.8.2+git20250909-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmomkIMACgkQ808JdE6f
XdnECQ//eaZ9BTpz51SlOfeGcWaFCN/4eFG4Z8TirhCUbc5zB/FEDU6yu72adGJ6
yQGJWKjPiw4kCX4iRlDSH6LimKxCpcGYZVJCqzan79F00LT9Dq91chcqJTJNG2iJ
edWKLJK6KoWRXboQX0DZkFXOENV6K9ecIxYB6dx4G58byZjLXIGxTZA4LaCy76om
HGm+rXuDGbzm4DHN8EavpK9NUbT0V4lavPbz3ihwFqt7EVzos7HvbC0oCLBCASym
mdunjBWlX/xBTUuVsF0njxcXiAoHs4ZRrWVGFlQ1dI4KfpPG1IqToGhG1Dbkn64h
q8XrxsTtsg7XNXYL6h9Eb/HOGF17fcyEBL7dGFUwbVpgaPh8f6z0b7dkd0gpM2DS
3Cr/fiJVlh2hPJ60YSq+nel2nmMY73TiC+9pPnB/DuzhzoCV8MYm/fWO0Alr/0SS
9wWCmpaakJ62Q9e5F4VgDs6Bkb4OxjUULZuk7KC3wBqhr++btwflP9Wl4Q+Z9/iA
0fMnPA8A8zndE7ahOnRc6ycXB9hPP6Cs6b+R4jovN5DNQzUofSlYlEREO7JMG8+N
nyyizTZyWRMlNx2yhZ4abER3nsDXvKVcspCuJHSX8ymKoZtgArTrQK5Hnk7d0wjs
RSHxwI4LamvSdwPPQ1QzyMAnTc1XNJ9K35NrorgFb9Ck7cEK6Hc=
=FlNZ
-----END PGP SIGNATURE-----

Attachment: pgpWPFxb50EHV.pgp
Description: PGP signature


--- End Message ---

Reply via email to