All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libxcrypt: disable obsolete API
@ 2021-03-16 19:30 Fabrice Fontaine
  2021-03-16 20:25 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-03-16 19:30 UTC (permalink / raw)
  To: buildroot

Disable obsolete API following upstream feedback as it raises build
failures on some architectures such as nds32le or arc and because this
API is unsecure: https://github.com/besser82/libxcrypt/issues/122

Fixes:
 - http://autobuild.buildroot.org/results/5ae235b6ec66ac86efadaa2847307be58064c167

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libxcrypt/libxcrypt.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk
index fd33fb7ab5..3cf0555ac0 100644
--- a/package/libxcrypt/libxcrypt.mk
+++ b/package/libxcrypt/libxcrypt.mk
@@ -14,4 +14,7 @@ LIBXCRYPT_AUTORECONF = YES
 # Some warnings turn into errors with some sensitive compilers
 LIBXCRYPT_CONF_OPTS = --disable-werror
 
+# Disable obsolete and unsecure API
+LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
+
 $(eval $(autotools-package))
-- 
2.30.1

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

* [Buildroot] [PATCH 1/1] package/libxcrypt: disable obsolete API
  2021-03-16 19:30 [Buildroot] [PATCH 1/1] package/libxcrypt: disable obsolete API Fabrice Fontaine
@ 2021-03-16 20:25 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-03-16 20:25 UTC (permalink / raw)
  To: buildroot

On Tue, 16 Mar 2021 20:30:37 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Disable obsolete API following upstream feedback as it raises build
> failures on some architectures such as nds32le or arc and because this
> API is unsecure: https://github.com/besser82/libxcrypt/issues/122
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/5ae235b6ec66ac86efadaa2847307be58064c167
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libxcrypt/libxcrypt.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-03-16 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 19:30 [Buildroot] [PATCH 1/1] package/libxcrypt: disable obsolete API Fabrice Fontaine
2021-03-16 20:25 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.