git: ef74bfc6fed2 - main - Add ObsoleteFiles.inc entries for various OCF headers removed in 13.

John Baldwin jhb at FreeBSD.org
Mon Mar 8 19:18:14 UTC 2021


The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=ef74bfc6fed298d5ca0e3cb92bf008b715ea0c2f

commit ef74bfc6fed298d5ca0e3cb92bf008b715ea0c2f
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-03-08 19:17:21 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-03-08 19:17:21 +0000

    Add ObsoleteFiles.inc entries for various OCF headers removed in 13.
    
    MFC after:      3 days
---
 ObsoleteFiles.inc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8dd33475fe44..8f56ef29dad5 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -1237,11 +1237,19 @@ OLD_DIRS+=usr/lib/clang/10.0.0/lib/freebsd
 OLD_DIRS+=usr/lib/clang/10.0.0/lib
 OLD_DIRS+=usr/lib/clang/10.0.0
 
+# 20200520: xform_userland.h removed
+OLD_FILES+=usr/include/crypto/xform_userland.h
+
 # 20200515: libalias cuseeme protocol support retired
 OLD_LIBS+=lib/libalias_cuseeme.so
 OLD_FILES+=usr/lib/libalias_cuseeme.a
 OLD_FILES+=usr/lib/libalias_cuseeme_p.a
 
+# 20200511: Remove deprecated crypto algorithms
+OLD_FILES+=usr/include/crypto/cast.h
+OLD_FILES+=usr/include/crypto/castsb.h
+OLD_FILES+=usr/include/crypto/skipjack.h
+
 # 20200511: Remove ubsec(4)
 OLD_FILES+=usr/share/man/man4/ubsec.4.gz
 
@@ -1277,6 +1285,7 @@ OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
 
 # 20200327: OCF refactoring
+OLD_FILES+=usr/include/crypto/cryptosoft.h
 OLD_FILES+=usr/share/man/man9/crypto_find_driver.9.gz
 OLD_FILES+=usr/share/man/man9/crypto_register.9.gz
 OLD_FILES+=usr/share/man/man9/crypto_unregister.9.gz


More information about the dev-commits-src-all mailing list