From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 6AB421FF17E for ; Thu, 18 Sep 2025 15:52:36 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 74426DEE; Thu, 18 Sep 2025 15:52:51 +0200 (CEST) From: Fiona Ebner To: pve-devel@lists.proxmox.com Date: Thu, 18 Sep 2025 15:50:52 +0200 Message-ID: <20250918135215.95188-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1758203529593 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.022 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment 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] [PATCH-SERIES common/manager/qemu-server 0/4] fix #2077: remove dependency on Term::ReadLine X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" As a side-effect, this also fixes #6748. Term::ReadLine would prompt and read from terminal even if stdin/stdout are redirected, the new helper will use the redirected channels. It also would underline the prompt, which the new helper does not. And Term::ReadLine also has advanced editing and history shortcuts. For the prompts in pve-manager, not having the advanced features is perfectly fine. For qm monitor, (advanced) users might be unhappy with the change. Other packages need a dependency bump for pve-common. common: Fiona Ebner (1): developer readme: remove libterm-readline-gnu-perl dependency Stefan Hrdlicka (1): pty: introduce read_line() function README.dev | 2 +- src/PVE/PTY.pm | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) manager: Fiona Ebner (1): partially fix #2077: remove dependency on Term::ReadLine PVE/CLI/pvenode.pm | 19 +++++++------------ debian/control | 1 - 2 files changed, 7 insertions(+), 13 deletions(-) qemu-server: Fiona Ebner (1): partially fix #2077: remove dependency on Term::ReadLine debian/control | 1 - src/PVE/CLI/qm.pm | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) Summary over all repositories: 6 files changed, 27 insertions(+), 19 deletions(-) -- Generated by git-murpp 0.5.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel