[Buildroot] [PATCH 1/1] package/libxcrypt: bump version to 4.4.37
Akhilesh Nema
nemaakhilesh at gmail.com
Sun Jan 12 22:31:42 UTC 2025
Release notes:
https://github.com/besser82/libxcrypt/releases/tag/v4.4.37
Signed-off-by: Akhilesh Nema <nemaakhilesh at gmail.com>
---
Changes v1 -> v2:
- Add host-pkgconf dependency (suggested by Julien)
---
package/libxcrypt/Config.in | 1 +
package/libxcrypt/libxcrypt.hash | 4 ++--
package/libxcrypt/libxcrypt.mk | 4 +++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/package/libxcrypt/Config.in b/package/libxcrypt/Config.in
index 38c75b5e63..508e1a43cd 100644
--- a/package/libxcrypt/Config.in
+++ b/package/libxcrypt/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBXCRYPT
bool "libxcrypt"
depends on BR2_TOOLCHAIN_USES_GLIBC
+ select BR2_PACKAGE_HOST_PKGCONF
help
libxcrypt is a modern library for one-way hashing
of passwords. It supports a wide variety of both
diff --git a/package/libxcrypt/libxcrypt.hash b/package/libxcrypt/libxcrypt.hash
index 9bcf119077..45e2df6d4f 100644
--- a/package/libxcrypt/libxcrypt.hash
+++ b/package/libxcrypt/libxcrypt.hash
@@ -1,5 +1,5 @@
-# From https://github.com/besser82/libxcrypt/releases/download/v4.4.36/libxcrypt-4.4.36.tar.xz.sha256sum
-sha256 e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943 libxcrypt-4.4.36.tar.xz
+# From https://github.com/besser82/libxcrypt/releases/download/v4.4.37/libxcrypt-4.4.37.tar.xz.sha256sum
+sha256 902aa2976f959b5ebe55679b1722b8479f8f13cd4ce2ef432b0a84ae298fffd0 libxcrypt-4.4.37.tar.xz
# Locally calculated
sha256 f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2 LICENSING
diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk
index 60901988ac..d96d1661a8 100644
--- a/package/libxcrypt/libxcrypt.mk
+++ b/package/libxcrypt/libxcrypt.mk
@@ -4,11 +4,13 @@
#
################################################################################
-LIBXCRYPT_VERSION = 4.4.36
+LIBXCRYPT_VERSION = 4.4.37
LIBXCRYPT_SITE = https://github.com/besser82/libxcrypt/releases/download/v$(LIBXCRYPT_VERSION)
LIBXCRYPT_SOURCE = libxcrypt-$(LIBXCRYPT_VERSION).tar.xz
LIBXCRYPT_LICENSE = LGPL-2.1+
LIBXCRYPT_LICENSE_FILES = LICENSING COPYING.LIB
+LIBXCRYPT_DEPENDENCIES = host-pkgconf
+HOST_LIBXCRYPT_DEPENDENCIES = host-pkgconf
LIBXCRYPT_INSTALL_STAGING = YES
# Some warnings turn into errors with some sensitive compilers
--
2.25.1
More information about the buildroot
mailing list