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 filePatch | File delta | Description |
---|---|---|
removes websocket swf file.patch | (download) |
setup.py |
3 1 + 2 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
fix ftbfs with python 3.6 |