Page MenuHomeFreeBSD

Obsoletefiles.inc: A few OpenSSL 3 cleanups.
ClosedPublic

Authored by jhb on Jul 13 2023, 11:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 27, 5:00 PM
Unknown Object (File)
Dec 5 2024, 2:51 AM
Unknown Object (File)
Nov 27 2024, 9:20 AM
Unknown Object (File)
Nov 27 2024, 7:37 AM
Unknown Object (File)
Nov 27 2024, 6:54 AM
Unknown Object (File)
Nov 27 2024, 6:27 AM
Unknown Object (File)
Nov 27 2024, 5:52 AM
Unknown Object (File)
Nov 19 2024, 10:41 AM
Subscribers

Details

Summary
  • Treat old engine DSOs from OpenSSL 1.1.1 as OLD_LIBS, not OLD_FILES. These should only be deleted by make delete-old-libs similar to how PAM modules are treated.
  • Add /usr/lib32/engines to OLD_DIRS. lib32 automation does not apply to OLD_DIRS.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jul 13 2023, 11:50 PM

Thanks for the patch and explanation!
Did you not mean OLD_LIBS instead of OLD_DIRS for capi.so and padlock.so inside the patch itself?

This revision is now accepted and ready to land.Jul 14 2023, 5:16 PM
This revision was automatically updated to reflect the committed changes.