FreeBSD Bugzilla – Attachment 219159 Details for
Bug 250679
www/novnc: Update to 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
novnc-1.2.0.diff
novnc-1.2.0.diff (text/plain), 5.55 KB, created by
Dmitry Petrov
on 2020-10-28 01:10:37 UTC
(
hide
)
Description:
novnc-1.2.0.diff
Filename:
MIME Type:
Creator:
Dmitry Petrov
Created:
2020-10-28 01:10:37 UTC
Size:
5.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 553519) >+++ Makefile (working copy) >@@ -1,11 +1,10 @@ > # $FreeBSD$ > > PORTNAME= novnc >-PORTVERSION= 1.1.0 >-PORTREVISION= 1 >+PORTVERSION= 1.2.0 > CATEGORIES= www > >-MAINTAINER= araujo@FreeBSD.org >+MAINTAINER= dpetrov67@gmail.com > COMMENT= HTML5 VNC client > > LICENSE= MPL20 >@@ -14,7 +13,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= novnc > GH_PROJECT= noVNC >-GH_TAGNAME= 9fe2fd0 >+GH_TAGNAME= 9142f8f > > NO_BUILD= yes > NO_ARCH= yes >Index: distinfo >=================================================================== >--- distinfo (revision 553519) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1564020875 >-SHA256 (novnc-noVNC-1.1.0-9fe2fd0_GH0.tar.gz) = 0fcf347a81d9ef5d232020695b9b761d376492dcfc499b28dbe524877bca55db >-SIZE (novnc-noVNC-1.1.0-9fe2fd0_GH0.tar.gz) = 1035002 >+TIMESTAMP = 1603844892 >+SHA256 (novnc-noVNC-1.2.0-9142f8f_GH0.tar.gz) = f4bdffc5275fb2aafa1fa744d2ed33fd5c36656cd859551d9435c230fc494147 >+SIZE (novnc-noVNC-1.2.0-9142f8f_GH0.tar.gz) = 1356433 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 553519) >+++ pkg-plist (working copy) >@@ -1,7 +1,13 @@ >+libexec/novnc/.eslintignore >+libexec/novnc/.eslintrc >+libexec/novnc/.github/ISSUE_TEMPLATE/bug_report.md >+libexec/novnc/.github/ISSUE_TEMPLATE/feature_request.md >+libexec/novnc/.github/workflows/deploy.yml >+libexec/novnc/.github/workflows/lint.yml >+libexec/novnc/.github/workflows/test.yml > libexec/novnc/AUTHORS > libexec/novnc/LICENSE.txt > libexec/novnc/README.md >-libexec/novnc/VERSION > libexec/novnc/app/error-handler.js > libexec/novnc/app/images/alt.svg > libexec/novnc/app/images/clipboard.svg >@@ -34,10 +40,6 @@ > libexec/novnc/app/images/icons/novnc-icon.svg > libexec/novnc/app/images/info.svg > libexec/novnc/app/images/keyboard.svg >-libexec/novnc/app/images/mouse_left.svg >-libexec/novnc/app/images/mouse_middle.svg >-libexec/novnc/app/images/mouse_none.svg >-libexec/novnc/app/images/mouse_right.svg > libexec/novnc/app/images/power.svg > libexec/novnc/app/images/settings.svg > libexec/novnc/app/images/tab.svg >@@ -44,10 +46,12 @@ > 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/ja.json > libexec/novnc/app/locale/ko.json > libexec/novnc/app/locale/nl.json > libexec/novnc/app/locale/pl.json >@@ -72,6 +76,7 @@ > 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 >@@ -78,10 +83,10 @@ > 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/mouse.js > libexec/novnc/core/input/util.js > libexec/novnc/core/input/vkeys.js > libexec/novnc/core/input/xtscancodes.js >@@ -88,8 +93,10 @@ > 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 >@@ -111,11 +118,13 @@ > libexec/novnc/docs/rfbproto-3.8.pdf > libexec/novnc/karma.conf.js > libexec/novnc/package.json >+libexec/novnc/po/.eslintrc > 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/ja.po > libexec/novnc/po/ko.po > libexec/novnc/po/nl.po > libexec/novnc/po/noVNC.pot >@@ -127,6 +136,9 @@ > 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/.eslintrc > libexec/novnc/tests/assertions.js > libexec/novnc/tests/fake.websocket.js >@@ -134,11 +146,13 @@ > libexec/novnc/tests/playback-ui.js > libexec/novnc/tests/playback.js > libexec/novnc/tests/test.base64.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.int.js > libexec/novnc/tests/test.keyboard.js > libexec/novnc/tests/test.localization.js >-libexec/novnc/tests/test.mouse.js > libexec/novnc/tests/test.rfb.js > libexec/novnc/tests/test.util.js > libexec/novnc/tests/test.websock.js >@@ -148,8 +162,6 @@ > libexec/novnc/utils/README.md > libexec/novnc/utils/b64-to-binary.pl > libexec/novnc/utils/genkeysymdef.js >-libexec/novnc/utils/img2js.py >-libexec/novnc/utils/json2graph.py > libexec/novnc/utils/launch.sh > libexec/novnc/utils/u2x11 > libexec/novnc/utils/use_require.js >@@ -159,6 +171,7 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250679
:
219159
|
219160
|
219161
|
219383