To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] nghttp2: upgrading to 1.69.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/nghttp2/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/nghttp2/0001-nghttp2-upgrade-1.68.1-1.69.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/nghttp2/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *nghttp2* to *1.69.0* has Succeeded. Next steps: - apply the patch: git am 0001-nghttp2-upgrade-1.68.1-1.69.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 59744794270c1a6545c0dfe1fd91e6c501d43ef1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 14:22:36 +0000 Subject: [PATCH] nghttp2: upgrade 1.68.1 -> 1.69.0 --- ...xt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch | 26 ------------------- .../{nghttp2_1.68.1.bb => nghttp2_1.69.0.bb} | 7 ++--- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 meta/recipes-support/nghttp2/nghttp2/0001-lib-CMakeLists.txt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch rename meta/recipes-support/nghttp2/{nghttp2_1.68.1.bb => nghttp2_1.69.0.bb} (62%) diff --git a/meta/recipes-support/nghttp2/nghttp2/0001-lib-CMakeLists.txt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch b/meta/recipes-support/nghttp2/nghttp2/0001-lib-CMakeLists.txt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch deleted file mode 100644 index 32adb05e07..0000000000 --- a/meta/recipes-support/nghttp2/nghttp2/0001-lib-CMakeLists.txt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch +++ /dev/null @@ -1,26 +0,0 @@ -From eb5812d018eb96284aa6ef82569d0b6b75bcd020 Mon Sep 17 00:00:00 2001 -From: Ankur Tyagi -Date: Sun, 9 Nov 2025 12:45:25 +1300 -Subject: [PATCH] lib/CMakeLists.txt: Fix NGHTTP2_CONFIG_INSTALL_DIR path - -Remove hard coded path to fix installation on 64-bit arch. - -Upstream-Status: Submitted [https://github.com/nghttp2/nghttp2/pull/2551] -Signed-off-by: Ankur Tyagi ---- - lib/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt -index 98e3dbe7..3b6a4400 100644 ---- a/lib/CMakeLists.txt -+++ b/lib/CMakeLists.txt -@@ -51,7 +51,7 @@ set(NGHTTP2_GENERATED_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated") - set(NGHTTP2_VERSION_CONFIG "${NGHTTP2_GENERATED_DIR}/${PROJECT_NAME}ConfigVersion.cmake") - set(NGHTTP2_PROJECT_CONFIG "${NGHTTP2_GENERATED_DIR}/${PROJECT_NAME}Config.cmake") - set(NGHTTP2_TARGETS_EXPORT_NAME "${PROJECT_NAME}Targets") --set(NGHTTP2_CONFIG_INSTALL_DIR "lib/cmake/${PROJECT_NAME}") -+set(NGHTTP2_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}") - set(NGHTTP2_NAMESPACE "${PROJECT_NAME}::") - set(NGHTTP2_VERSION ${PROJECT_VERSION}) - diff --git a/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb b/meta/recipes-support/nghttp2/nghttp2_1.69.0.bb similarity index 62% rename from meta/recipes-support/nghttp2/nghttp2_1.68.1.bb rename to meta/recipes-support/nghttp2/nghttp2_1.69.0.bb index 71d5eef8d6..8f3e1e4a97 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.69.0.bb @@ -4,12 +4,9 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" -SRC_URI = "\ - ${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \ - file://0001-lib-CMakeLists.txt-Fix-NGHTTP2_CONFIG_INSTALL_DIR-pa.patch \ -" +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz" -SRC_URI[sha256sum] = "6abd7ab0a7f1580d5914457cb3c85eb80455657ee5119206edbd7f848c14f0b2" +SRC_URI[sha256sum] = "1fb324b6ec2c56f6bde0658f4139ffd8209fa9e77ce98fd7a5f63af8d0e508ad" inherit cmake manpages python3native github-releases -- 2.47.1