diff mbox series

[AUH] libusb1: upgrading to 1.0.28 SUCCEEDED

Message ID 01010195f160e80a-d602a7cf-832d-420a-bd66-192d516fb82e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libusb1: upgrading to 1.0.28 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2025, 12:43 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libusb1* to *1.0.28* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libusb1-upgrade-1.0.27-1.0.28.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 a35620fb05a7e6db5d6340e2b7935db86bd26644 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 1 Apr 2025 12:24:54 +0000
Subject: [PATCH] libusb1: upgrade 1.0.27 -> 1.0.28

---
 .../libusb/{libusb1_1.0.27.bb => libusb1_1.0.28.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libusb/{libusb1_1.0.27.bb => libusb1_1.0.28.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libusb/libusb1_1.0.27.bb b/meta/recipes-support/libusb/libusb1_1.0.28.bb
similarity index 93%
rename from meta/recipes-support/libusb/libusb1_1.0.27.bb
rename to meta/recipes-support/libusb/libusb1_1.0.28.bb
index 5bf854f95d..51287499b7 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.27.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.28.bb
@@ -19,7 +19,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libusb-${PV}.tar.bz2 \
 GITHUB_BASE_URI = "https://github.com/libusb/libusb/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
 
-SRC_URI[sha256sum] = "ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575"
+SRC_URI[sha256sum] = "966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29"
 
 S = "${WORKDIR}/libusb-${PV}"