From patchwork Thu Jan 28 14:55:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3824 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DRNnt2HxKz3wxn for ; Thu, 28 Jan 2021 14:56:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DRNns1Dhlzmc; Thu, 28 Jan 2021 14:56:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DRNns0Cf9z2xkX; Thu, 28 Jan 2021 14:56:01 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DRNnq4PqLz2xjs for ; Thu, 28 Jan 2021 14:55:59 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4DRNnp6zc9zmc; Thu, 28 Jan 2021 14:55:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1611845759; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dY1LMiaMOVHn1j6Bqf13zTP8Yu54YZlwejb1Iw+ErZY=; b=TaxOxRFibe4HByr3WgyOAvhDx5d8AXnFpQfNK2ywu2UWW4qu0Jm30NTiRMX2/YA3qDLAIb Fgo5QvrHgasH4LAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1611845759; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dY1LMiaMOVHn1j6Bqf13zTP8Yu54YZlwejb1Iw+ErZY=; b=n87+k5aHop1JtU6dEAfmjDDff/VZ1HBHS/3YxbCQFXYr5orgQ4vAaS686FdHjxsxRWdo04 1WkPSkrT1kKq31Y6X6SKIj8YEc/MRHza5N6bli9vayTk69YeltyONFJ8pv2g/qjLsU29Qj 9PMtQv5Qoo3cgA1PgrEgntuK3LOPiO11u7pw5QiuI4qjIjf0wKrYiMA47TlJwPzbMBZ5Sg bflk8u5Sw8FnH4MQGL6D8awaJfj0lxGT62s6cdap0g6g0TPSXDHbM5rld9KEDSgxNBjDl6 yb1VziqJcrlswRjRlvIokcNUeP1/6q7NDPQAvQQOxas7m9sYqV7IUueWX3QrhQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] minicom: Update to 2.8 Date: Thu, 28 Jan 2021 15:55:57 +0100 Message-Id: <20210128145557.3200175-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update minicom from 2.7.1 to 2.8 - Changelog for version 2.8 New timestamp mode: Delta to previous line. Add HPA ESC sequence Add alternative window support (ti/te) Fix file name of non-global configuration settings. Update translations: Indonesian, French, Swedish, Spanish, German, Brazilian Portuguese, Vietnamese, Polish, Danish, Norwegian, Serbian New translation: Serbian, Simplified chinese Fix F10 macro key used in current setups Add F11 and F12 for macro use Fixed DTR for recent systems Add support for RS485. Add --capturefile-buffer-mode option Bug fixes - Updated rootfile Signed-off-by: Adolf Belka --- config/rootfiles/packages/minicom | 2 ++ lfs/minicom | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/minicom b/config/rootfiles/packages/minicom index 53266e604..38d7e524a 100644 --- a/config/rootfiles/packages/minicom +++ b/config/rootfiles/packages/minicom @@ -17,8 +17,10 @@ usr/bin/xminicom #usr/share/locale/ro/LC_MESSAGES/minicom.mo #usr/share/locale/ru/LC_MESSAGES/minicom.mo #usr/share/locale/rw/LC_MESSAGES/minicom.mo +#usr/share/locale/sr/LC_MESSAGES/minicom.mo #usr/share/locale/sv/LC_MESSAGES/minicom.mo #usr/share/locale/vi/LC_MESSAGES/minicom.mo +#usr/share/locale/zh_CN/LC_MESSAGES/minicom.mo #usr/share/locale/zh_TW/LC_MESSAGES/minicom.mo #usr/share/man/man1/ascii-xfr.1 #usr/share/man/man1/minicom.1 diff --git a/lfs/minicom b/lfs/minicom index 154c31984..7e6ec7586 100644 --- a/lfs/minicom +++ b/lfs/minicom @@ -24,7 +24,7 @@ include Config -VER = 2.7.1 +VER = 2.8 THISAPP = minicom-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minicom -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9021cb8c5445f6e6e74b2acc39962d62 +$(DL_FILE)_MD5 = dd71fa302ae822a8e73dcfe5bccc8dca install : $(TARGET)