From patchwork Mon Apr 1 18:03:22 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: 41802 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 9CFBECD12C9 for ; Mon, 1 Apr 2024 18:03:29 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.44645.1711994601572504973 for ; Mon, 01 Apr 2024 11:03:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=WJEDH/cx; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=4JWW6RIR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018e9ad4830c-0830accb-f24a-49ac-aa53-b73586052b94-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=1711994602; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=OQGtxQ9Nl1lLg5K204hnbZEOPkXBQETXJD7cnB5f9o4=; b=WJEDH/cxJRDeg2pTy2xjTF3R63OeZC2eD50CxYu5gDJfBzM0emaDLnIBY5OSfZeZ 6vWsSEakPy4ddOWUqfk3vR8X3wOv6dBDSl659sRP+r34naqmHKz9/+31apl8nk17KW8 o+gu9/Y7zgIMKV2AcI9MT55WJI5tHQUbvJ3dUGEo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994602; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=OQGtxQ9Nl1lLg5K204hnbZEOPkXBQETXJD7cnB5f9o4=; b=4JWW6RIRz2XpPXhs/zAXomeriNlSVYw8l+kew4KzQtqkSzv92jy79qFTTXLrbr9C x0uH+g5IaXAbPn15hFaHx2DPYrPKeIfsmCNeYsd8TMh2fkOPbjIy04v0QWJ6b8gUV7Y 2Nu1pkYv2KJjGttaShsJDmuJqHqhQrjs+wWR9ZSE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] wget: upgrading to 1.24.5 SUCCEEDED Message-ID: <0101018e9ad4830c-0830accb-f24a-49ac-aa53-b73586052b94-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:22 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.23 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 ; Mon, 01 Apr 2024 18:03:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197763 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wget* to *1.24.5* has Succeeded. Next steps: - apply the patch: git am 0001-wget-upgrade-1.21.4-1.24.5.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 487ebe4f2061a554093cf5c41024f5ddf8da9a9b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 11:34:57 +0000 Subject: [PATCH] wget: upgrade 1.21.4 -> 1.24.5 --- .../wget/wget/0002-improve-reproducibility.patch | 9 +++------ .../wget/{wget_1.21.4.bb => wget_1.24.5.bb} | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-extended/wget/{wget_1.21.4.bb => wget_1.24.5.bb} (60%) diff --git a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch index 050fc2c7e1..18cfc8e14f 100644 --- a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch +++ b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch @@ -1,4 +1,4 @@ -From 7f1357529d23b356b45fbb0dd7388588162e4cb8 Mon Sep 17 00:00:00 2001 +From 2000dd8e455b60c4298b7c952ae387a59f382250 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 10 Jan 2018 14:43:20 +0800 Subject: [PATCH] src/Makefile.am: improve reproducibility @@ -44,10 +44,10 @@ Signed-off-by: Joe Slater 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am -index 28c0be2..44084a3 100644 +index 18ec622..38d252d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -87,9 +87,13 @@ version.c: $(wget_SOURCES) ../lib/libgnu.a +@@ -108,9 +108,13 @@ version.c: $(wget_SOURCES) ../lib/libgnu.a echo '#include "version.h"' >> $@ echo 'const char *version_string = "@VERSION@";' >> $@ echo 'const char *compilation_string = "'$(COMPILE)'";' \ @@ -61,6 +61,3 @@ index 28c0be2..44084a3 100644 | $(ESCAPEQUOTE) >> $@ css.c: $(srcdir)/css.l --- -1.8.3.1 - diff --git a/meta/recipes-extended/wget/wget_1.21.4.bb b/meta/recipes-extended/wget/wget_1.24.5.bb similarity index 60% rename from meta/recipes-extended/wget/wget_1.21.4.bb rename to meta/recipes-extended/wget/wget_1.24.5.bb index 1d31b0116d..64e6ee80af 100644 --- a/meta/recipes-extended/wget/wget_1.21.4.bb +++ b/meta/recipes-extended/wget/wget_1.24.5.bb @@ -2,6 +2,6 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ file://0002-improve-reproducibility.patch \ " -SRC_URI[sha256sum] = "81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c" +SRC_URI[sha256sum] = "fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de" require wget.inc