Package: websocketpp / 0.8.2-6

Metadata

Package Version Patches format
websocketpp 0.8.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 cmake Use GNUInstallDirs.patch | (download)

CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 [patch] cmake: use gnuinstalldirs

Helps install cmakefiles in right libdir

Upstream-Status: Submitted [https://github.com/zaphoyd/websocketpp/pull/854]
Signed-off-by: Khem Raj <raj.khem@gmail.com>

855.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix cmake find boost with version >= 1.71

For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of the quotes.

857.patch | (download)

SConstruct | 45 23 + 22 - 0 !
1 file changed, 23 insertions(+), 22 deletions(-)

 [patch] update sconstruct with new python3 syntax: - new raise
 keyword syntax - has_key deprecated method is now removed - commands
 deprecated library is replaced by subprocess - print function fixes

This should fix FTBFS against new scons 3.1.2
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584

0001 Correct clang compiler flags.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] correct clang compiler flags

Fix misplaced quotes, this was leading to spurious ; in compiler cmdline
Remove demanding libc++, clang can link with both libc++ and libstdc++
and platforms have their own defaults, user can demand non defaults via
adding it to cmake flags

Upstream-Status: Submitted [https://github.com/zaphoyd/websocketpp/pull/859]
Signed-off-by: Khem Raj <raj.khem@gmail.com>

1024.patch | (download)

examples/broadcast_server/SConscript | 2 1 + 1 - 0 !
examples/debug_client/SConscript | 2 1 + 1 - 0 !
examples/debug_server/SConscript | 2 1 + 1 - 0 !
examples/dev/SConscript | 2 1 + 1 - 0 !
examples/echo_client/SConscript | 2 1 + 1 - 0 !
examples/echo_server/SConscript | 2 1 + 1 - 0 !
examples/echo_server_both/SConscript | 2 1 + 1 - 0 !
examples/echo_server_tls/SConscript | 2 1 + 1 - 0 !
examples/external_io_service/SConscript | 2 1 + 1 - 0 !
examples/iostream_server/SConscript | 2 1 + 1 - 0 !
examples/print_client/SConscript | 2 1 + 1 - 0 !
examples/print_client_tls/SConscript | 2 1 + 1 - 0 !
examples/print_server/SConscript | 2 1 + 1 - 0 !
examples/scratch_client/SConscript | 2 1 + 1 - 0 !
examples/scratch_server/SConscript | 2 1 + 1 - 0 !
examples/sip_client/SConscript | 2 1 + 1 - 0 !
examples/subprotocol_server/SConscript | 2 1 + 1 - 0 !
examples/telemetry_client/SConscript | 2 1 + 1 - 0 !
examples/telemetry_server/SConscript | 2 1 + 1 - 0 !
examples/testee_client/SConscript | 2 1 + 1 - 0 !
examples/testee_server/SConscript | 2 1 + 1 - 0 !
examples/utility_client/SConscript | 4 2 + 2 - 0 !
test/connection/SConscript | 2 1 + 1 - 0 !
test/endpoint/SConscript | 2 1 + 1 - 0 !
test/extension/SConscript | 2 1 + 1 - 0 !
test/http/SConscript | 2 1 + 1 - 0 !
test/logger/SConscript | 2 1 + 1 - 0 !
test/message_buffer/SConscript | 2 1 + 1 - 0 !
test/processors/SConscript | 2 1 + 1 - 0 !
test/random/SConscript | 2 1 + 1 - 0 !
test/roles/SConscript | 2 1 + 1 - 0 !
test/transport/SConscript | 2 1 + 1 - 0 !
test/transport/asio/SConscript | 2 1 + 1 - 0 !
test/transport/iostream/SConscript | 2 1 + 1 - 0 !
test/utility/SConscript | 2 1 + 1 - 0 !
35 files changed, 36 insertions(+), 36 deletions(-)

 [patch] scons 4.2.0 no longer has env_cpp11.has_key() check env_cpp11
 as an array.

This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003022

deb0a334471362608958ce59a6b0bcd3e5b73c24.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] update minimum required cmake version to comply with cmake
 4.0