From patchwork Sat Sep 2 10:29:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 29846 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 E0FDCCCF97E for ; Sat, 2 Sep 2023 10:29:25 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.5694.1693650556534486766 for ; Sat, 02 Sep 2023 03:29:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AvGzcqZH; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=d0Pa5lqE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018a5570942b-7c33883c-cccc-4e03-b5cf-8be49f7c3287-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=1693650556; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gbha0/2kphu9oCAGjd7P5qkCOVju2cv0B0hFDzPF8wg=; b=AvGzcqZHYWUbSBMZlirwdzAGf8m09ILdJdMm0ASUaaZrx9g67mvpraKMloDwzzeu w2ZS2rEbc09CUJUh1Ov5N9W7xiuo5C+TdhIbVzxw7X7yi3RrTzAD2YuU7TAK+BkBm/V jRMiq6+pb2p1Y1/DwEKJnMqlMw+aZsCIrNvbMAIk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650556; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gbha0/2kphu9oCAGjd7P5qkCOVju2cv0B0hFDzPF8wg=; b=d0Pa5lqEDuRRE7D5Q9vUAYH/7UrQZCSekoVhAw6HpbBhdQBehVfIlKg9YWB3imrf oiq6b87Z2heueHX26i41LC+/DkWhInNOVflf5aDI/x/albsfmxnkyISb5jAPxngMX7d eCk+Pq85ApBMzaR7XtOaGC1GT7cpYzCyscSCYf+E= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dos2unix: upgrading to 7.5.1 SUCCEEDED Message-ID: <0101018a5570942b-7c33883c-cccc-4e03-b5cf-8be49f7c3287-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-54.240.27.33 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 ; Sat, 02 Sep 2023 10:29:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187141 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dos2unix* to *7.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-dos2unix-upgrade-7.5.0-7.5.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 5e24e7d30962b89b9b9bedd59337efe244bfd4e0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 2 Sep 2023 06:59:56 +0000 Subject: [PATCH] dos2unix: upgrade 7.5.0 -> 7.5.1 --- .../dos2unix/{dos2unix_7.5.0.bb => dos2unix_7.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/dos2unix/{dos2unix_7.5.0.bb => dos2unix_7.5.1.bb} (95%) diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb similarity index 95% rename from meta/recipes-support/dos2unix/dos2unix_7.5.0.bb rename to meta/recipes-support/dos2unix/dos2unix_7.5.1.bb index 1ff1fc4f97..acf49f0483 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P(\d+(\.\d+)+))" -SRCREV = "d6613bbb175624f065de907ebcc94437f699c14e" +SRCREV = "9675e7aea32653e1c10ef027eb55d89f3c48ec1f" S = "${WORKDIR}/git/dos2unix"