To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] libpcap: upgrading to 1.10.6 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/libpcap/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/libpcap/0001-libpcap-upgrade-1.10.5-1.10.6.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/libpcap/buildhistory-diff.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpcap* to *1.10.6* has Succeeded. Next steps: - apply the patch: git am 0001-libpcap-upgrade-1.10.5-1.10.6.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 73363e3362a0043b7d91643ec81f8b8630afa9a3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 06:06:03 +0000 Subject: [PATCH] libpcap: upgrade 1.10.5 -> 1.10.6 --- .../libpcap/{libpcap_1.10.5.bb => libpcap_1.10.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libpcap/{libpcap_1.10.5.bb => libpcap_1.10.6.bb} (95%) diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.10.5.bb b/meta/recipes-connectivity/libpcap/libpcap_1.10.6.bb similarity index 95% rename from meta/recipes-connectivity/libpcap/libpcap_1.10.5.bb rename to meta/recipes-connectivity/libpcap/libpcap_1.10.6.bb index 7ad52acd06..1b10001035 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.10.5.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.10.6.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453 \ DEPENDS = "flex-native bison-native" SRC_URI = "https://www.tcpdump.org/release/${BP}.tar.xz" -SRC_URI[sha256sum] = "84fa89ac6d303028c1c5b754abff77224f45eca0a94eb1a34ff0aa9ceece3925" +SRC_URI[sha256sum] = "ec97d1206bdd19cb6bdd043eaa9f0037aa732262ec68e070fd7c7b5f834d5dfc" inherit autotools binconfig-disabled pkgconfig -- 2.47.1