From patchwork Mon Jan 15 17:33:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 37823 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 8375EC47DBE for ; Mon, 15 Jan 2024 17:33:58 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.88857.1705340030103123407 for ; Mon, 15 Jan 2024 09:33:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hdY9P6ms; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=pTTiAagt; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018d0e2fd1a3-21ff7295-1871-47ea-8e9e-6012968e6a35-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=1705340031; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WHV/huWakIYXJhKb1U3sSLqKO8Mqt13nxsbjphMHG18=; b=hdY9P6mspmLd4uwYSfStNxLTlnu0JVDDexk+U3HslZEjMvusSuBwj+zs2oUuOiZx a5REetksxH1fld6/i4fOo429tPQSZ8vXWOjGDGagDAiourniwD3+0cQIbxoPM9Pi15O 9RxZPa89EPJWtONd2MsvLaTAC5lZwNAHqQ0BLl6E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1705340031; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WHV/huWakIYXJhKb1U3sSLqKO8Mqt13nxsbjphMHG18=; b=pTTiAagtLNkL7NYXbu/+wp52HyAIH0U/lb6xJvb8i1MGhuXbVggybB0TORNOK4oR /E9urErZItG7iojfgdVSg2yJRP9NMe9BLQg89/P8q/pLeSs2Zrc2nzGxFJz1J4vWpOL clT0ixXSCaL8FcwqeJogz6+PS8MGg4XVn1SVZ2os= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libpsl: upgrading to 0.21.5 SUCCEEDED Message-ID: <0101018d0e2fd1a3-21ff7295-1871-47ea-8e9e-6012968e6a35-000000@us-west-2.amazonses.com> Date: Mon, 15 Jan 2024 17:33:51 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.15-54.240.27.31 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, 15 Jan 2024 17:33:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193782 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpsl* to *0.21.5* has Succeeded. Next steps: - apply the patch: git am 0001-libpsl-upgrade-0.21.2-0.21.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 451d0c963995fa89b698dd6e6e3556f23de4e9b9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jan 2024 17:07:16 +0000 Subject: [PATCH] libpsl: upgrade 0.21.2 -> 0.21.5 --- .../{libpsl_0.21.2.bb => libpsl_0.21.5.bb} | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) rename meta/recipes-support/libpsl/{libpsl_0.21.2.bb => libpsl_0.21.5.bb} (44%) diff --git a/meta/recipes-support/libpsl/libpsl_0.21.2.bb b/meta/recipes-support/libpsl/libpsl_0.21.5.bb similarity index 44% rename from meta/recipes-support/libpsl/libpsl_0.21.2.bb rename to meta/recipes-support/libpsl/libpsl_0.21.5.bb index 3bbbc0e521..b74ab8d99c 100644 --- a/meta/recipes-support/libpsl/libpsl_0.21.2.bb +++ b/meta/recipes-support/libpsl/libpsl_0.21.5.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: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright (C) 2014-2022 Tim Rühsen +# +Copyright (C) 2014-2024 Tim Rühsen +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# --- COPYING +# +++ COPYING +# @@ -1,4 +1,4 @@ +# -Copyright (C) 2014-2022 Tim Rühsen +# +Copyright (C) 2014-2024 Tim Rühsen +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# +# + SUMMARY = "Public Suffix List library" DESCRIPTION = "The libpsl package provides a library for accessing and \ resolving information from the Public Suffix List (PSL). The PSL is a set of \ @@ -7,13 +34,13 @@ HOMEPAGE = "https://rockdaboot.github.io/libpsl/" BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \ - file://COPYING;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \ +LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \ + file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ " -SRC_URI[sha256sum] = "e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f" +SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208" GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"