Page MenuHomeFreeBSD

Obsoletefiles.inc: A few OpenSSL 3 cleanups.
ClosedPublic

Authored by jhb on Jul 13 2023, 11:50 PM.
Tags
None
Referenced Files
F93761412: D41034.id124649.diff
Thu, Sep 12, 7:50 AM
F93760499: D41034.id124682.diff
Thu, Sep 12, 7:34 AM
Unknown Object (File)
Tue, Sep 10, 8:59 PM
Unknown Object (File)
Mon, Sep 9, 2:00 AM
Unknown Object (File)
Sun, Sep 8, 12:04 AM
Unknown Object (File)
Sat, Sep 7, 9:22 AM
Unknown Object (File)
Thu, Sep 5, 12:35 PM
Unknown Object (File)
Tue, Aug 20, 10:57 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 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.