websockify 0.12.0+dfsg1-2ubuntu1 source package in Ubuntu

Changelog

websockify (0.12.0+dfsg1-2ubuntu1) oracular; urgency=medium

  * d/control,d/p/optional-runtime-depends.patch:
    Drop python3-{redis,jwcrypto} from Depends to Suggests as these
    features are optional, patch setup.py to reflect this.

 -- James Page <email address hidden>  Thu, 18 Jul 2024 11:04:29 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Downloads

File Size SHA-256 Checksum
websockify_0.12.0+dfsg1.orig.tar.xz 47.5 KiB cf7bb498b9febfe8bfb37b3d4a61f1663c219ab1aa0adaa8cfa13250f57b1910
websockify_0.12.0+dfsg1-2ubuntu1.debian.tar.xz 13.2 KiB 48739720dad690f4ed81610aa83e6b8cfed43a2e61a2f05dbcfe6ae1cffe4c21
websockify_0.12.0+dfsg1-2ubuntu1.dsc 2.3 KiB ff61d1fe5cf4042dc00c4ffeacfb74dc182fdd66bf40228f7b823d7ec6c29d4f

View changes file

Binary packages built by this source

python3-websockify: WebSockets support for any application/server - Python 3

 websockify was formerly named wsproxy and was part of the noVNC project.
 .
 At the most basic level, websockify just translates WebSockets traffic to
 normal socket traffic. Websockify accepts the WebSockets handshake, parses it,
 and then begins forwarding traffic between the client and the target in both
 directions.
 .
 Websockify supports all versions of the WebSockets protocol (Hixie and HyBi).
 The older Hixie versions of the protocol only support UTF-8 text payloads. In
 order to transport binary data over UTF-8 an encoding must used to encapsulate
 the data within UTF-8.
 .
 With Hixie clients, Websockify uses base64 to encode all traffic to and from
 the client. This does not affect the data between websockify and the server.
 .
 With HyBi clients, websockify negotiates whether to base64 encode traffic to
 and from the client via the subprotocol header (Sec-WebSocket-Protocol). The
 valid subprotocol values are 'binary' and 'base64' and if the client sends
 both then the server (the Python implementation) will prefer 'binary'. The
 'binary' subprotocol indicates that the data will be sent raw using binary
 WebSocket frames. Some HyBi clients (such as the Flash fallback and older
 Chrome and iOS versions) do not support binary data which is why the
 negotiation is necessary.
 .
 This package provides the Python 3 module.

websockify: WebSockets support for any application/server

 websockify was formerly named wsproxy and was part of the noVNC project.
 .
 At the most basic level, websockify just translates WebSockets traffic to
 normal socket traffic. Websockify accepts the WebSockets handshake, parses it,
 and then begins forwarding traffic between the client and the target in both
 directions.
 .
 Websockify supports all versions of the WebSockets protocol (Hixie and HyBi).
 The older Hixie versions of the protocol only support UTF-8 text payloads. In
 order to transport binary data over UTF-8 an encoding must used to encapsulate
 the data within UTF-8.
 .
 With Hixie clients, Websockify uses base64 to encode all traffic to and from
 the client. This does not affect the data between websockify and the server.
 .
 With HyBi clients, websockify negotiates whether to base64 encode traffic to
 and from the client via the subprotocol header (Sec-WebSocket-Protocol). The
 valid subprotocol values are 'binary' and 'base64' and if the client sends
 both then the server (the Python implementation) will prefer 'binary'. The
 'binary' subprotocol indicates that the data will be sent raw using binary
 WebSocket frames. Some HyBi clients (such as the Flash fallback and older
 Chrome and iOS versions) do not support binary data which is why the
 negotiation is necessary.

websockify-dbgsym: debug symbols for websockify