Message ID | 20250311112242.1750761-3-ross.burton@arm.com |
---|---|
State | Accepted, archived |
Commit | b5491688a045e52b2a1a00d04b746ed6af456784 |
Headers | show |
Series | [1/3] xserver-xf86-config: add a configuration fragment to disable screen blanking | expand |
Thanks Ross. Hi Steve, Can you please merge this patch series to stable branch scarthgap along with below commit https://git.openembedded.org/openembedded-core/commit/?id=ba94110d70ebfb1b4798ecf05389f7ea602b1f55 Thanks & Regards, Vijay On Tue, Mar 11, 2025 at 4:52 PM Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote: > From: Vijay Anusuri <vanusuri@mvista.com> > > Includes security fix > > * CVE-2025-26594 > * CVE-2025-26595 > * CVE-2025-26596 > * CVE-2025-26597 > * CVE-2025-26598 > * CVE-2025-26599 > * CVE-2025-26600 > * CVE-2025-26601 > > Ref: https://lists.x.org/archives/xorg-announce/2025-February/003584.html > https://lists.x.org/archives/xorg-announce/2025-February/003585.html > > Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> > --- > .../{xserver-xorg_21.1.15.bb => xserver-xorg_21.1.16.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.15.bb => > xserver-xorg_21.1.16.bb} (92%) > > diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb > b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb > similarity index 92% > rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb > rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb > index 080e6d220ed..38c81f2372d 100644 > --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb > +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb > @@ -3,7 +3,7 @@ require xserver-xorg.inc > SRC_URI += > "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \ > file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \ > " > -SRC_URI[sha256sum] = > "841c82901282902725762df03adbbcd68153d4cdfb0d61df0cfd73ad677ae089" > +SRC_URI[sha256sum] = > "b14a116d2d805debc5b5b2aac505a279e69b217dae2fae2dfcb62400471a9970" > > # These extensions are now integrated into the server, so declare the > migration > # path for in-place upgrades. > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#212562): > https://lists.openembedded.org/g/openembedded-core/message/212562 > Mute This Topic: https://lists.openembedded.org/mt/111637850/7301997 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > vanusuri@mvista.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb similarity index 92% rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb index 080e6d220ed..38c81f2372d 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb @@ -3,7 +3,7 @@ require xserver-xorg.inc SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \ file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \ " -SRC_URI[sha256sum] = "841c82901282902725762df03adbbcd68153d4cdfb0d61df0cfd73ad677ae089" +SRC_URI[sha256sum] = "b14a116d2d805debc5b5b2aac505a279e69b217dae2fae2dfcb62400471a9970" # These extensions are now integrated into the server, so declare the migration # path for in-place upgrades.