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" -- 2.47.1