From patchwork Thu Jun 11 16:31:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89828 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63ECACDB470 for ; Thu, 11 Jun 2026 16:31:55 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.50432.1781195513269909905 for ; Thu, 11 Jun 2026 09:31:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hOz5Latp; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=1cVz4bcW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019eb7869b11-4edf4014-cde7-4299-8942-d416bae4c9f3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1781195512; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9Vp3PgozlQtwSUG5idv7zL83g7zCM1W9aU29zQnFEbw=; b=hOz5LatpTYKSXpRNpwJP1reTz3qP98dLVDcXP17iNMGkK8S/T7PUqmQAGqjuGNMz Xswcywj078B3DRAVw7Ep1jIm5H2vYDi+zgtvBAAJv+6tUthjUgcVGSwOfKc2X91T5M6 FlNRG8QIABZLj68Ons6Gq7IHftuPpA9G+9I7o+/U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781195512; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9Vp3PgozlQtwSUG5idv7zL83g7zCM1W9aU29zQnFEbw=; b=1cVz4bcWi0aGA8Z1iscQh1xYC36Rbawl1rqaeuP7jlVjNFvLDigwQ8S1Rt2qGaCw n7UQUIZqhdOkywnEhljQECf+rQEo9tA+DCcG/tWRyxMZdOWHE3bVer6WNFLrY3LJV3S 9V8hq5ixzCjaMvXZ9jgRrx2r+Ks3nzQ3O1hdV+ds= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] minicom: upgrading to 2.11.1 SUCCEEDED Message-ID: <0101019eb7869b11-4edf4014-cde7-4299-8942-d416bae4c9f3-000000@us-west-2.amazonses.com> Date: Thu, 11 Jun 2026 16:31:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.11-54.240.27.29 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 11 Jun 2026 16:31:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238519 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *minicom* to *2.11.1* has Succeeded. Next steps: - apply the patch: git am 0001-minicom-upgrade-2.10-2.11.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From f81c0028f3f32158f6d1455c0e93967f523788a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 11 Jun 2026 11:26:11 +0000 Subject: [PATCH] minicom: upgrade 2.10 -> 2.11.1 --- .../{minicom_2.10.bb => minicom_2.11.1.bb} | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) rename meta/recipes-extended/minicom/{minicom_2.10.bb => minicom_2.11.1.bb} (43%) diff --git a/meta/recipes-extended/minicom/minicom_2.10.bb b/meta/recipes-extended/minicom/minicom_2.11.1.bb similarity index 43% rename from meta/recipes-extended/minicom/minicom_2.10.bb rename to meta/recipes-extended/minicom/minicom_2.11.1.bb index 20ce5662c2..a8660c9826 100644 --- a/meta/recipes-extended/minicom/minicom_2.10.bb +++ b/meta/recipes-extended/minicom/minicom_2.11.1.bb @@ -1,3 +1,30 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- src/minicom.h +# +++ src/minicom.h +# @@ -1,7 +1,5 @@ +# /* +# * minicom.h Constants, defaults, globals etc. +# - * +# - * $Id: minicom.h,v 1.26 2009-06-06 21:19:36 al-guest Exp $ +# * +# * This file is part of the minicom communications package, +# * Copyright 1991-1995 Miquel van Smoorenburg. +# @@ -10,3 +8,5 @@ +# * modify it under the terms of the GNU General Public License +# * as published by the Free Software Foundation; either version +# * 2 of the License, or (at your option) any later version. +# + * +# + * You should have received a copy of the GNU General Public License along +# +# + SUMMARY = "Text-based modem control and terminal emulation program" HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom" DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems" @@ -5,11 +32,12 @@ SECTION = "console/network" DEPENDS = "ncurses virtual/libiconv" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ - file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" + file://src/minicom.h;beginline=1;endline=12;md5=6bee95d0996491703ede1bd26ccf2de7 \ + " SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.bz2" -SRC_URI[sha256sum] = "90e7ce2856b3eaaa3f452354d17981c49d32c426a255b6f0d3063a227c101538" +SRC_URI[sha256sum] = "87cf0da91af0531357cd61b8e1906b907edd2c9ef82f9ae74c277e1893d0f98c" PACKAGECONFIG ??= "" PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"