All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] package/aircrack-ng: requires RC4 support in openssl
@ 2021-06-04  7:36 Baruch Siach
  2021-06-04 15:32 ` Laurent Cans
  2021-06-05 10:51 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2021-06-04  7:36 UTC (permalink / raw)
  To: buildroot

Enable RC4 in openssl to fix build failure when openssl is the crypto
backend of aircrack-ng.

Fixes:
http://autobuild.buildroot.net/results/007b7d88aed3902fb8ed10ee5c0ff0dc1899756d/
http://autobuild.buildroot.net/results/da464dd449bb950104122535eabf8a4e914d0a9e/
http://autobuild.buildroot.net/results/d10fec8378c334e896d9e38afe00193ef747192f/

Cc: Laurent Cans <laurent.cans@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/aircrack-ng/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in
index f3e2bc4ef12b..eb997e8d1bdb 100644
--- a/package/aircrack-ng/Config.in
+++ b/package/aircrack-ng/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_AIRCRACK_NG
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on !BR2_STATIC_LIBS # dlfcn.h
 	select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
 	help
 	  A set of tools for auditing wireless networks
 
-- 
2.30.2

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

* [Buildroot] [PATCH next] package/aircrack-ng: requires RC4 support in openssl
  2021-06-04  7:36 [Buildroot] [PATCH next] package/aircrack-ng: requires RC4 support in openssl Baruch Siach
@ 2021-06-04 15:32 ` Laurent Cans
  2021-06-05 10:51 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Cans @ 2021-06-04 15:32 UTC (permalink / raw)
  To: buildroot

Hello,

Le ven. 4 juin 2021 ? 09:36, Baruch Siach <baruch@tkos.co.il> a ?crit :
>
> Enable RC4 in openssl to fix build failure when openssl is the crypto
> backend of aircrack-ng.
>
> Fixes:
> http://autobuild.buildroot.net/results/007b7d88aed3902fb8ed10ee5c0ff0dc1899756d/
> http://autobuild.buildroot.net/results/da464dd449bb950104122535eabf8a4e914d0a9e/
> http://autobuild.buildroot.net/results/d10fec8378c334e896d9e38afe00193ef747192f/
>
> Cc: Laurent Cans <laurent.cans@gmail.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/aircrack-ng/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in
> index f3e2bc4ef12b..eb997e8d1bdb 100644
> --- a/package/aircrack-ng/Config.in
> +++ b/package/aircrack-ng/Config.in
> @@ -5,6 +5,7 @@ config BR2_PACKAGE_AIRCRACK_NG
>         depends on BR2_INSTALL_LIBSTDCPP
>         depends on !BR2_STATIC_LIBS # dlfcn.h
>         select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
> +       select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
>         help
>           A set of tools for auditing wireless networks
>
> --
> 2.30.2
>

Acked-by: Laurent Cans <laurent.cans@gmail.com>

Laurent

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

* [Buildroot] [PATCH next] package/aircrack-ng: requires RC4 support in openssl
  2021-06-04  7:36 [Buildroot] [PATCH next] package/aircrack-ng: requires RC4 support in openssl Baruch Siach
  2021-06-04 15:32 ` Laurent Cans
@ 2021-06-05 10:51 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-06-05 10:51 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2021-06-04 10:36 +0300, Baruch Siach spake thusly:
> Enable RC4 in openssl to fix build failure when openssl is the crypto
> backend of aircrack-ng.
> 
> Fixes:
> http://autobuild.buildroot.net/results/007b7d88aed3902fb8ed10ee5c0ff0dc1899756d/
> http://autobuild.buildroot.net/results/da464dd449bb950104122535eabf8a4e914d0a9e/
> http://autobuild.buildroot.net/results/d10fec8378c334e896d9e38afe00193ef747192f/
> 
> Cc: Laurent Cans <laurent.cans@gmail.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/aircrack-ng/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in
> index f3e2bc4ef12b..eb997e8d1bdb 100644
> --- a/package/aircrack-ng/Config.in
> +++ b/package/aircrack-ng/Config.in
> @@ -5,6 +5,7 @@ config BR2_PACKAGE_AIRCRACK_NG
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on !BR2_STATIC_LIBS # dlfcn.h
>  	select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
>  	help
>  	  A set of tools for auditing wireless networks
>  
> -- 
> 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] 3+ messages in thread

end of thread, other threads:[~2021-06-05 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04  7:36 [Buildroot] [PATCH next] package/aircrack-ng: requires RC4 support in openssl Baruch Siach
2021-06-04 15:32 ` Laurent Cans
2021-06-05 10:51 ` 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.