Page MenuHomeFreeBSD

Update config/build info for OpenSSL 3.0.15
ClosedPublic

Authored by ngie on Sat, Sep 7, 3:50 PM.
Tags
None
Referenced Files
F95925452: D46603.diff
Mon, Sep 23, 1:19 AM
F95832290: D46603.diff
Sun, Sep 22, 7:28 PM
Unknown Object (File)
Sun, Sep 22, 1:40 PM
Unknown Object (File)
Wed, Sep 18, 5:28 AM
Unknown Object (File)
Wed, Sep 18, 5:28 AM
Unknown Object (File)
Wed, Sep 18, 2:09 AM
Unknown Object (File)
Mon, Sep 16, 4:20 AM
Unknown Object (File)
Wed, Sep 11, 11:51 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59392
Build 56279: arc lint + arc unit

Event Timeline

ngie requested review of this revision.Sat, Sep 7, 3:50 PM
ngie edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Sat, Sep 7, 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.Sat, Sep 7, 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.Sat, Sep 7, 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.Sun, Sep 8, 4:36 AM
This revision was automatically updated to reflect the committed changes.