From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <t.lamprecht@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id 766C085CBA
 for <pve-devel@lists.proxmox.com>; Tue, 21 Dec 2021 11:25:05 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 6338527CCD
 for <pve-devel@lists.proxmox.com>; Tue, 21 Dec 2021 11:24:35 +0100 (CET)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS id D90E927CBE
 for <pve-devel@lists.proxmox.com>; Tue, 21 Dec 2021 11:24:34 +0100 (CET)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id A8788455A7
 for <pve-devel@lists.proxmox.com>; Tue, 21 Dec 2021 11:24:34 +0100 (CET)
Message-ID: <b1d0678e-c6cb-933a-022a-0726d38c7a2c@proxmox.com>
Date: Tue, 21 Dec 2021 11:24:33 +0100
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101
 Thunderbird/96.0
Content-Language: en-GB
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
 Dominik Csapak <d.csapak@proxmox.com>
References: <20211217101959.1708181-1-d.csapak@proxmox.com>
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
In-Reply-To: <20211217101959.1708181-1-d.csapak@proxmox.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL -0.190 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: [pve-devel] applied-series: [PATCH novnc 0/4] upgrade novnc to 1.3.0
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Tue, 21 Dec 2021 10:25:05 -0000

On 17/12/2021 11:19, Dominik Csapak wrote:
> we just have to bump again if we want to
> 
> Dominik Csapak (4):
>   upgrade novnc to 1.3.0
>   rebase patches for 1.3.0
>   add patch for proper hiding of buttons
>   use esbuild instead of node-es6-module-transpiler
> 
>  debian/control                                |   2 +-
>  .../0001-add-PVE-specific-JS-code.patch       |  26 +--
>  ...002-add-custom-fbresize-event-on-rfb.patch |  10 +-
>  ...nge-scaling-when-toggling-fullscreen.patch |   6 +-
>  debian/patches/0004-add-pve-style.patch       |   8 +-
>  debian/patches/0005-remove-vnc-logos.patch    |   8 +-
>  ...rectory-for-fetching-images-js-files.patch |  66 ++++----
>  .../patches/0007-add-pve-vnc-commands.patch   |   4 +-
>  ...add-replaceable-snippets-in-vnc.html.patch |  20 +--
>  .../0010-add-localCursor-setting-to-rfb.patch | 155 ++++++++++++++++++
>  debian/patches/0010-use-only-app.js.patch     |  19 +--
>  .../0011-add-localCursor-setting-to-rfb.patch |  30 ++--
>  .../0011-pass-custom-command-to-vnc.patch     |  39 +++++
>  ...ove-the-default-value-of-wsProtocols.patch |  48 ++++++
>  debian/patches/0013-                          |   0
>  ...ove-the-default-value-of-wsProtocols.patch |   6 +-
>  ...passing-deprecated-upgrade-parameter.patch |  27 +++
>  ...passing-deprecated-upgrade-parameter.patch |   1 -
>  ...-create-own-class-for-hidden-buttons.patch |  61 +++++++
>  ...-create-own-class-for-hidden-buttons.patch |  58 +++++++
>  debian/patches/series                         |   1 +
>  debian/rules                                  |   2 +-
>  novnc                                         |   2 +-
>  23 files changed, 489 insertions(+), 110 deletions(-)
>  create mode 100644 debian/patches/0010-add-localCursor-setting-to-rfb.patch
>  create mode 100644 debian/patches/0011-pass-custom-command-to-vnc.patch
>  create mode 100644 debian/patches/0012-Revert-Remove-the-default-value-of-wsProtocols.patch
>  create mode 100644 debian/patches/0013-
>  create mode 100644 debian/patches/0013-avoid-passing-deprecated-upgrade-parameter.patch
>  create mode 100644 debian/patches/0014-create-own-class-for-hidden-buttons.patch
>  create mode 100644 debian/patches/0015-create-own-class-for-hidden-buttons.patch
> 


applied series, but squashed patch 2/4 into 1/4 and dropped all the new files that were
committed by mistake.