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)
Sat, Jun 22, 9:41 AM
Unknown Object (File)
Fri, Jun 21, 9:35 AM
Unknown Object (File)
Mar 13 2024, 12:20 AM
Unknown Object (File)
Mar 9 2024, 9:59 AM
Unknown Object (File)
Jan 31 2024, 4:47 PM
Unknown Object (File)
Dec 23 2023, 11:54 AM
Unknown Object (File)
Dec 10 2023, 8:42 PM
Unknown Object (File)
Sep 19 2023, 3:55 PM
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.