git: 594b1f10cfb6 - main - www/novnc: Update 1.4.0 → 1.5.0

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 03 Aug 2024 23:04:57 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=594b1f10cfb63340f4eca8e3adab7f59870cd4bc

commit 594b1f10cfb63340f4eca8e3adab7f59870cd4bc
Author:     Dmitry Petrov <dpetrov67@gmail.com>
AuthorDate: 2024-08-03 23:03:38 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-03 23:03:38 +0000

    www/novnc: Update 1.4.0 → 1.5.0
    
    Changelog:
    https://github.com/novnc/noVNC/releases/tag/v1.5.0
    
    PR:     280577
---
 www/novnc/Makefile  |  5 ++---
 www/novnc/distinfo  |  6 +++---
 www/novnc/pkg-plist | 11 ++++++++---
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/www/novnc/Makefile b/www/novnc/Makefile
index 11d216303154..6e1719aad5b3 100644
--- a/www/novnc/Makefile
+++ b/www/novnc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	novnc
-PORTVERSION=	1.4.0
+DISTVERSION=	1.5.0
 CATEGORIES=	www
 
 MAINTAINER=	dpetrov67@gmail.com
@@ -12,9 +12,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		cpe
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	novnc
 GH_PROJECT=	noVNC
-GH_TAGNAME=	90455ee
+GH_TAGNAME=	v1.5.0
 
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/www/novnc/distinfo b/www/novnc/distinfo
index 6f59ebdbfe2b..69725fbf259e 100644
--- a/www/novnc/distinfo
+++ b/www/novnc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674491737
-SHA256 (novnc-noVNC-1.4.0-90455ee_GH0.tar.gz) = 675e5f932cbb0228094147084ff8ca6eb1a0103624490495413bb12a2f0a0bad
-SIZE (novnc-noVNC-1.4.0-90455ee_GH0.tar.gz) = 700949
+TIMESTAMP = 1722725839
+SHA256 (novnc-noVNC-1.5.0-v1.5.0_GH0.tar.gz) = 6a73e41f98388a5348b7902f54b02d177cb73b7e5eb0a7a0dcf688cc2c79b42a
+SIZE (novnc-noVNC-1.5.0-v1.5.0_GH0.tar.gz) = 706843
diff --git a/www/novnc/pkg-plist b/www/novnc/pkg-plist
index 1d8bf178d045..3194a7842ea5 100644
--- a/www/novnc/pkg-plist
+++ b/www/novnc/pkg-plist
@@ -65,6 +65,13 @@ libexec/novnc/app/styles/input.css
 libexec/novnc/app/ui.js
 libexec/novnc/app/webutil.js
 libexec/novnc/core/base64.js
+libexec/novnc/core/crypto/aes.js
+libexec/novnc/core/crypto/bigint.js
+libexec/novnc/core/crypto/crypto.js
+libexec/novnc/core/crypto/des.js
+libexec/novnc/core/crypto/dh.js
+libexec/novnc/core/crypto/md5.js
+libexec/novnc/core/crypto/rsa.js
 libexec/novnc/core/decoders/copyrect.js
 libexec/novnc/core/decoders/hextile.js
 libexec/novnc/core/decoders/jpeg.js
@@ -74,7 +81,6 @@ libexec/novnc/core/decoders/tight.js
 libexec/novnc/core/decoders/tightpng.js
 libexec/novnc/core/decoders/zrle.js
 libexec/novnc/core/deflator.js
-libexec/novnc/core/des.js
 libexec/novnc/core/display.js
 libexec/novnc/core/encodings.js
 libexec/novnc/core/inflator.js
@@ -96,7 +102,6 @@ libexec/novnc/core/util/events.js
 libexec/novnc/core/util/eventtarget.js
 libexec/novnc/core/util/int.js
 libexec/novnc/core/util/logging.js
-libexec/novnc/core/util/md5.js
 libexec/novnc/core/util/strings.js
 libexec/novnc/core/websock.js
 libexec/novnc/docs/API-internal.md
@@ -115,6 +120,7 @@ libexec/novnc/docs/rfb_notes
 libexec/novnc/docs/rfbproto-3.3.pdf
 libexec/novnc/docs/rfbproto-3.7.pdf
 libexec/novnc/docs/rfbproto-3.8.pdf
+libexec/novnc/eslint.config.mjs
 libexec/novnc/karma.conf.js
 libexec/novnc/package.json
 libexec/novnc/po/Makefile
@@ -157,7 +163,6 @@ libexec/novnc/tests/test.int.js
 libexec/novnc/tests/test.jpeg.js
 libexec/novnc/tests/test.keyboard.js
 libexec/novnc/tests/test.localization.js
-libexec/novnc/tests/test.ra2.js
 libexec/novnc/tests/test.raw.js
 libexec/novnc/tests/test.rfb.js
 libexec/novnc/tests/test.rre.js