diff mbox series

[13/21] libxv: upgrade 1.0.12 -> 1.0.13

Message ID 1734425887-18069-13-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/21] appstream: upgrade 1.0.3 -> 1.0.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 17, 2024, 8:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@cn.fujitsu.com>
---
 .../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 mbox series

Patch

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 7f9c5e5cbc..659bae979d 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"