From e7f102d0d85e5c35c030a21fb3fa237a0843dce5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Mar 2024 15:08:12 +0800 Subject: [PATCH] libxdmcp: upgrade 1.1.4 -> 1.1.5 Changelog: ========== -gitlab CI: add xz-utils to container for "make distcheck" -XdmcpWriteHeader: use calloc instead of malloc to alloc buffer -XdmcpWriteHeader: drop unnecessary cast of free() argument -Clear -Wunused-macros warnings when arc4random_buf() is available -Xdmcp.h: add access attributes to function prototypes -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/{libxdmcp_1.1.4.bb => libxdmcp_1.1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxdmcp_1.1.4.bb => libxdmcp_1.1.5.bb} (89%) diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb similarity index 89% rename from meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb rename to meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb index bf5d2d67216..d1a1a2e7f9d 100644 --- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb @@ -22,7 +22,7 @@ XORG_PN = "libXdmcp" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "2dce5cc317f8f0b484ec347d87d81d552cdbebb178bd13c5d8193b6b7cd6ad00" +SRC_URI[sha256sum] = "d8a5222828c3adab70adf69a5583f1d32eb5ece04304f7f8392b6a353aa2228c" PACKAGECONFIG ??= "" PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd" -- 2.47.3