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
Unknown Object (File)
Tue, Jul 21, 6:44 AM
Unknown Object (File)
Sun, Jul 5, 8:38 AM
Unknown Object (File)
Sat, Jul 4, 8:43 PM
Unknown Object (File)
Jun 20 2026, 7:20 PM
Unknown Object (File)
Jun 20 2026, 11:04 AM
Unknown Object (File)
Jun 20 2026, 6:33 AM
Unknown Object (File)
Jun 16 2026, 12:41 AM
Unknown Object (File)
May 6 2026, 2:12 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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