-
Notifications
You must be signed in to change notification settings - Fork 285
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
openssl: new release 3.4.0 #31548
openssl: new release 3.4.0 #31548
Conversation
74d944b
to
36aaa8c
Compare
Enable jitter seed source, compiled with jitterentropy-library, using manually fetched certified build. Enable PIE (position independent executables). Enable executing test-suite. Update hardening-check to expected values, no CF protection on libcrypto, due to jitterentroply library being linked. Fixes: wolfi-dev#31548
36aaa8c
to
b37ac18
Compare
Enable jitter seed source, compiled with jitterentropy-library, using manually fetched certified build. Enable PIE (position independent executables). Enable executing test-suite. Update hardening-check to expected values, no CF protection on libcrypto, due to jitterentroply library being linked. Fixes: wolfi-dev#31548
b37ac18
to
1414433
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good.
Enable jitter seed source, compiled with jitterentropy-library, using manually fetched certified build. Enable PIE (position independent executables). Enable executing test-suite. Update hardening-check to expected values, no CF protection on libcrypto, due to jitterentroply library being linked. Fixes: wolfi-dev#31548
161c4d4
to
60a0ea7
Compare
Failed Packages World test rebuild of 200+ packages is mostly good. Will spot check above if they are openssl induced or pre-existing FTBFS. |
Enable jitter seed source, compiled with jitterentropy-library, using manually fetched certified build. Enable PIE (position independent executables). Enable executing test-suite. Update hardening-check to expected values, no CF protection on libcrypto, due to jitterentroply library being linked. Fixes: wolfi-dev#31548
718aef4
to
1c21bff
Compare
All of the above FTBFS are unrelated to openssl upgrade and are related to download errors/timeouts; gcc-14; python upgrades; uninstallable build dependencies; etc. I have fixed some of them, and others may need to open bug reports. Overall this is good to merge now, and all the SBOM and build-time deps have been resolved in a better way since original request (by using forbidden repositories & keys). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the effort here! This looks much better.
ref: #31548 Signed-off-by: Matt Moore <[email protected]>
Enable jitter seed source, compiled with jitterentropy-library, using
manually fetched certified build.
Enable PIE (position independent executables).
Enable executing test-suite.
Update hardening-check to expected values, no CF protection on
libcrypto, due to jitterentroply library being linked.
Fixes: #31548