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, Feb 5, 1:01 PM
Unknown Object (File)
Sat, Feb 1, 5:27 AM
Unknown Object (File)
Tue, Jan 28, 3:38 PM
Unknown Object (File)
Jan 13 2025, 1:39 AM
Unknown Object (File)
Dec 3 2024, 4:06 PM
Unknown Object (File)
Dec 1 2024, 10:15 PM
Unknown Object (File)
Nov 25 2024, 8:58 PM
Unknown Object (File)
Nov 25 2024, 8:40 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