Package Details: websockify 0.13.0-2

Git Clone URL: https://aur.archlinux.org/websockify.git (read-only, click to copy)
Package Base: websockify
Description: WebSockets support for any application/server
Upstream URL: https://github.com/novnc/websockify
Licenses: LGPL3
Submitter: moscar
Maintainer: seiuneko
Last Packager: seiuneko
Votes: 9
Popularity: 0.150533
First Submitted: 2013-03-31 00:23 (UTC)
Last Updated: 2025-05-03 13:11 (UTC)

Dependencies (3)

Sources (1)

Latest Comments

1 2 Next › Last »

seiuneko commented on 2025-05-03 13:11 (UTC)

@cjwddtc updated.

cjwddtc commented on 2025-05-02 11:52 (UTC)

The new version of GCC 15 has upgraded the default C language standard, which will prevent mismatched function signatures and calls. This will cause websockify's rebind.c to fail to compile. You can resolve this issue by setting CFLAGS to "-std=c11" before running make.

seiuneko commented on 2024-11-07 08:34 (UTC)

@xente updated.

xente commented on 2024-11-06 16:47 (UTC)

can we update this?

astromatto commented on 2024-04-30 09:10 (UTC)

Python 3.12 came out, can we update to 0.11.0-3?

seiuneko commented on 2023-10-18 13:43 (UTC)

@leuko updated.

leuko commented on 2023-10-18 10:49 (UTC)

rebind.so is not bundled in this package which is for example used by jupyter-remote-server-proxy. Can you please bundle rebind.so @seiuneko ?

Modifications to include rebind.so:

 build() {
...
       python setup.py build
+       make
 }

package() {
...
+       install -Dm644 rebind.so "$pkgdir"/usr/lib/websockify/rebind.so
 }

sergeimipt commented on 2023-08-03 12:13 (UTC)

for those having the error when running noVNC: "No package metadata was found for websockify" I fixed it with the following command:

yay -S --rebuild --noconfirm websockify

it rebuilds websockify. Python upgrade from 3.10 to 3.11 caused this at me.

jcaesar commented on 2021-05-16 11:24 (UTC)

fromstring was deprecated since python 3.2 and removed in 3.9. The problem can be fixed by backporting this patch: https://github.com/novnc/websockify/commit/33710b397230e239a202c650ceaa8148a1a45c01

kolcon commented on 2021-03-16 12:35 (UTC)

websockify[15338]: handler exception: 'array.array' object has no attribute 'fromstring'