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)
Sun, Apr 14, 5:28 PM
Unknown Object (File)
Mon, Apr 8, 1:55 PM
Unknown Object (File)
Sat, Apr 6, 10:57 AM
Unknown Object (File)
Fri, Apr 5, 11:46 PM
Unknown Object (File)
Jan 15 2024, 10:49 AM
Unknown Object (File)
Dec 20 2023, 6:06 AM
Unknown Object (File)
Dec 10 2023, 10:30 PM
Unknown Object (File)
Nov 29 2023, 8:37 PM
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