To: ['Khem Raj '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libnss-nis: upgrading to 3.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250902142455/all/libnss-nis/0001-libnss-nis-upgrade-3.2-3.4.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250902142455/all/libnss-nis/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250902142455/all/libnss-nis/bitbake-output-qemuarm_musl.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libnss-nis* to *3.4* has Succeeded. Next steps: - apply the patch: git am 0001-libnss-nis-upgrade-3.2-3.4.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 237aa3f082c12ce657804f7614f244e4e95ee648 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 2 Sep 2025 19:16:01 +0000 Subject: [PATCH] libnss-nis: upgrade 3.2 -> 3.4 --- meta/recipes-extended/libnss-nis/libnss-nis.bb | 4 ++-- ...e-ake-_nss_nis_getsecretkey-export-conditional-on.patch | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb index a7f6545be0..7b6dc19556 100644 --- a/meta/recipes-extended/libnss-nis/libnss-nis.bb +++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb @@ -13,9 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SECTION = "libs" DEPENDS += "libtirpc libnsl2" -PV = "3.2" +PV = "3.4" -SRCREV = "cd0d391af9535b56e612ed227c1b89be269f3d59" +SRCREV = "3c206b762ac8557dab3c40ff3a297c9d1bff0d83" SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \ file://0001-make-ake-_nss_nis_getsecretkey-export-conditional-on.patch \ diff --git a/meta/recipes-extended/libnss-nis/libnss-nis/0001-make-ake-_nss_nis_getsecretkey-export-conditional-on.patch b/meta/recipes-extended/libnss-nis/libnss-nis/0001-make-ake-_nss_nis_getsecretkey-export-conditional-on.patch index b9996d3292..76dc9bc173 100644 --- a/meta/recipes-extended/libnss-nis/libnss-nis/0001-make-ake-_nss_nis_getsecretkey-export-conditional-on.patch +++ b/meta/recipes-extended/libnss-nis/libnss-nis/0001-make-ake-_nss_nis_getsecretkey-export-conditional-on.patch @@ -1,7 +1,8 @@ -From ecc9767fd8c3a1ecbfca5df18714df34995a38a3 Mon Sep 17 00:00:00 2001 +From 355596685507adce31ecacd5bef67983706fe540 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Aug 2025 22:45:54 -0700 -Subject: [PATCH] make: Make _nss_nis_getsecretkey export conditional on xdecrypt() +Subject: [PATCH] make: Make _nss_nis_getsecretkey export conditional on + xdecrypt() The function _nss_nis_getsecretkey in nis-publickey.c is only compiled when xdecrypt() is available. This is controlled by the @@ -43,7 +44,7 @@ Signed-off-by: Khem Raj rename src/{libnss_nis.map => libnss_nis.map.in} (100%) diff --git a/src/Makefile.am b/src/Makefile.am -index e1a9bb2..cc32ea9 100644 +index ac68d1e..82719ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,8 +22,24 @@ nss_loader_test_LDADD = -ldl -- 2.47.1