www/novnc: Upgrade to 1.3.0
ChangeLog: https://github.com/novnc/noVNC/releases/tag/v1.3.0 PR: 259538 Reported by: dpetrov67@gmail.com (maintainer)
This commit is contained in:
committed by
Fernando Apesteguía
parent
994f0a9d3f
commit
f5051ff594
@@ -1,6 +1,5 @@
|
||||
PORTNAME= novnc
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= dpetrov67@gmail.com
|
||||
@@ -14,7 +13,7 @@ USES= cpe
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= novnc
|
||||
GH_PROJECT= noVNC
|
||||
GH_TAGNAME= 9142f8f
|
||||
GH_TAGNAME= 463c39e
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
@@ -44,10 +44,12 @@ 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
|
||||
@@ -91,7 +93,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/polyfill.js
|
||||
libexec/novnc/core/util/strings.js
|
||||
libexec/novnc/core/websock.js
|
||||
libexec/novnc/docs/API-internal.md
|
||||
@@ -105,6 +106,7 @@ 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
|
||||
@@ -116,12 +118,14 @@ 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
|
||||
@@ -133,18 +137,23 @@ 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
|
||||
@@ -152,19 +161,10 @@ 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
|
||||
@@ -179,6 +179,5 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user