From: Alexandre Belloni Date: Wed, 1 Mar 2023 21:17:56 +0000 (+0100) Subject: pseudo: Update to pull in fd leak fix X-Git-Tag: 2023-04-mickledore~322 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ec9ca0b39c9e09c5a8c8cf94e57091d1b67c9f0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pseudo: Update to pull in fd leak fix Pull in: pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak Use close-on-exec (O_CLOEXEC) flag when open log file to make sure its file descriptor is not leaked to parent process on fork/exec. Fixes [YOCTO #13311] Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 6304c4b86ae..7c3231186ca 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-nativesdk = " \ file://older-glibc-symbols.patch" SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" -SRCREV = "9df045968d739ead0bebacce415d05269694de4e" +SRCREV = "ec6151a2b057109b3f798f151a36690af582e166" S = "${WORKDIR}/git" PV = "1.9.0+git${SRCPV}"