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, Nov 16, 8:35 AM
Unknown Object (File)
Oct 3 2024, 2:12 PM
Unknown Object (File)
Oct 3 2024, 12:30 PM
Unknown Object (File)
Oct 2 2024, 7:18 PM
Unknown Object (File)
Oct 1 2024, 6:02 AM
Unknown Object (File)
Sep 27 2024, 7:31 PM
Unknown Object (File)
Sep 27 2024, 1:13 PM
Unknown Object (File)
Sep 15 2024, 4:36 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 52639
Build 49530: arc lint + arc unit

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.