Created attachment 260333 [details] wolfssl haproxy support Simply adding the flags --enable-haproxy and --enable-quic will make it possible to link Haproxy against WolfSSL
Created attachment 260339 [details] updated wolfssl patch Needed the addition of -DWOLFSSL_GETRANDOM=1 so a WolfSSL HAProxy does not need /dev/urandom be mounted into the chroot
^Triage: now that we have the patch flag on attachments, the [patch] prefix is no longer needed.
Thank you, the patch looks good, let me give it a round of testing in my build server and if no issues found will commit it to ports HEAD.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0b8ce7ea099547baf3fd16f06639c24571a6522 commit e0b8ce7ea099547baf3fd16f06639c24571a6522 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2025-05-17 09:45:27 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2025-05-17 09:45:27 +0000 security/wolfssl: Add haproxy support PR: 286726 Reported by: Mark Felder <feld@FreeBSD.org> security/wolfssl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
I have committed the changes to ports HEAD. Feel free to get back to me in case of any issues.