All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC/next 1/1] package/hostapd: enable MD4 in openssl
Date: Sat, 22 May 2021 21:59:10 +0200	[thread overview]
Message-ID: <20210522195910.GC3208066@scaer> (raw)
In-Reply-To: <20210522194845.593676-1-geomatsi@gmail.com>

Sergey, All,

On 2021-05-22 22:48 +0300, Sergey Matyukevich spake thusly:
> Hostapd assumes that openssl always provides MD4 support. However MD4
> support in openssl has become optional since  commit a83d41867c8d
> ("package/libopenssl: add option to enable some features").
> 
> Select openssl MD4 support in hostapd Kconfig to avoid build failures.
> 
> Fixes:
> http://autobuild.buildroot.net/results/09ce1d8009da98cd2a3f2c8488abaa9f060a9d6b/
> 
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/hostapd/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
> index 54d2086c09..1ac7f6cd5a 100644
> --- a/package/hostapd/Config.in
> +++ b/package/hostapd/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_HOSTAPD
>  	bool "hostapd"
>  	depends on BR2_USE_MMU # fork()
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
>  	help
>  	  User space daemon for wireless access points.
>  
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2021-05-22 19:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 19:48 [Buildroot] [RFC/next 1/1] package/hostapd: enable MD4 in openssl Sergey Matyukevich
2021-05-22 19:59 ` Yann E. MORIN [this message]
2021-05-22 20:07   ` Sergey Matyukevich
2021-05-22 20:09     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210522195910.GC3208066@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.