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)
Thu, Oct 17, 12:47 PM
Unknown Object (File)
Thu, Oct 17, 11:17 AM
Unknown Object (File)
Thu, Oct 17, 11:14 AM
Unknown Object (File)
Wed, Oct 16, 10:08 AM
Unknown Object (File)
Oct 2 2024, 8:57 PM
Unknown Object (File)
Sep 23 2024, 6:26 PM
Unknown Object (File)
Sep 23 2024, 1:19 AM
Unknown Object (File)
Sep 22 2024, 7:28 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.