Page MenuHomeFreeBSD

abuse MAKE_ENV to force including security/openssl which is pinned at 1.0.2 and therefore still works.
AbandonedPublic

Authored by dch on Oct 24 2018, 11:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 31 2023, 8:45 PM
Unknown Object (File)
Aug 2 2023, 6:10 PM
Unknown Object (File)
Jul 15 2023, 10:09 PM
Unknown Object (File)
Jul 1 2023, 12:55 AM
Unknown Object (File)
Dec 27 2022, 9:00 AM
Subscribers
None

Details

Reviewers
jrm
swills
danfe
Summary

I'm not sure if this is the best way to deal with this.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 20387
Build 19827: arc lint + arc unit

Event Timeline

abuse MAKE_ENV to force including pinned security/openssl 1.0.2

dch added a reviewer: danfe.

danfe is having a look at the C side of this (thank-you) which would be a far better solution

Thanks for fixing Makefile formatting, it was really bad!

For new OpenSSL support, I've created upstream issue and attached a patch, please fetch it from there. Note that it is against their original source code which uses CRLF (Windows) linefeeds, which might upset our Subversion upon commit. You'd either have to play with svn: properties or convert the patch to Unix mode and set USES+=dos2unix and DOS2UNIX_FILES appropriately.

dropped as its easier to include danfe's fix from upstream