Bug 267387 - security/dsniff: Fails to build since libressl update to 3.5.3
Summary: security/dsniff: Fails to build since libressl update to 3.5.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sofian Brabez
URL:
Keywords: buildisok, needs-qa
Depends on:
Blocks:
 
Reported: 2022-10-27 11:32 UTC by Lars Herschke
Modified: 2023-02-14 08:41 UTC (History)
2 users (show)

See Also:
sbz: maintainer-feedback+
lhersch: maintainer-feedback-


Attachments
build fix dsniff (1.39 KB, patch)
2022-10-27 11:32 UTC, Lars Herschke
no flags Details | Diff
security/dsniff: poudriere build with applied patch (740.96 KB, text/plain)
2023-02-07 20:11 UTC, Sofian Brabez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Herschke 2022-10-27 11:32:14 UTC
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.
Comment 1 Sofian Brabez freebsd_committer freebsd_triage 2023-02-06 22:05:54 UTC
Hi Lars,

Thanks for the patch, I'll have a look tomorrow.
Comment 2 Sofian Brabez freebsd_committer freebsd_triage 2023-02-07 20:11:28 UTC
Created attachment 239977 [details]
security/dsniff: poudriere build with applied patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-02-07 20:14:05 UTC
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(-)
Comment 4 Eugene Grosbein freebsd_committer freebsd_triage 2023-02-14 08:40:47 UTC
Fix committed.