www/novnc: Update to 1.4.0

ChangeLog: https://github.com/novnc/noVNC/releases/tag/v1.4.0

 * Secure context (https) is now required
 * Added support for the ZRLE encoding
 * Added support for RealVNC's JPEG encoding
 * Added support for Apple Remote Desktop's authentication
 * Added support for RealVNC's RSA-AES authentication
 * Added support for UltraVNC's MSLogonII authentication

PR:		269118
Reported by:	dpetrov67@gmail.com (maintainer)
This commit is contained in:
Dmitry Petrov 2023-01-23 18:02:31 +01:00 committed by Fernando Apesteguía
parent a172df6a89
commit da80bc2d6f
3 changed files with 29 additions and 19 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= novnc
PORTVERSION= 1.3.0
PORTVERSION= 1.4.0
CATEGORIES= www
MAINTAINER= dpetrov67@gmail.com
@ -14,7 +14,7 @@ USES= cpe
USE_GITHUB= yes
GH_ACCOUNT= novnc
GH_PROJECT= noVNC
GH_TAGNAME= 463c39e
GH_TAGNAME= 90455ee
NO_ARCH= yes
NO_BUILD= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1635551269
SHA256 (novnc-noVNC-1.3.0-463c39e_GH0.tar.gz) = 5d7d979498384bed2e935960770ddd03bd11a71aea49237aacd8a308ea063eff
SIZE (novnc-noVNC-1.3.0-463c39e_GH0.tar.gz) = 661666
TIMESTAMP = 1674491737
SHA256 (novnc-noVNC-1.4.0-90455ee_GH0.tar.gz) = 675e5f932cbb0228094147084ff8ca6eb1a0103624490495413bb12a2f0a0bad
SIZE (novnc-noVNC-1.4.0-90455ee_GH0.tar.gz) = 700949

View File

@ -16,21 +16,19 @@ libexec/novnc/app/images/fullscreen.svg
libexec/novnc/app/images/handle.svg
libexec/novnc/app/images/handle_bg.svg
libexec/novnc/app/images/icons/Makefile
libexec/novnc/app/images/icons/novnc-120x120.png
libexec/novnc/app/images/icons/novnc-144x144.png
libexec/novnc/app/images/icons/novnc-152x152.png
libexec/novnc/app/images/icons/novnc-16x16.png
libexec/novnc/app/images/icons/novnc-192x192.png
libexec/novnc/app/images/icons/novnc-24x24.png
libexec/novnc/app/images/icons/novnc-32x32.png
libexec/novnc/app/images/icons/novnc-48x48.png
libexec/novnc/app/images/icons/novnc-60x60.png
libexec/novnc/app/images/icons/novnc-64x64.png
libexec/novnc/app/images/icons/novnc-72x72.png
libexec/novnc/app/images/icons/novnc-76x76.png
libexec/novnc/app/images/icons/novnc-96x96.png
libexec/novnc/app/images/icons/novnc-icon-sm.svg
libexec/novnc/app/images/icons/novnc-icon.svg
libexec/novnc/app/images/icons/novnc-ios-120.png
libexec/novnc/app/images/icons/novnc-ios-152.png
libexec/novnc/app/images/icons/novnc-ios-167.png
libexec/novnc/app/images/icons/novnc-ios-180.png
libexec/novnc/app/images/icons/novnc-ios-40.png
libexec/novnc/app/images/icons/novnc-ios-58.png
libexec/novnc/app/images/icons/novnc-ios-60.png
libexec/novnc/app/images/icons/novnc-ios-80.png
libexec/novnc/app/images/icons/novnc-ios-87.png
libexec/novnc/app/images/icons/novnc-ios-icon.svg
libexec/novnc/app/images/icons/novnc.ico
libexec/novnc/app/images/info.svg
libexec/novnc/app/images/keyboard.svg
libexec/novnc/app/images/power.svg
@ -45,6 +43,7 @@ libexec/novnc/app/locale/de.json
libexec/novnc/app/locale/el.json
libexec/novnc/app/locale/es.json
libexec/novnc/app/locale/fr.json
libexec/novnc/app/locale/it.json
libexec/novnc/app/locale/ja.json
libexec/novnc/app/locale/ko.json
libexec/novnc/app/locale/nl.json
@ -62,15 +61,18 @@ libexec/novnc/app/sounds/bell.oga
libexec/novnc/app/styles/Orbitron700.ttf
libexec/novnc/app/styles/Orbitron700.woff
libexec/novnc/app/styles/base.css
libexec/novnc/app/styles/input.css
libexec/novnc/app/ui.js
libexec/novnc/app/webutil.js
libexec/novnc/core/base64.js
libexec/novnc/core/decoders/copyrect.js
libexec/novnc/core/decoders/hextile.js
libexec/novnc/core/decoders/jpeg.js
libexec/novnc/core/decoders/raw.js
libexec/novnc/core/decoders/rre.js
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
@ -85,6 +87,7 @@ libexec/novnc/core/input/keysymdef.js
libexec/novnc/core/input/util.js
libexec/novnc/core/input/vkeys.js
libexec/novnc/core/input/xtscancodes.js
libexec/novnc/core/ra2.js
libexec/novnc/core/rfb.js
libexec/novnc/core/util/browser.js
libexec/novnc/core/util/cursor.js
@ -93,6 +96,7 @@ 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
@ -119,6 +123,7 @@ libexec/novnc/po/de.po
libexec/novnc/po/el.po
libexec/novnc/po/es.po
libexec/novnc/po/fr.po
libexec/novnc/po/it.po
libexec/novnc/po/ja.po
libexec/novnc/po/ko.po
libexec/novnc/po/nl.po
@ -140,15 +145,19 @@ libexec/novnc/tests/fake.websocket.js
libexec/novnc/tests/playback-ui.js
libexec/novnc/tests/playback.js
libexec/novnc/tests/test.base64.js
libexec/novnc/tests/test.browser.js
libexec/novnc/tests/test.copyrect.js
libexec/novnc/tests/test.deflator.js
libexec/novnc/tests/test.display.js
libexec/novnc/tests/test.gesturehandler.js
libexec/novnc/tests/test.helper.js
libexec/novnc/tests/test.hextile.js
libexec/novnc/tests/test.inflator.js
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
@ -157,13 +166,14 @@ libexec/novnc/tests/test.tightpng.js
libexec/novnc/tests/test.util.js
libexec/novnc/tests/test.websock.js
libexec/novnc/tests/test.webutil.js
libexec/novnc/tests/test.zrle.js
libexec/novnc/tests/vnc_playback.html
libexec/novnc/utils/README.md
libexec/novnc/utils/b64-to-binary.pl
libexec/novnc/utils/convert.js
libexec/novnc/utils/genkeysymdef.js
libexec/novnc/utils/novnc_proxy
libexec/novnc/utils/u2x11
libexec/novnc/utils/use_require.js
libexec/novnc/utils/validate
libexec/novnc/vendor/pako/LICENSE
libexec/novnc/vendor/pako/README.md