All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] package/wget: enable MD4 and DES support in openssl
@ 2021-05-27 12:22 Baruch Siach
  2021-05-27 15:34 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2021-05-27 12:22 UTC (permalink / raw)
  To: buildroot

NTLM support in wget requires MD4 and DES. Make sure that openssl
supports these algorithms.

Fixes:
http://autobuild.buildroot.net/results/a342a4547dce1551e141c06c454f6e5f0830b671/
http://autobuild.buildroot.net/results/12b1f6f701b46a1dd2de5e32c86beecf590b6530/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/wget/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/wget/Config.in b/package/wget/Config.in
index acb20f8f0993..9459fc971a58 100644
--- a/package/wget/Config.in
+++ b/package/wget/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_WGET
 	depends on BR2_USE_MMU
 	depends on BR2_USE_WCHAR
 	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
 	help
 	  Network utility to retrieve files from http, https and ftp.
 
-- 
2.30.2

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

* [Buildroot] [PATCH next] package/wget: enable MD4 and DES support in openssl
  2021-05-27 12:22 [Buildroot] [PATCH next] package/wget: enable MD4 and DES support in openssl Baruch Siach
@ 2021-05-27 15:34 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-05-27 15:34 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2021-05-27 15:22 +0300, Baruch Siach spake thusly:
> NTLM support in wget requires MD4 and DES. Make sure that openssl
> supports these algorithms.
> 
> Fixes:
> http://autobuild.buildroot.net/results/a342a4547dce1551e141c06c454f6e5f0830b671/
> http://autobuild.buildroot.net/results/12b1f6f701b46a1dd2de5e32c86beecf590b6530/
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/wget/Config.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/wget/Config.in b/package/wget/Config.in
> index acb20f8f0993..9459fc971a58 100644
> --- a/package/wget/Config.in
> +++ b/package/wget/Config.in
> @@ -4,6 +4,8 @@ config BR2_PACKAGE_WGET
>  	depends on BR2_USE_MMU
>  	depends on BR2_USE_WCHAR
>  	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL

I've inverted the order, to get alphabetical ordering. That's something
I forgot to check/fix in the few earlier such patches, damn...

Applied to next, thanks.

Regards,
Yann E. MORIN.

>  	help
>  	  Network utility to retrieve files from http, https and ftp.
>  
> -- 
> 2.30.2
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2021-05-27 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 12:22 [Buildroot] [PATCH next] package/wget: enable MD4 and DES support in openssl Baruch Siach
2021-05-27 15:34 ` Yann E. MORIN

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.