From patchwork Wed Nov 5 23:16:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 73750 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 B83F3CD37BA for ; Wed, 5 Nov 2025 23:16:47 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2363.1762384580621705410 for ; Wed, 05 Nov 2025 15:16:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=rdcL5Opc; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=SGItmpaR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019a564eef7a-d7ab55c0-8ebb-410f-a107-745e934df987-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1762384605; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4Yj3UOy0LoHh6GeCe/dJLfHkPG3TTl4Nqm7BVeDb+2c=; b=rdcL5Opchk2HS2lCpguryteI5w8uQh0S9/VY4xPvEiaCNZA0WqvEB/yNxUc7HKZb 3XeK7h/XzBxHFkNddeJGKy4yeOo2rmYt2pA5Q2M9YDjIj6Oltg9wHrjzEikw3n0gy6F lr9EQn56zMhSWDQXvb/YJBRjqZmmWXoToTMvAk4c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384605; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4Yj3UOy0LoHh6GeCe/dJLfHkPG3TTl4Nqm7BVeDb+2c=; b=SGItmpaRoq7nelQkQ9D3b4raTRVQZ6Og2k1sCfoR8k0MON338scW0EtQVpeAUDhU nNqx+y3vHqUjkgkMnnfz8jES/runYu21e70o2KOboRAkTcemcj9JVDaLDjrbshkSfnZ VwT3Pmo0WkTRnHcTFJkv1VdmPqmoISsRCliNwxp0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dos2unix: upgrading to 7.5.3 SUCCEEDED Message-ID: <0101019a564eef7a-d7ab55c0-8ebb-410f-a107-745e934df987-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.45 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 ; Wed, 05 Nov 2025 23:16:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225913 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dos2unix* to *7.5.3* has Succeeded. Next steps: - apply the patch: git am 0001-dos2unix-upgrade-7.5.2-7.5.3.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 663a8b63e671826fb2f0d648a445338a0b8b7aea Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 22:30:22 +0000 Subject: [PATCH] dos2unix: upgrade 7.5.2 -> 7.5.3 --- .../{dos2unix_7.5.2.bb => dos2unix_7.5.3.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-support/dos2unix/{dos2unix_7.5.2.bb => dos2unix_7.5.3.bb} (55%) diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.3.bb similarity index 55% rename from meta/recipes-support/dos2unix/dos2unix_7.5.2.bb rename to meta/recipes-support/dos2unix/dos2unix_7.5.3.bb index c3803f457b..9865424ff7 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.5.3.bb @@ -1,3 +1,25 @@ +# 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: +# +# --- COPYING.txt +# +++ COPYING.txt +# @@ -2,7 +2,7 @@ +# See also https://www.freebsd.org/copyright/freebsd-license.html +# -------- +# +# -Copyright (C) 2009-2024 Erwin Waterlander +# +Copyright (C) 2009-2025 Erwin Waterlander +# Copyright (C) 1998 Christian Wurll +# Copyright (C) 1998 Bernd Johannes Wuebben +# Copyright (C) 1994-1995 Benjamin Lin. +# +# + SUMMARY = "Convert text file line endings between CRLF and LF" DESCRIPTION = "The Dos2unix package includes utilities dos2unix and \ unix2dos to convert plain text files in DOS or Mac format to Unix \ @@ -6,12 +28,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html" SECTION = "support" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=49ec74e0139712398b9ddb06d824929a" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0802ff257bfeb9bb07ae4e4de04e3223" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P(\d+(\.\d+)+))" -SRCREV = "c16a0b31a64c7eb6b2d76960e5144732b57f2993" +SRCREV = "9df44447947a7b311c62ea0383be94080edcaf85" S = "${UNPACKDIR}/${BP}/dos2unix"