From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 Mar 2026 08:22:50 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vzUwz-009fb7-2x for lore@lore.pengutronix.de; Mon, 09 Mar 2026 08:22:50 +0100 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vzUx0-0003Uq-Fw; Mon, 09 Mar 2026 08:22:50 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vzUwb-0002Bk-Om; Mon, 09 Mar 2026 08:22:25 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vzUwa-004Ubs-0i; Mon, 09 Mar 2026 08:22:25 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vzUwb-0000000H9Yj-2BGk; Mon, 09 Mar 2026 08:22:25 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 9 Mar 2026 08:22:25 +0100 Message-ID: <20260309072225.4088314-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260303183855.3824395-1-christian.melki@t2data.com> References: <20260303183855.3824395-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] minicom: Version bump. 2.11 -> 2.11.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f053a63f11758e5a1fb8b3bffa64ccb7da42e0fd. Michael [sent from post-receive hook] On Mon, 09 Mar 2026 08:22:25 +0100, Christian Melki wrote: > Minor change for build error. (BOTHER flag, baudrate other, arbitrary). > https://salsa.debian.org/minicom-team/minicom/-/releases/2.11.1 > > * Forward patchset. Applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20260303183855.3824395-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/minicom-2.11/0001-build-reproducibly.patch b/patches/minicom-2.11.1/0001-build-reproducibly.patch > similarity index 100% > rename from patches/minicom-2.11/0001-build-reproducibly.patch > rename to patches/minicom-2.11.1/0001-build-reproducibly.patch > diff --git a/patches/minicom-2.11/series b/patches/minicom-2.11.1/series > similarity index 100% > rename from patches/minicom-2.11/series > rename to patches/minicom-2.11.1/series > diff --git a/rules/minicom.make b/rules/minicom.make > index b94dd4725e37..6e5bfd2f250d 100644 > --- a/rules/minicom.make > +++ b/rules/minicom.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MINICOM) += minicom > # > # Paths and names > # > -MINICOM_VERSION := 2.11 > -MINICOM_MD5 := bf34ca28ccaccef3883dbbc1ef12275a > +MINICOM_VERSION := 2.11.1 > +MINICOM_MD5 := c25f65a4b9b1671d92146c6616b5e446 > MINICOM_SUFFIX := tar.bz2 > MINICOM := minicom-$(MINICOM_VERSION) > MINICOM_URL := https://salsa.debian.org/minicom-team/minicom/-/archive/$(MINICOM_VERSION)/$(MINICOM).$(MINICOM_SUFFIX)