To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] xinit,xauth: upgrading to 1.4.4,1.1.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250315050052/all/xinit,xauth/0001-xinit-xauth-upgrade-1.4.3-1.4.4-1.1.3-1.1.4.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250315050052/all/xinit,xauth/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250315050052/all/xinit,xauth/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xinit,xauth* to *1.4.4,1.1.4* has Succeeded. Next steps: - apply the patch: git am 0001-xinit-xauth-upgrade-1.4.3-1.4.4-1.1.3-1.1.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 787cf165a02ccd1eb19b76bfe33942218eab81d5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 06:41:15 +0000 Subject: [PATCH] xinit,xauth: upgrade 1.4.3 -> 1.4.4,1.1.3 -> 1.1.4 --- .../xorg-app/{xauth_1.1.3.bb => xauth_1.1.4.bb} | 2 +- .../xinit/0001-Make-manpage-multilib-identical.patch | 7 ++----- .../xorg-app/{xinit_1.4.3.bb => xinit_1.4.4.bb} | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-graphics/xorg-app/{xauth_1.1.3.bb => xauth_1.1.4.bb} (83%) rename meta/recipes-graphics/xorg-app/{xinit_1.4.3.bb => xinit_1.4.4.bb} (89%) diff --git a/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb b/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb similarity index 83% rename from meta/recipes-graphics/xorg-app/xauth_1.1.3.bb rename to meta/recipes-graphics/xorg-app/xauth_1.1.4.bb index b0ca33bf4b..919457bca6 100644 --- a/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb +++ b/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb @@ -9,7 +9,7 @@ DEPENDS += "libxau libxext libxmu" PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "e7075498bae332f917f01d660f9b940c0752b2556a8da61ccb62a44d0ffe9d33" +SRC_URI[sha256sum] = "e9318141464ad7b4dc0f8564a580f0d20f977c85a388cc40d5a766206151c690" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," diff --git a/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch b/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch index 649905574c..05cca7804d 100644 --- a/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch +++ b/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch @@ -1,4 +1,4 @@ -From d642e60d8963f1b90569cd0ab5c29ac2c9bfe939 Mon Sep 17 00:00:00 2001 +From e193ebf82819a24f067a559b42a81bf380d12ab8 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Fri, 6 Mar 2020 22:28:14 +0000 Subject: [PATCH] Make manpage multilib identical @@ -11,7 +11,7 @@ Signed-off-by: Jeremy Puhlman 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.am b/man/Makefile.am -index 9c6569f..608e933 100644 +index 9c6569f..e88c4ae 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -12,7 +12,7 @@ MAN_SUBSTS+= -e 's|__XSERVERNAME__|$(XSERVERNAME)|g' \ @@ -23,6 +23,3 @@ index 9c6569f..608e933 100644 -e 's|__configdir__|$(XINITDIR)|g' --- -2.23.0 - diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.3.bb b/meta/recipes-graphics/xorg-app/xinit_1.4.4.bb similarity index 89% rename from meta/recipes-graphics/xorg-app/xinit_1.4.3.bb rename to meta/recipes-graphics/xorg-app/xinit_1.4.4.bb index 519a9fc4ef..b646ac667c 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.4.3.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.4.4.bb @@ -16,7 +16,7 @@ SRC_URI += "file://0001-Make-manpage-multilib-identical.patch" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "86409f21a6a31148d2c1c17bf5f2d904eb5ef455f9dc67c49fbd0c10ab18fd5a" +SRC_URI[sha256sum] = "40a47c7a164c7f981ce3787b4b37f7e411fb43231dcde543d70094075dacfef9" EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie \ --with-xterm=x-terminal-emulator" -- 2.44.1