From patchwork Thu Feb 1 18:00:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 38577 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 A2707C48295 for ; Thu, 1 Feb 2024 18:00:14 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.2093.1706810404801875450 for ; Thu, 01 Feb 2024 10:00:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=cgajzh5e; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ByJ1lsPr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018d65d3fd9d-f360ae8e-e46c-46f3-a9a0-b61af2d13970-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=1706810408; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=bA2kMdYlFfVd8lxi6DKonEDSWrLJDDkTsuXpqBeUieI=; b=cgajzh5eUFoXTcAvuhor/kEUDUitxdfNzwbKgNEZlhahPwvvq0UXrK2jbulAtFl8 xF4kW7vqi5vcKnpHxusECCkBgCqCCnc5tgzP/o0/EbOWXBsN6koLsdecDTaPXMGFzJL f2Ocz51EsFEgSu1O/Oe2Eix9gYSGZut0Ys+93foY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810408; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=bA2kMdYlFfVd8lxi6DKonEDSWrLJDDkTsuXpqBeUieI=; b=ByJ1lsPrrNKwA/Ig0P9iIXX1jwG9ebLFCxfg8RZRN9KGTJNKHkAXl2AUy9L8T3/F Ck95yB8GALvnIJzNa2dqDQPlqJB8R3GslTOevo9ieYFKLf+WhOfT7I6WEPKR0iHxfUo 28emcD9FL0yyeWVK4e93ig+O9qqnoxaHLWOlDnPI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dos2unix: upgrading to 7.5.2 SUCCEEDED Message-ID: <0101018d65d3fd9d-f360ae8e-e46c-46f3-a9a0-b61af2d13970-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Feb 2024 18:00:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194718 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dos2unix* to *7.5.2* has Succeeded. Next steps: - apply the patch: git am 0001-dos2unix-upgrade-7.5.1-7.5.2.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 5d6f974a4d7f2a81909967ca4f583680c379abc5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 17:33:07 +0000 Subject: [PATCH] dos2unix: upgrade 7.5.1 -> 7.5.2 --- .../{dos2unix_7.5.1.bb => dos2unix_7.5.2.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-support/dos2unix/{dos2unix_7.5.1.bb => dos2unix_7.5.2.bb} (55%) diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb similarity index 55% rename from meta/recipes-support/dos2unix/dos2unix_7.5.1.bb rename to meta/recipes-support/dos2unix/dos2unix_7.5.2.bb index acf49f0483..43cd7854af 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.5.2.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-2023 Erwin Waterlander +# +Copyright (C) 2009-2024 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=37f72246ce2aa2fce9482c10b1f2b502" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=49ec74e0139712398b9ddb06d824929a" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P(\d+(\.\d+)+))" -SRCREV = "9675e7aea32653e1c10ef027eb55d89f3c48ec1f" +SRCREV = "c16a0b31a64c7eb6b2d76960e5144732b57f2993" S = "${WORKDIR}/git/dos2unix"