Page MenuHomeFreeBSD

Update config/build info for OpenSSL 3.0.15
ClosedPublic

Authored by ngie on Sep 7 2024, 3:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 17, 6:00 PM
Unknown Object (File)
Tue, Sep 16, 6:32 AM
Unknown Object (File)
Sep 15 2025, 1:02 AM
Unknown Object (File)
Aug 28 2025, 3:10 AM
Unknown Object (File)
Aug 20 2025, 7:13 AM
Unknown Object (File)
Aug 9 2025, 6:05 AM
Unknown Object (File)
Aug 1 2025, 3:18 AM
Unknown Object (File)
Jul 23 2025, 4:42 PM
Subscribers

Details

Summary

This is a companion commit to the OpenSSL 3.0.15 update.

opensslv.h was regenerated via the following process:

cd crypto/openssl
./config
git reset --hard
gmake include/openssl/opensslv.h

Makefile.inc has been updated to match.

MFC with: XXXXXX (fill in later)

Test Plan

See Testing Done section in D46602 .

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ngie requested review of this revision.Sep 7 2024, 3:50 PM
ngie edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Sep 7 2024, 6:02 PM

I need to update crypto/openssl/include/openssl/opensslv.h as well, like I did in https://cgit.freebsd.org/src/commit/?id=dd43e907c7c0caec8867e42fa1fcfea4ac4c87f6 . This can be regenerated via crypto/openssl/config.

Update opensslv.h and change OPENSSL_VER to match the package provided date

This revision now requires review to proceed.Sep 7 2024, 9:41 PM
ngie retitled this revision from Bump OPENSSL_VER and OPENSSL_DATE for the 3.0.15 import to Update config/build info for OpenSSL 3.0.15.Sep 7 2024, 9:42 PM
ngie edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Sep 8 2024, 4:36 AM
This revision was automatically updated to reflect the committed changes.