To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] rgb,xauth: upgrading to 1.1.1,1.1.5 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/rgb,xauth/0001-rgb-xauth-upgrade-1.1.0-1.1.1-1.1.4-1.1.5.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/rgb,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) *rgb,xauth* to *1.1.1,1.1.5* has Succeeded. Next steps: - apply the patch: git am 0001-rgb-xauth-upgrade-1.1.0-1.1.1-1.1.4-1.1.5.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 e4d555fb580e43587ef671d8198bdbb239291105 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jan 2026 19:24:12 +0000 Subject: [PATCH] rgb,xauth: upgrade 1.1.0 -> 1.1.1,1.1.4 -> 1.1.5 --- .../xorg-app/{rgb_1.1.0.bb => rgb_1.1.1.bb} | 26 +++++++++++++++++-- .../{xauth_1.1.4.bb => xauth_1.1.5.bb} | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{rgb_1.1.0.bb => rgb_1.1.1.bb} (29%) rename meta/recipes-graphics/xorg-app/{xauth_1.1.4.bb => xauth_1.1.5.bb} (83%) diff --git a/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb b/meta/recipes-graphics/xorg-app/rgb_1.1.1.bb similarity index 29% rename from meta/recipes-graphics/xorg-app/rgb_1.1.0.bb rename to meta/recipes-graphics/xorg-app/rgb_1.1.1.bb index f14da7fd21..d26c9d2f09 100644 --- a/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb +++ b/meta/recipes-graphics/xorg-app/rgb_1.1.1.bb @@ -1,3 +1,25 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -22,7 +22,7 @@ +# other dealings in this Software without prior written authorization +# from The Open Group. +# +# -Copyright (c) 1994, 2008, Oracle and/or its affiliates. All rights reserved. +# +Copyright (c) 1994, 2008, Oracle and/or its affiliates. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# +# + require xorg-app-common.inc SUMMARY = "X11 color name database" @@ -7,10 +29,10 @@ lookup, the rgb program to convert the text file into the binary database \ format." DEPENDS += " xorgproto util-macros" -LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" +LIC_FILES_CHKSUM = "file://COPYING;md5=dc4f23db04773a414e3c39cc97a9f415" PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b" +SRC_URI[sha256sum] = "c80ff280a02f56c30fadc2dfa210fc6979c4ab968afa315278cb97768b64ecab" FILES:${PN} += "${datadir}/X11" diff --git a/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb b/meta/recipes-graphics/xorg-app/xauth_1.1.5.bb similarity index 83% rename from meta/recipes-graphics/xorg-app/xauth_1.1.4.bb rename to meta/recipes-graphics/xorg-app/xauth_1.1.5.bb index 919457bca6..8660d17ff0 100644 --- a/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb +++ b/meta/recipes-graphics/xorg-app/xauth_1.1.5.bb @@ -9,7 +9,7 @@ DEPENDS += "libxau libxext libxmu" PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "e9318141464ad7b4dc0f8564a580f0d20f977c85a388cc40d5a766206151c690" +SRC_URI[sha256sum] = "a4000e2f441facebf569026bedecc23ba262cc6927be52070abe0002625cfbe0" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," -- 2.47.1