Page MenuHomeFreeBSD

Update obsolete files list for OpenSSL 1.1.1.
ClosedPublic

Authored by jhb on Oct 2 2018, 6:34 PM.
Tags
None
Referenced Files
F167843612: D17384.id48662.diff
Mon, Aug 24, 10:58 PM
Unknown Object (File)
Sat, Aug 22, 10:19 AM
Unknown Object (File)
Sat, Aug 22, 10:07 AM
Unknown Object (File)
Thu, Aug 20, 11:24 PM
Unknown Object (File)
Wed, Aug 19, 2:57 PM
Unknown Object (File)
Tue, Aug 18, 6:34 PM
Unknown Object (File)
Wed, Aug 12, 11:30 AM
Unknown Object (File)
Wed, Aug 12, 10:04 AM
Subscribers

Details

Test Plan
  • make installworld of clean tree into one destdir
  • make installworld of openssl11 tree into another destdir
  • find . | sort output saved for both trees
  • compared find output with diff looking for removed lines (diff | grep '^<')
  • run make delete-old and delete-old-libs against clean destdir with patched openssl111 tree
  • regenerate find | sort output for clean tree and verify no more removed lines

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19911
Build 19431: arc lint + arc unit

Event Timeline

I did not check the list but the approach sounds good to me

This revision is now accepted and ready to land.Oct 2 2018, 6:54 PM

I didn't check but it looks correct. I was going to do it as soon as Heimdal is updated, though.

This revision was automatically updated to reflect the committed changes.