Page MenuHomeFreeBSD

Update security/razorback-api to compile with OpenSSL 1.1.x.
ClosedPublic

Authored by jhb on Jul 3 2019, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 5:43 AM
Unknown Object (File)
Tue, Sep 3, 1:43 AM
Unknown Object (File)
Sat, Aug 17, 7:41 PM
Unknown Object (File)
Wed, Aug 14, 4:25 PM
Unknown Object (File)
Aug 11 2024, 6:50 AM
Unknown Object (File)
Aug 11 2024, 5:08 AM
Unknown Object (File)
Jul 28 2024, 7:59 AM
Unknown Object (File)
Jul 28 2024, 7:59 AM
Subscribers

Details

Summary

This is only compile tested, not run-tested as I don't use this
software. Rather than patching the nested libssh, it switches
to using libssh from security/libssh. There is then an additional
patch to support OpenSSL 1.1.

PR: 228938

Test Plan
  • port builds

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Simplify by using stubs for old OpenSSL versions.

lwhsu added a subscriber: lwhsu.
lwhsu added inline comments.
security/razorback-api/Makefile
44 ↗(On Diff #59355)

This and .include <bsd.port.pre.mk> can be folded to .include <bsd.port.mk> now.

This revision is now accepted and ready to land.Sep 14 2019, 7:00 PM
jhb marked an inline comment as done.Oct 7 2019, 8:39 PM
  • Fix issue reported by lhwsu@
  • Mark razorback-dispatch broken since it doesn't compile with modern libssh
This revision now requires review to proceed.Oct 17 2019, 6:28 PM
This revision is now accepted and ready to land.Nov 14 2019, 12:58 AM