mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libxcrypt: Version bump. 4.4.38 -> 4.5.1
@ 2025-11-08 19:42 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-11-08 19:42 UTC (permalink / raw)
  To: ptxdist

https://github.com/besser82/libxcrypt/releases/tag/v4.5.0
https://github.com/besser82/libxcrypt/releases/tag/v4.5.1

* Sort and extend config options according to configure_helper.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libxcrypt.make | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/rules/libxcrypt.make b/rules/libxcrypt.make
index a516926f3..2c03057ff 100644
--- a/rules/libxcrypt.make
+++ b/rules/libxcrypt.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBXCRYPT) += libxcrypt
 #
 # Paths and names
 #
-LIBXCRYPT_VERSION	:= 4.4.38
-LIBXCRYPT_MD5		:= 1796a5d20098e9dd9e3f576803c83000
+LIBXCRYPT_VERSION	:= 4.5.1
+LIBXCRYPT_MD5		:= 7be4cacda2055aa41133f7a577512a08
 LIBXCRYPT		:= libxcrypt-$(LIBXCRYPT_VERSION)
 LIBXCRYPT_SUFFIX	:= tar.xz
 LIBXCRYPT_URL		:= https://github.com/besser82/libxcrypt/releases/download/v$(LIBXCRYPT_VERSION)/$(LIBXCRYPT).$(LIBXCRYPT_SUFFIX)
@@ -41,13 +41,21 @@ HASH_METHODS := glibc,strong
 LIBXCRYPT_CONF_TOOL	:= autoconf
 LIBXCRYPT_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
-	--disable-failure-tokens \
+	$(GLOBAL_LARGE_FILE_OPTION) \
+	--disable-werror \
 	--disable-static \
+	--disable-symvers \
 	--disable-valgrind \
+	--disable-valgrind-memcheck \
+	--enable-valgrind-helgrind \
+	--disable-valgrind-drd \
+	--disable-valgrind-sgcheck \
+	--disable-failure-tokens \
+	--enable-xcrypt-compat-files \
 	--enable-obsolete-api \
 	--enable-obsolete-api-enosys=$(call ptx/ifdef,PTXCONF_LIBXCRYPT_OBSOLETE_STUBS,yes,no) \
 	--enable-hashes=$(HASH_METHODS) \
-	--enable-xcrypt-compat-files
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.43.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-08 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-08 19:42 [ptxdist] [PATCH] libxcrypt: Version bump. 4.4.38 -> 4.5.1 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox