From patchwork Sun Aug 16 10:28:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3308 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjb0Qxgz3x1Y for ; Sun, 16 Aug 2020 10:30:27 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtjX3bgSzsr; Sun, 16 Aug 2020 10:30:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjW5z51z30X9; Sun, 16 Aug 2020 10:30:23 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjT4Mvbz2xnn for ; Sun, 16 Aug 2020 10:30:21 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjT39CkzQj; Sun, 16 Aug 2020 10:30:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573821; 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=w025CLek6f4Jg2M9DJAnBd5cdCeawnYbVwSasYpmdDg=; b=AEj9CMAP7NLyHArhlNIA7yymoB04+uyaKmb9noBQfNF22m+t6R7oUYJSl2dnNm8gyyD6QS rqxQfep7sRUQ7vDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573821; 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=w025CLek6f4Jg2M9DJAnBd5cdCeawnYbVwSasYpmdDg=; b=U2FcXRTVZ5zxGWF9pWlvOTJCqVdv/8rjA8aS9Ha5jtUWEiPvIGkJvsiKNx9yR45JmIqxAV WIEVG8TfpQP3/HDHuHM44lAh5n47u04d9k6gY/2MMDWnIEdkv35Ak+i+V0W/bxdUQTMQuM RyP8MBBED8as/aUyNEOvsjIjSsn7kEghBGZQ9jXheeaUb69RwZAWdWMqVTBdVcG9iNxmml vlfSAd5Jc9KlYZUNT4z4ALDe2HG5VlRtFR6MIXIkfj+ktZqbf7MzoVSGqObmsBqg/jSmEC eUmdNTmxouZcNeCAZIs7V6nqSAT5yGyawkelvPShxR8TBwUuip6sMn6Uqsb0Eg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 02/62] minicom: Update to 2.7.1 Date: Sun, 16 Aug 2020 10:28:53 +0000 Message-Id: <20200816102953.3881-2-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes build with GCC 10 Signed-off-by: Michael Tremer --- lfs/minicom | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lfs/minicom b/lfs/minicom index 5a233325a..154c31984 100644 --- a/lfs/minicom +++ b/lfs/minicom @@ -24,7 +24,7 @@ include Config -VER = 2.4 +VER = 2.7.1 THISAPP = minicom-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,10 +32,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minicom -PAK_VER = 0 +PAK_VER = 1 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### @@ -44,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 700976a3c2dcc8bbd50ab9bb1c08837b +$(DL_FILE)_MD5 = 9021cb8c5445f6e6e74b2acc39962d62 install : $(TARGET)