* [Buildroot] [PATCH 1/1] package/python-cryptography: requires RC4 support in openssl
@ 2024-10-31 20:00 Bernd Kuhls
2024-11-04 21:54 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-10-31 20:00 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Fixes:
http://autobuild.buildroot.net/results/988/98819c1e202ddd77a390c9063ad31ee0601fefbe/
The build error, afaics, first appeared in
http://autobuild.buildroot.net/results/a08/a087c27dbc92c643f607ca9c66977156778ff1a0//
after the bump to version 43.0.1 with buildroot commit
37c397c8b691495b21623b7d0a4d1e5ee7f0f61e which added chacha support when
building with libopenssl.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-cryptography/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-cryptography/Config.in b/package/python-cryptography/Config.in
index d12f040656..51b408823f 100644
--- a/package/python-cryptography/Config.in
+++ b/package/python-cryptography/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA if BR2_PACKAGE_LIBOPENSSL
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_PYTHON_CFFI # runtime
help
cryptography is a package designed to expose cryptographic
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-cryptography: requires RC4 support in openssl
2024-10-31 20:00 [Buildroot] [PATCH 1/1] package/python-cryptography: requires RC4 support in openssl Bernd Kuhls
@ 2024-11-04 21:54 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-04 21:54 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, James Hilliard, Asaf Kahlon
On Thu, 31 Oct 2024 21:00:51 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Fixes:
> http://autobuild.buildroot.net/results/988/98819c1e202ddd77a390c9063ad31ee0601fefbe/
>
> The build error, afaics, first appeared in
> http://autobuild.buildroot.net/results/a08/a087c27dbc92c643f607ca9c66977156778ff1a0//
> after the bump to version 43.0.1 with buildroot commit
> 37c397c8b691495b21623b7d0a4d1e5ee7f0f61e which added chacha support when
> building with libopenssl.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/python-cryptography/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-04 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 20:00 [Buildroot] [PATCH 1/1] package/python-cryptography: requires RC4 support in openssl Bernd Kuhls
2024-11-04 21:54 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox