- 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
Details
Details
- Reviewers
jkim emaste - Commits
- rS339099: Update obsolete files list for OpenSSL 1.1.1.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I didn't check but it looks correct. I was going to do it as soon as Heimdal is updated, though.