diff mbox series

[AUH] libbsd: upgrading to 0.12.1 SUCCEEDED

Message ID 0101018dfc0cdd25-464bfca3-f974-4060-abe3-761dcf52b1c0-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libbsd: upgrading to 0.12.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 1, 2024, 10:05 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libbsd* to *0.12.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libbsd-upgrade-0.11.8-0.12.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 089202f58471bc45a391d3659a6ff39c027792f7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Mar 2024 21:46:38 +0000
Subject: [PATCH] libbsd: upgrade 0.11.8 -> 0.12.1

---
 .../{libbsd_0.11.8.bb => libbsd_0.12.1.bb}    | 26 +++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libbsd/{libbsd_0.11.8.bb => libbsd_0.12.1.bb} (68%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libbsd/libbsd_0.11.8.bb b/meta/recipes-support/libbsd/libbsd_0.12.1.bb
similarity index 68%
rename from meta/recipes-support/libbsd/libbsd_0.11.8.bb
rename to meta/recipes-support/libbsd/libbsd_0.12.1.bb
index 17049c8c28..4e097a28c8 100644
--- a/meta/recipes-support/libbsd/libbsd_0.11.8.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.12.1.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
+# +++ COPYING
+# @@ -3,7 +3,7 @@
+#  Files:
+#   *
+#  Copyright:
+# - Copyright © 2004-2006, 2008-2022 Guillem Jover <guillem@hadrons.org>
+# + Copyright © 2004-2024 Guillem Jover <guillem@hadrons.org>
+#  License: BSD-3-clause
+#  
+#  Files:
+# 
+#
+
 SUMMARY = "Library of utility functions from BSD systems"
 DESCRIPTION = "This library provides useful functions commonly found on BSD systems, \
                and lacking on others like GNU systems, thus making it easier to port \
@@ -33,12 +55,12 @@  LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
 LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
 LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=befe09fada57bdcf7f7c12f51081b08f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f"
 SECTION = "libs"
 
 SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33"
+SRC_URI[sha256sum] = "d7747f8ec1baa6ff5c096a9dd587c061233dec90da0f1aedd66d830f6db6996a"
 
 inherit autotools pkgconfig