diff mbox series

[AUH] libnl: upgrading to 3.11.0 SUCCEEDED

Message ID 010101934123e9fb-10beee24-e9ad-461a-a5f1-7e16cde79a47-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libnl: upgrading to 3.11.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:18 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libnl-upgrade-3.10.0-3.11.0.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 2d2ae7108e74c525b089f13ceabcf39fd73a57c7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 18 Nov 2024 16:48:20 +0000
Subject: [PATCH] libnl: upgrade 3.10.0 -> 3.11.0

---
 .../0001-tests-cksuite-all-netns.c-disable-route_1.patch      | 4 ++--
 .../libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb}                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch
index cc5e3890a1..a52e86abf6 100644
--- a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch
+++ b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch
@@ -1,4 +1,4 @@ 
-From 9e45c8809fc4e0aa1dd2ec2ac3e57352049f1b92 Mon Sep 17 00:00:00 2001
+From fb0674cb2735f6696ddb180dd5a23a034ce4fa00 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Tue, 20 Aug 2024 19:01:59 +0200
 Subject: [PATCH] tests/cksuite-all-netns.c: disable route_1
@@ -17,7 +17,7 @@  Signed-off-by: Alexander Kanavin <alex@linutronix.de>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tests/cksuite-all-netns.c b/tests/cksuite-all-netns.c
-index 5b9d3a5..b2fc46a 100644
+index 1948c3e..7f57d21 100644
 --- a/tests/cksuite-all-netns.c
 +++ b/tests/cksuite-all-netns.c
 @@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void)
diff --git a/meta/recipes-support/libnl/libnl_3.10.0.bb b/meta/recipes-support/libnl/libnl_3.11.0.bb
similarity index 96%
rename from meta/recipes-support/libnl/libnl_3.10.0.bb
rename to meta/recipes-support/libnl/libnl_3.11.0.bb
index 441c847a73..26c87dbb1c 100644
--- a/meta/recipes-support/libnl/libnl_3.10.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.11.0.bb
@@ -19,7 +19,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}
            file://0001-tests-cksuite-all-netns.c-disable-route_1.patch \
            "
 
-SRC_URI[sha256sum] = "49b3e2235fdb58f5910bbb3ed0de8143b71ffc220571540502eb6c2471f204f5"
+SRC_URI[sha256sum] = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d"
 
 GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)"