From 4477bdd0317582dd03e957f1972646a726478914 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Dec 2024 16:57:59 +0800 Subject: [PATCH] libxv: upgrade 1.0.12 -> 1.0.13 Changelog: =========== - XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not - XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not - Use calloc instead of malloc and manual loops to zero array contents - configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL - Remove "All rights reserved" from Oracle copyright notices Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../xorg-lib/{libxv_1.0.12.bb => libxv_1.0.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxv_1.0.12.bb => libxv_1.0.13.bb} (84%) diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb similarity index 84% rename from meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb rename to meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb index 7f9c5e5cbc1..659bae979df 100644 --- a/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb +++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb @@ -14,5 +14,5 @@ DEPENDS += "libxext xorgproto" XORG_PN = "libXv" -SRC_URI[sha256sum] = "aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848" +SRC_URI[sha256sum] = "7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755" -- 2.47.3