Package: sslsniff
Version: 0.8+git20111017-3
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:
| g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"sslsniff\" -DVERSION=\"0.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -ggdb -g -O2
-ffile-prefix-map=/build/reproducible-path/sslsniff-0.8+git20111017=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o SSLConnectionManager.o
SSLConnectionManager.cpp
| In file included from certificate/../Logger.hpp:23,
| from certificate/Certificate.hpp:36,
| from SSLBridge.hpp:41,
| from HTTPSBridge.hpp:24,
| from FirefoxUpdater.hpp:23,
| from FirefoxAddonUpdater.hpp:26,
| from SSLConnectionManager.cpp:20:
| certificate/../http/HttpHeaders.hpp:43:23: warning: ‘template<class _Arg1,
class _Arg2, class _Result> struct std::binary_function’ is deprecated
[-Wdeprecated-declarations]
| 43 | struct ci_less : std::binary_function<std::string, std::string, bool>
| | ^~~~~~~~~~~~~~~
| In file included from /usr/include/c++/15/bits/unique_ptr.h:37,
| from /usr/include/c++/15/memory:80,
| from /usr/include/boost/asio/detail/memory.hpp:21,
| from
/usr/include/boost/asio/detail/handler_alloc_helpers.hpp:19,
| from /usr/include/boost/asio/detail/executor_function.hpp:19,
| from /usr/include/boost/asio/execution/any_executor.hpp:24,
| from /usr/include/boost/asio/execution.hpp:19,
| from /usr/include/boost/asio/any_completion_executor.hpp:22,
| from /usr/include/boost/asio.hpp:20,
| from FirefoxAddonUpdater.hpp:23:
| /usr/include/c++/15/bits/stl_function.h:134:12: note: declared here
| 134 | struct binary_function
| | ^~~~~~~~~~~~~~~
| certificate/../http/HttpHeaders.hpp:46:39: warning: ‘template<class _Arg1,
class _Arg2, class _Result> struct std::binary_function’ is deprecated
[-Wdeprecated-declarations]
| 46 | struct nocase_compare : public std::binary_function<unsigned
char,unsigned char,bool>
| | ^~~~~~~~~~~~~~~
| /usr/include/c++/15/bits/stl_function.h:134:12: note: declared here
| 134 | struct binary_function
| | ^~~~~~~~~~~~~~~
| certificate/Certificate.hpp: In member function ‘void
Certificate::parseOCSPUrls(X509*)’:
| certificate/Certificate.hpp:82:32: error: ‘ASN1_STRING_data’ was not
declared in this scope; did you mean ‘ASN1_STRING_set0’?
| 82 | unsigned char * data = ASN1_STRING_data(ad->location->d.ia5);
| | ^~~~~~~~~~~~~~~~
| | ASN1_STRING_set0
| In file included from
/usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
| from
/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:20,
| from /usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
| from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
| from /usr/include/boost/shared_ptr.hpp:17,
| from FirefoxAddonUpdater.hpp:24:
| /usr/include/boost/bind.hpp: At global scope:
| /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of
declaring the Bind placeholders (_1, _2, ...) in the global namespace is
deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.’
| 36 | BOOST_PRAGMA_MESSAGE(
| | ^~~~~~~~~~~~~~~~~~~~
| make[1]: *** [Makefile:442: SSLConnectionManager.o] Error 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/sslsniff_0.8+git20111017-3_amd64-2026-04-19T14:02:45Z
Sebastian