diff --git a/www/novnc/Makefile b/www/novnc/Makefile index 14c0236c2a17..6042883bddef 100644 --- a/www/novnc/Makefile +++ b/www/novnc/Makefile @@ -1,32 +1,31 @@ PORTNAME= novnc -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= www MAINTAINER= dpetrov67@gmail.com COMMENT= HTML5 VNC client LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe USE_GITHUB= yes GH_ACCOUNT= novnc GH_PROJECT= noVNC -GH_TAGNAME= 9142f8f +GH_TAGNAME= 463c39e NO_ARCH= yes NO_BUILD= yes TARGET_DIR= ${PREFIX}/libexec/novnc post-extract: @cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml .eslintignore @cd ${WRKSRC} && ${RM} -R .github @${FIND} ${WRKSRC} -name '.eslintrc' -delete do-install: ${MKDIR} ${STAGEDIR}${TARGET_DIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} .include diff --git a/www/novnc/distinfo b/www/novnc/distinfo index e296f722c97b..e30268cbc47c 100644 --- a/www/novnc/distinfo +++ b/www/novnc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603844892 -SHA256 (novnc-noVNC-1.2.0-9142f8f_GH0.tar.gz) = f4bdffc5275fb2aafa1fa744d2ed33fd5c36656cd859551d9435c230fc494147 -SIZE (novnc-noVNC-1.2.0-9142f8f_GH0.tar.gz) = 1356433 +TIMESTAMP = 1635551269 +SHA256 (novnc-noVNC-1.3.0-463c39e_GH0.tar.gz) = 5d7d979498384bed2e935960770ddd03bd11a71aea49237aacd8a308ea063eff +SIZE (novnc-noVNC-1.3.0-463c39e_GH0.tar.gz) = 661666 diff --git a/www/novnc/files/patch-core_decoders_tight.js b/www/novnc/files/patch-core_decoders_tight.js deleted file mode 100644 index e5349d6f4422..000000000000 --- a/www/novnc/files/patch-core_decoders_tight.js +++ /dev/null @@ -1,11 +0,0 @@ ---- core/decoders/tight.js.orig 2020-07-14 08:16:52 UTC -+++ core/decoders/tight.js -@@ -56,7 +56,7 @@ export default class TightDecoder { - } else if (this._ctl === 0x0A) { - ret = this._pngRect(x, y, width, height, - sock, display, depth); -- } else if ((this._ctl & 0x80) == 0) { -+ } else if ((this._ctl & 0x08) == 0) { - ret = this._basicRect(this._ctl, x, y, width, height, - sock, display, depth); - } else { diff --git a/www/novnc/pkg-plist b/www/novnc/pkg-plist index 3bc2fea8b9d9..ab8ac4b7a089 100644 --- a/www/novnc/pkg-plist +++ b/www/novnc/pkg-plist @@ -1,184 +1,183 @@ libexec/novnc/AUTHORS libexec/novnc/LICENSE.txt libexec/novnc/README.md libexec/novnc/app/error-handler.js libexec/novnc/app/images/alt.svg libexec/novnc/app/images/clipboard.svg libexec/novnc/app/images/connect.svg libexec/novnc/app/images/ctrl.svg libexec/novnc/app/images/ctrlaltdel.svg libexec/novnc/app/images/disconnect.svg libexec/novnc/app/images/drag.svg libexec/novnc/app/images/error.svg libexec/novnc/app/images/esc.svg libexec/novnc/app/images/expander.svg 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/info.svg libexec/novnc/app/images/keyboard.svg libexec/novnc/app/images/power.svg libexec/novnc/app/images/settings.svg libexec/novnc/app/images/tab.svg libexec/novnc/app/images/toggleextrakeys.svg libexec/novnc/app/images/warning.svg libexec/novnc/app/images/windows.svg libexec/novnc/app/locale/README libexec/novnc/app/locale/cs.json 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/ja.json libexec/novnc/app/locale/ko.json libexec/novnc/app/locale/nl.json libexec/novnc/app/locale/pl.json +libexec/novnc/app/locale/pt_BR.json libexec/novnc/app/locale/ru.json libexec/novnc/app/locale/sv.json libexec/novnc/app/locale/tr.json libexec/novnc/app/locale/zh_CN.json libexec/novnc/app/locale/zh_TW.json libexec/novnc/app/localization.js libexec/novnc/app/sounds/CREDITS libexec/novnc/app/sounds/bell.mp3 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/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/raw.js libexec/novnc/core/decoders/rre.js libexec/novnc/core/decoders/tight.js libexec/novnc/core/decoders/tightpng.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 libexec/novnc/core/input/domkeytable.js libexec/novnc/core/input/fixedkeys.js libexec/novnc/core/input/gesturehandler.js libexec/novnc/core/input/keyboard.js libexec/novnc/core/input/keysym.js 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/rfb.js libexec/novnc/core/util/browser.js libexec/novnc/core/util/cursor.js libexec/novnc/core/util/element.js 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/polyfill.js libexec/novnc/core/util/strings.js libexec/novnc/core/websock.js libexec/novnc/docs/API-internal.md libexec/novnc/docs/API.md libexec/novnc/docs/EMBEDDING.md libexec/novnc/docs/LIBRARY.md libexec/novnc/docs/LICENSE.BSD-2-Clause libexec/novnc/docs/LICENSE.BSD-3-Clause libexec/novnc/docs/LICENSE.MPL-2.0 libexec/novnc/docs/LICENSE.OFL-1.1 libexec/novnc/docs/flash_policy.txt libexec/novnc/docs/links libexec/novnc/docs/notes +libexec/novnc/docs/novnc_proxy.1 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/karma.conf.js libexec/novnc/package.json libexec/novnc/po/Makefile libexec/novnc/po/cs.po libexec/novnc/po/de.po libexec/novnc/po/el.po libexec/novnc/po/es.po +libexec/novnc/po/fr.po libexec/novnc/po/ja.po libexec/novnc/po/ko.po libexec/novnc/po/nl.po libexec/novnc/po/noVNC.pot libexec/novnc/po/pl.po libexec/novnc/po/po2js +libexec/novnc/po/pt_BR.po libexec/novnc/po/ru.po libexec/novnc/po/sv.po libexec/novnc/po/tr.po libexec/novnc/po/xgettext-html libexec/novnc/po/zh_CN.po libexec/novnc/po/zh_TW.po libexec/novnc/snap/hooks/configure libexec/novnc/snap/local/svc_wrapper.sh libexec/novnc/snap/snapcraft.yaml libexec/novnc/tests/assertions.js libexec/novnc/tests/fake.websocket.js -libexec/novnc/tests/karma-test-main.js libexec/novnc/tests/playback-ui.js libexec/novnc/tests/playback.js libexec/novnc/tests/test.base64.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.int.js libexec/novnc/tests/test.keyboard.js libexec/novnc/tests/test.localization.js +libexec/novnc/tests/test.raw.js libexec/novnc/tests/test.rfb.js +libexec/novnc/tests/test.rre.js +libexec/novnc/tests/test.tight.js +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/vnc_playback.html libexec/novnc/utils/README.md libexec/novnc/utils/b64-to-binary.pl libexec/novnc/utils/genkeysymdef.js -libexec/novnc/utils/launch.sh +libexec/novnc/utils/novnc_proxy libexec/novnc/utils/u2x11 libexec/novnc/utils/use_require.js -libexec/novnc/utils/use_require_helpers.js libexec/novnc/utils/validate -libexec/novnc/vendor/browser-es-module-loader/README.md -libexec/novnc/vendor/browser-es-module-loader/dist/babel-worker.js -libexec/novnc/vendor/browser-es-module-loader/dist/browser-es-module-loader.js -libexec/novnc/vendor/browser-es-module-loader/dist/browser-es-module-loader.js.map -libexec/novnc/vendor/browser-es-module-loader/genworker.js -libexec/novnc/vendor/browser-es-module-loader/rollup.config.js -libexec/novnc/vendor/browser-es-module-loader/src/babel-worker.js -libexec/novnc/vendor/browser-es-module-loader/src/browser-es-module-loader.js libexec/novnc/vendor/pako/LICENSE libexec/novnc/vendor/pako/README.md libexec/novnc/vendor/pako/lib/utils/common.js libexec/novnc/vendor/pako/lib/zlib/adler32.js libexec/novnc/vendor/pako/lib/zlib/constants.js libexec/novnc/vendor/pako/lib/zlib/crc32.js libexec/novnc/vendor/pako/lib/zlib/deflate.js libexec/novnc/vendor/pako/lib/zlib/gzheader.js libexec/novnc/vendor/pako/lib/zlib/inffast.js libexec/novnc/vendor/pako/lib/zlib/inflate.js libexec/novnc/vendor/pako/lib/zlib/inftrees.js libexec/novnc/vendor/pako/lib/zlib/messages.js libexec/novnc/vendor/pako/lib/zlib/trees.js libexec/novnc/vendor/pako/lib/zlib/zstream.js -libexec/novnc/vendor/promise.js libexec/novnc/vnc.html libexec/novnc/vnc_lite.html