From patchwork Fri Feb 27 18:18:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9540 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fMxRV0y6bz3wph for ; Fri, 27 Feb 2026 18:19: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) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fMxRT2Kh0z6DK for ; Fri, 27 Feb 2026 18:19:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fMxRQ4Npkz33sp for ; Fri, 27 Feb 2026 18:18:58 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fMxR92Jsmz33ww for ; Fri, 27 Feb 2026 18:18:45 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fMxR856c6z5ts; Fri, 27 Feb 2026 18:18:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772216324; 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: in-reply-to:in-reply-to:references:references; bh=/4hMWmm6xjjpzNn+atYS4LBMuua4L1+at/akd/q7w80=; b=AQ3OKe1raep2N1tgNK0BuAWxTGgWd63rFMD4tUl2RuHjQd4UbZPAUaa4JsZblXQHiwHH8X yWxERGsoVXZ22ACA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772216324; 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: in-reply-to:in-reply-to:references:references; bh=/4hMWmm6xjjpzNn+atYS4LBMuua4L1+at/akd/q7w80=; b=tQQVXikKEH2RTm9mBKaSohHy8SaHOMiH95eDNdzD2ngP49WC6v550qUjTYTGI5ZwFX//lh gQxmi8dS9A6RJm5tuvD56PE2sugd0UhfYxdWmSXm+bOvISXpTEx153qNpv8MBfSp912F4K hB+O1G8oLOTzFFsi5xYDR7P9tuVX2jTYQB3Mfl7Gq2kgH0LhBGtDNxc3QTyoJWUgDgIOSE 73rdEzKqCy9Uh+vFt5UQlLvSKfkfYZd6vSZgVpO95Jb1H9hVHkFBWMMgI9x2nYHpdQbZ+c ml2nUVP6COyZaA6+r1oV/OnTMLeUupQ2Mxp3rbTL7nq9w1auMIgp6lfjE/BhDw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] minicom: Update to version 2.11 Date: Fri, 27 Feb 2026 19:18:36 +0100 Message-ID: <20260227181838.3716442-8-adolf.belka@ipfire.org> In-Reply-To: <20260227181838.3716442-1-adolf.belka@ipfire.org> References: <20260227181838.3716442-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 2.9 to 2.11 - No change to rootfile - Changelog 2.11 - fix baudrate setting on Linux when compiled against glibc >= 2.42 - Support multi-column character for window drawing - Add 1843200 to the baud rate list - Allow any baud rate to be set - Updates translations: ka, fr, ro, pl, ko, de, ja, sv 2.10 - Add third locking method if file-based lock does not work. https://salsa.debian.org/minicom-team/minicom/-/issues/9 - Make colors enabled the default. - ESC-] (OSC) sequences are recognized and discarded. - Code cleanups. - Updates translations: nb Signed-off-by: Adolf Belka --- lfs/minicom | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/lfs/minicom b/lfs/minicom index c2d379b13..b644fa4a0 100644 --- a/lfs/minicom +++ b/lfs/minicom @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,15 +26,15 @@ include Config SUMMARY = A Terminal Program -VER = 2.9 +VER = 2.11 THISAPP = minicom-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minicom -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4c17f235d770ff9b4719c0ce9d3dfdb01603986d08cec245b1bfba5addbea597032bb06fc73c585886e035915dec990f37e9690b58d0a80a3e6faf8675485f96 +$(DL_FILE)_BLAKE2 = f86d9efc7512a9322dd40b767513a424cf692283690d56a344275450d520df3022312320405177daeb80fa22669ebf55ea5b0476aee99d9ff1fd7eb4d5520e98 install : $(TARGET) @@ -82,11 +82,10 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)