Created attachment 237676 [details] build fix dsniff The new LibreSSL version now also no longer provides the openssl 1.0.x compatible interfaces. Attached is a build fix that now uses openssl-unsafe for building.
Hi Lars, Thanks for the patch, I'll have a look tomorrow.
Created attachment 239977 [details] security/dsniff: poudriere build with applied patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=09cce002b069d1053e66b4980b3055de0a8deb4a commit 09cce002b069d1053e66b4980b3055de0a8deb4a Author: Lars Herschke <lhersch@dssgmbh.de> AuthorDate: 2023-02-07 19:58:08 +0000 Commit: Sofian Brabez <sbz@FreeBSD.org> CommitDate: 2023-02-07 20:12:08 +0000 security/dsniff: fix build by using openssl-unsafe PR: 267387 security/dsniff/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Fix committed.