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
  2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libxcrypt: Version bump. 4.4.38 -> 4.5.1
  2025-11-08 19:42 [ptxdist] [PATCH] libxcrypt: Version bump. 4.4.38 -> 4.5.1 Christian Melki
@ 2025-12-04 13:14 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-12-04 13:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as fab44dc01f1579cabf68e1be6a1b39f3c6ff5ac9.

Michael

[sent from post-receive hook]

On Thu, 04 Dec 2025 14:14:38 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20251108194204.2396283-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libxcrypt.make b/rules/libxcrypt.make
> index a516926f3458..2c03057ff0da 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-04 13:15 UTC | newest]

Thread overview: 2+ messages (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
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich

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