The branch main has been updated by peter: URL: https://cgit.FreeBSD.org/src/commit/?id=ba244e2a986fca388b0be8804c8d84276593f817
commit ba244e2a986fca388b0be8804c8d84276593f817 Author: Peter Wemm <[email protected]> AuthorDate: 2023-05-24 19:46:51 +0000 Commit: Peter Wemm <[email protected]> CommitDate: 2023-05-24 20:03:10 +0000 delete-old: add two files left behind in certs/blacklisted The untrusted certs directory was renamed a while ago and these files were moved to the new location. Various upgrade paths cause these files to be missed and prevent deletion of the directory. --- ObsoleteFiles.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 97881f40ac59..a67a95325dfd 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -2583,6 +2583,8 @@ OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Universal_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Global_Chambersign_Root_-_2008.pem OLD_FILES+=usr/share/certs/blacklisted/LuxTrust_Global_Root_2.pem OLD_FILES+=usr/share/certs/blacklisted/OISTE_WISeKey_Global_Root_GA_CA.pem +OLD_FILES+=usr/share/certs/blacklisted/QuoVadis_Root_CA.pem +OLD_FILES+=usr/share/certs/blacklisted/Sonera_Class_2_Root_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Staat_der_Nederlanden_Root_CA_-_G2.pem OLD_FILES+=usr/share/certs/blacklisted/Staat_der_Nederlanden_Root_CA_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/SwissSign_Platinum_CA_-_G2.pem
