websockify 0.8.0+dfsg1-7ubuntu1 source package in Ubuntu

Changelog

websockify (0.8.0+dfsg1-7ubuntu1) artful; urgency=medium

  * Add d/patches/add-send_error-stub.patch, adapted from upstream to fix ftbfs
    with Python 3.6.

 -- Michael Hudson-Doyle <email address hidden>  Wed, 21 Jun 2017 15:01:59 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
websockify_0.8.0+dfsg1.orig.tar.xz 97.1 KiB 5684e132ae64a1d3a16e0d090d7aa61f64ad22ba4175d682da2492c9a3993697
websockify_0.8.0+dfsg1-7ubuntu1.debian.tar.xz 12.4 KiB 5704d5c1abf5932cedb6656035c20a9d5fcee2e671566978094cde69d1d662e6
websockify_0.8.0+dfsg1-7ubuntu1.dsc 2.4 KiB bfd7d6a5f8fa83e5c64be0a66d5614156cbf97be47b7abd65e4c967c76fee8ed

View changes file

Binary packages built by this source

python-websockify: WebSockets support for any application/server - Python 2

 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 2 module.

python3-websockify: No summary available for python3-websockify in ubuntu artful.

No description available for python3-websockify in ubuntu artful.

websockify: No summary available for websockify in ubuntu artful.

No description available for websockify in ubuntu artful.

websockify-common: No summary available for websockify-common in ubuntu artful.

No description available for websockify-common in ubuntu artful.

websockify-dbgsym: No summary available for websockify-dbgsym in ubuntu artful.

No description available for websockify-dbgsym in ubuntu artful.