Page MenuHomeFreeBSD

security/dsniff: Replace deprecated des_ methods and structs
ClosedPublic

Authored by brnrd on Jul 2 2016, 6:42 PM.
Tags
None
Referenced Files
F154494303: D7054.id18075.diff
Tue, Apr 28, 6:22 PM
F154491064: D7054.id18075.diff
Tue, Apr 28, 6:14 PM
Unknown Object (File)
Mon, Apr 27, 11:25 AM
Unknown Object (File)
Sun, Apr 26, 8:48 AM
Unknown Object (File)
Thu, Apr 9, 9:34 AM
Unknown Object (File)
Mar 24 2026, 9:47 AM
Unknown Object (File)
Mar 23 2026, 3:55 AM
Unknown Object (File)
Mar 19 2026, 5:48 PM
Subscribers

Details

Summary
security/dsniff: Replace deprecated des_ methods and structs

  - Replace all des_ methods and structs with DES_ equivalents
  - Remove openssl/des_old.h include
  - Register dependencies on OpenSSL, glib20 and gettext

Obtained from:	OpenBSD ports
Reviewed_by:	sbz (maintainer)
Approved by:	(maintainer)
Differential_Revision:	D6

OpenSSL 1.1 removes the openssl/des_old.h compatibility shims.
At the time of renaming the des_ methods they were listed to
be deprecated at the latest with 1.0.
LibreSSL has removed des_old.h long ago.

Test Plan
  • poudriere testport
  • portlint -AC

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4396
Build 4446: arc lint + arc unit

Event Timeline

brnrd retitled this revision from to security/dsniff: Replace deprecated des_ methods and structs.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
brnrd added a reviewer: sbz.
sbz edited edge metadata.

LGTM, Thank you!

This revision is now accepted and ready to land.Aug 15 2016, 10:11 AM