diff mbox series

[AUH] minicom: upgrading to 2.11.1 SUCCEEDED

Message ID 0101019eb7869b11-4edf4014-cde7-4299-8942-d416bae4c9f3-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] minicom: upgrading to 2.11.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 11, 2026, 4:31 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"