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

build: audit openssl configure, update to openssl 3.4.0 #300

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

truemedian
Copy link
Member

Updates to the latest stable openssl, this series
has support past the end of the current LTS, and
we have no reason to stay on 3.0.

Now autodetects an existing openssl installation
and uses it for --openssldir.

Removes existing no-* options that have been
default for a long time.

Adds no-pinshared because we're using a static
openssl and don't need it to pin the executable.

Replaces no-unit-test (a default) with no-tests
to ensure tests are not compiled.

Removes no-stdio because FILE may be useful,
and it allows generating the openssl apps/* for
debugging.

Adds no-makedepend because we're running this
once and it roughly halves the number of cc calls.
Which matters quite a bit on Windows.


Additionally passes -Wno-dev to cmake, it gets rid of the cmake policy warnings (that we don't care about) that we cannot enable without bumping our minimum cmake version.

Updates to the latest stable openssl, this series
has support past the end of the current LTS, and
we have no reason to stay on 3.0.

Now autodetects an existing openssl installation
and uses it for `--openssldir`.

Removes existing `no-*` options that have been
default for a long time.

Adds `no-pinshared` because we're using a static
openssl and don't need it to pin the executable.

Replaces `no-unit-test` (a default) with `no-tests`
to ensure tests are not compiled.

Removes `no-stdio` because `FILE` may be useful,
and it allows generating the openssl `apps/*` for
debugging.

Adds `no-makedepend` because we're running this
once and it roughly halves the number of cc calls.
Which matters quite a bit on Windows.
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.

2 participants