From 41e47358f81c48411cf4546b5054dee79693a0b8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 3 Nov 2022 15:40:31 +0800 Subject: libxcrypt: upgrade 4.4.28 -> 4.4.30 Changelog: ========== * configure: Restore ucontext api functionality check. In c3f01c72b303cbbb0cc8983120677edee2f3fa4b the use of the ucontext api in the main program was removed, and with it the configure check for it. However, the ucontext api is still used in the "explicit_bzero" test and thus this test still needs to be in place. See also: https://bugs.gentoo.org/838172 * configure: Restore the functionality of the '--disable-symvers' switch. Without this fix the build was simply broken, if symbol versioning was disabled for any reason, e.g. whether the compiler nor the linker supporting it, or if disabled on purpose by the user (issue #142). * Fix variable name in crypt(3) for a datamember of 'struct crypt_data' (issue #153). * Add glibc-on-loongarch-lp64 (Loongson LA464 / LA664) entry to libcrypt.minver. This was added in GNU libc 2.36. (From OE-Core rev: 7da5dd3b43718b876645602b1a23c739cbe8016d) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-core/libxcrypt/libxcrypt_4.4.28.bb | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 meta/recipes-core/libxcrypt/libxcrypt_4.4.28.bb (limited to 'meta/recipes-core/libxcrypt/libxcrypt_4.4.28.bb') diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.28.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.28.bb deleted file mode 100644 index 79dba2f6dc..0000000000 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.28.bb +++ /dev/null @@ -1,2 +0,0 @@ -require libxcrypt.inc - -- cgit v1.2.3-54-g00ecf