From 4eff8eca7af577fa535a022d6314d32511ea72decf36a2e9ade1b455d333c64f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 09:36:15 +0000 Subject: [PATCH] Accepting request 1061409 from home:mmanu84:branches:Cloud:OpenStack:Factory - Update to 1.4.0 Library: * 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 - Renamed to patch novnc-1.3.0-fix-interpreter.patch to novnc-1.4.0-fix-interpreter.patch OBS-URL: https://build.opensuse.org/request/show/1061409 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=32 --- noVNC-1.3.0.tar.gz | 3 --- noVNC-1.4.0.tar.gz | 3 +++ ...reter.patch => novnc-1.4.0-fix-interpreter.patch | 0 novnc.changes | 13 +++++++++++++ novnc.spec | 4 ++-- 5 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 noVNC-1.3.0.tar.gz create mode 100644 noVNC-1.4.0.tar.gz rename novnc-1.3.0-fix-interpreter.patch => novnc-1.4.0-fix-interpreter.patch (100%) diff --git a/noVNC-1.3.0.tar.gz b/noVNC-1.3.0.tar.gz deleted file mode 100644 index 9ae2855..0000000 --- a/noVNC-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee8f91514c9ce9f4054d132f5f97167ee87d9faa6630379267e569d789290336 -size 661659 diff --git a/noVNC-1.4.0.tar.gz b/noVNC-1.4.0.tar.gz new file mode 100644 index 0000000..142468b --- /dev/null +++ b/noVNC-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b0354c94ad0b0c88092ec7a08e28086d3ed572f13660bac28d5470faaae9c1 +size 700906 diff --git a/novnc-1.3.0-fix-interpreter.patch b/novnc-1.4.0-fix-interpreter.patch similarity index 100% rename from novnc-1.3.0-fix-interpreter.patch rename to novnc-1.4.0-fix-interpreter.patch diff --git a/novnc.changes b/novnc.changes index 2ac7c80..c4e77d0 100644 --- a/novnc.changes +++ b/novnc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 26 15:52:16 UTC 2023 - Manu Maier + +- Update to 1.4.0 + Library: + * 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 +- Renamed to patch novnc-1.3.0-fix-interpreter.patch to novnc-1.4.0-fix-interpreter.patch + ------------------------------------------------------------------- Sat Oct 29 09:31:34 UTC 2022 - Software System diff --git a/novnc.spec b/novnc.spec index 009bf0c..76a0d46 100644 --- a/novnc.spec +++ b/novnc.spec @@ -17,7 +17,7 @@ Name: novnc -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: VNC client using HTML5 (Web Sockets, Canvas) with encryption support License: LGPL-3.0-only AND MPL-2.0 @@ -25,7 +25,7 @@ Group: System/Daemons URL: https://github.com/novnc/noVNC Source0: noVNC-%{version}.tar.gz Patch1: novnc-0.3-manpage.patch -Patch2: novnc-1.3.0-fix-interpreter.patch +Patch2: novnc-1.4.0-fix-interpreter.patch Requires: python3-websockify >= 0.9.0 Requires: which BuildArch: noarch