Package: websockify / 0.12.0+dfsg1-4
Metadata
Package | Version | Patches format |
---|---|---|
websockify | 0.12.0+dfsg1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
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. |
remove testing RSA1_5 now deprecated in jwcrypto.patch | (download) |
tests/test_token_plugins.py |
21 0 + 21 - 0 ! |
removed rsa1_5 testing jwcrypto deprecated this protocol, as it's considered unsafe. So, let's stop testing it. |
workaround using too much resource.patch | (download) |
websockify/websockifyserver.py |
6 6 + 0 - 0 ! |
workaround using too much resource With systemd >= 256~rc3-3, NOFILE is really big by default. Therefore, the code doing: . for fd in reversed(range(maxfd)): . is in fact using *a lot* of resources. . This patch attemps to fix this. |
py3.12 avoid raw string warning.patch | (download) |
websockify/token_plugins.py |
2 1 + 1 - 0 ! |
python 3.12: avoid raw string warning |
1