Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lighttpd: fix missing dependency libcrypto.so.3 #24121

Merged
merged 2 commits into from
May 13, 2024

Conversation

gstrauss
Copy link
Contributor

@gstrauss gstrauss commented May 12, 2024

Maintainer: @gstrauss
Compile tested: arm_cortex-a9 OpenWrt master

Description:

@gstrauss gstrauss force-pushed the lighttpd-1.4.76-2 branch 5 times, most recently from 07b8c5d to c946c69 Compare May 12, 2024 09:55
ynezz and others added 2 commits May 12, 2024 17:47
Currently, it is not feasible to configure lighttpd to use OpenSSL as
its internal crypto library. Instead, one must rely on alternative
crypto libraries such as Nettle or mbedTLS. This setup is not ideal in
scenarios where a single crypto library is preferred. To address this
issue, lets propose introducing OpenSSL as an additional configuration
option.  Similarly, propose GnuTLS as additional configuration option.

Closes: openwrt#24004
Co-developed-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This change will provide the necessary dependency resolution, fixing:

  Package lighttpd is missing dependencies for the following libraries:
  libcrypto.so.3

Fixes: openwrt#23794
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
@gstrauss
Copy link
Contributor Author

@ynezz patches have been quilted. I think this is ready. Thanks.

@neheb neheb merged commit a300185 into openwrt:master May 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants