./net/websocketpp, Header-only C++ library that implements the WebSocket protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.2, Package name: websocketpp-0.8.2, Maintainer: pkgsrc-users

WebSocket++ is a header-only C++ library that implements RFC6455
The WebSocket Protocol. It allows integrating WebSocket client and
server functionality into C++ programs. It uses interchangeable
network transport modules, including one based on raw char buffers,
one based on C++ iostreams, and one based on Asio (either via Boost
or standalone). End users can write additional transport policies
to support other networking or event libraries as needed.


Required to build:
[devel/boost-headers]

Master sites:

Filesize: 684.926 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-06 22:20:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
websocketpp: updated to 0.8.2

WebSocket++/0.8.2

This is a bug fix patch that fixes a major issue affecting compatibility with \ 
newer versions of the Asio library (including the one bundled in Boost 1.70 and \ 
higher). It also includes some documentation, cmake, and OpenSSL compatibility \ 
fixes.

WebSocket++/0.8.1

This is a bug fix patch to fix a major test suite regression introduced in 0.8.0 \ 
and adjust installation behavior to make downstream packaging easier.
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2017-03-14 14:09:37 by Thomas Klausner | Files touched by this commit (5)
Log message:
Import websocketpp-0.7.0 as net/websocketpp.

WebSocket++ is a header-only C++ library that implements RFC6455
The WebSocket Protocol. It allows integrating WebSocket client and
server functionality into C++ programs. It uses interchangeable
network transport modules, including one based on raw char buffers,
one based on C++ iostreams, and one based on Asio (either via Boost
or standalone). End users can write additional transport policies
to support other networking or event libraries as needed.