Package: websockify / 0.8.0+dfsg1-10

Metadata

Package Version Patches format
websockify 0.8.0+dfsg1-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
removes websocket swf file.patch | (download)

setup.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 removes include/web-socket-js/websocketmain.swf from setup.py
 Websockify is +dfsg because include/web-socket-js/WebSocketMain.swf isn't
 built from source. So we also need to remove the WebSocketMain.swf file from
 setup.py to avoid failure (eg: this file isn't there anymore in the dfsg
 version of websockify).
fixes rebind wrapper.patch | (download)

rebind | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 fixes rebind wrapper
 The default upstream wrapper expects rebind.so to be next to the wrapper,
 this is not Debian policy compliant, so we're just fixing the wrapper.
mox3.patch | (download)

tests/test_websocket.py | 2 1 + 1 - 0 !
tests/test_websocketproxy.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 switch test use to mox3, enabling py3 support
 Upstream use mox for py2 and py3 testing, however neither
 Debian or Ubuntu have mox built for py3; switch all tests
 to the currently supported mox3 to enable testing across
 both targets.
TCP options not available in non linux.patch | (download)

tests/test_websocket.py | 32 20 + 12 - 0 !
websockify/websocket.py | 15 9 + 6 - 0 !
2 files changed, 29 insertions(+), 18 deletions(-)

 tcp socket options not available on non-linux kernel
fix ftbfs with python 3.6.patch | (download)

tests/test_websocket.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fix ftbfs with python 3.6