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)
Dec 31 2023, 11:28 PM
Unknown Object (File)
Dec 22 2023, 9:44 PM
Unknown Object (File)
Nov 13 2023, 10:47 AM
Unknown Object (File)
Oct 24 2023, 9:04 PM
Unknown Object (File)
Apr 26 2023, 3:49 PM
Unknown Object (File)
Apr 9 2023, 6:16 AM
Unknown Object (File)
Dec 11 2022, 1:51 AM
Unknown Object (File)
Apr 23 2017, 8:11 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