Skip to content

Commit

Permalink
www/novnc-websockify: Update to v0.11.0
Browse files Browse the repository at this point in the history
Major changes in v0.10.0:
    * Empty message frames are now supported
    * Tokens can now specify a Unix domain socket file to connect to
    * Time limits on JWT tokens are now respected
    * Whitespace is better tolerated in token files
    * Lots of minor fixes
Major changes in v0.11.0:
    * Command line now supports disabling directory listings

Full changelog: https://github.com/novnc/websockify/blob/master/CHANGES.txt
  • Loading branch information
rosorio committed Aug 13, 2023
1 parent 34248c9 commit 483b8a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 21 deletions.
15 changes: 7 additions & 8 deletions www/novnc-websockify/Makefile
@@ -1,7 +1,6 @@
PORTNAME= websockify
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
PORTREVISION= 1
DISTVERSION= 0.11.0
CATEGORIES= www

MAINTAINER= ports@FreeBSD.org
Expand All @@ -11,19 +10,19 @@ WWW= https://github.com/novnc/websockify
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= novnc>0:www/novnc \
${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
novnc>0:www/novnc

USES= python shebangfix python

SHEBANG_FILES= run
USES= python shebangfix

USE_GITHUB= yes
GH_ACCOUNT= novnc
GH_PROJECT= websockify

NO_BUILD= yes
SHEBANG_FILES= run

NO_ARCH= yes
NO_BUILD= yes
TARGET_DIR= ${PREFIX}/libexec/novnc/utils/websockify

do-install:
Expand Down
6 changes: 3 additions & 3 deletions www/novnc-websockify/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1612123729
SHA256 (novnc-websockify-v0.9.0_GH0.tar.gz) = 6ebfec791dd78be6584fb5fe3bc27f02af54501beddf8457368699f571de13ae
SIZE (novnc-websockify-v0.9.0_GH0.tar.gz) = 58493
TIMESTAMP = 1691768345
SHA256 (novnc-websockify-v0.11.0_GH0.tar.gz) = 628dd586e80865cd775cc402b96cf75f4daa647b0fefdc31366d08b7753016be
SIZE (novnc-websockify-v0.11.0_GH0.tar.gz) = 55126
16 changes: 6 additions & 10 deletions www/novnc-websockify/pkg-plist
@@ -1,18 +1,12 @@
libexec/novnc/utils/websockify/.github/workflows/test.yml
libexec/novnc/utils/websockify/CHANGES.txt
libexec/novnc/utils/websockify/COPYING
libexec/novnc/utils/websockify/MANIFEST.in
libexec/novnc/utils/websockify/Makefile
libexec/novnc/utils/websockify/README.md
libexec/novnc/utils/websockify/Windows/Windows Service Readme.txt
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Program.cs
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.Designer.cs
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.resx
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Properties/AssemblyInfo.cs
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Service1.Designer.cs
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Service1.cs
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.csproj
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.sln
libexec/novnc/utils/websockify/Windows/Windows Service Readme.md
libexec/novnc/utils/websockify/docker/Dockerfile
libexec/novnc/utils/websockify/docker/build.sh
libexec/novnc/utils/websockify/docs/latency_results.txt
libexec/novnc/utils/websockify/docs/notes
libexec/novnc/utils/websockify/docs/release.txt
Expand All @@ -35,8 +29,10 @@ libexec/novnc/utils/websockify/tests/load.py
libexec/novnc/utils/websockify/tests/plain_echo.html
libexec/novnc/utils/websockify/tests/simple.html
libexec/novnc/utils/websockify/tests/test_auth_plugins.py
libexec/novnc/utils/websockify/tests/test_token_plugins.py
libexec/novnc/utils/websockify/tests/test_websocket.py
libexec/novnc/utils/websockify/tests/test_websocketproxy.py
libexec/novnc/utils/websockify/tests/test_websocketserver.py
libexec/novnc/utils/websockify/tests/test_websockifyserver.py
libexec/novnc/utils/websockify/tox.ini
libexec/novnc/utils/websockify/websockify.py
Expand Down

0 comments on commit 483b8a3

Please sign in to comment.