From e61c5385c226b9964519fd6bcb0cd386b62c9f12 Mon Sep 17 00:00:00 2001 From: Akhilesh Nema Date: Mon, 10 Nov 2025 02:05:00 -0800 Subject: [PATCH] package/libxcrypt: bump version to 4.5.1 LICENSING hash updated due to the addition of new cryptographic algorithm source file names. Release notes: https://github.com/besser82/libxcrypt/releases/tag/v4.5.1 https://github.com/besser82/libxcrypt/releases/tag/v4.5.0 Signed-off-by: Akhilesh Nema Signed-off-by: Julien Olivain --- package/libxcrypt/libxcrypt.hash | 6 +++--- package/libxcrypt/libxcrypt.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libxcrypt/libxcrypt.hash b/package/libxcrypt/libxcrypt.hash index 88abb79ee0..af46fbb11e 100644 --- a/package/libxcrypt/libxcrypt.hash +++ b/package/libxcrypt/libxcrypt.hash @@ -1,6 +1,6 @@ -# From https://github.com/besser82/libxcrypt/releases/download/v4.4.38/libxcrypt-4.4.38.tar.xz.sha256sum -sha256 80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6 libxcrypt-4.4.38.tar.xz +# From https://github.com/besser82/libxcrypt/releases/download/v4.5.1/libxcrypt-4.5.1.tar.xz.sha256sum +sha256 e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86 libxcrypt-4.5.1.tar.xz # Locally calculated -sha256 f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2 LICENSING +sha256 9144e66d8140feb84f0e4e344906ac425378896320032e0248567ef195cf0135 LICENSING sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk index c2b2ed3e4a..cb4924e0ff 100644 --- a/package/libxcrypt/libxcrypt.mk +++ b/package/libxcrypt/libxcrypt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBXCRYPT_VERSION = 4.4.38 +LIBXCRYPT_VERSION = 4.5.1 LIBXCRYPT_SITE = https://github.com/besser82/libxcrypt/releases/download/v$(LIBXCRYPT_VERSION) LIBXCRYPT_SOURCE = libxcrypt-$(LIBXCRYPT_VERSION).tar.xz LIBXCRYPT_LICENSE = LGPL-2.1+