git: da55db32647b - stable/13 - Add ObsoleteFiles.inc entries for various OCF headers removed in 13.
John Baldwin
jhb at FreeBSD.org
Thu Mar 11 22:23:09 UTC 2021
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=da55db32647bfe56ce12857ad6ef611af4cfb7be
commit da55db32647bfe56ce12857ad6ef611af4cfb7be
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-11 19:17:57 +0000
Add ObsoleteFiles.inc entries for various OCF headers removed in 13.
(cherry picked from commit ef74bfc6fed298d5ca0e3cb92bf008b715ea0c2f)
---
ObsoleteFiles.inc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 5f4495c50ee6..d72eebbe7de1 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -1212,11 +1212,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
@@ -1252,6 +1260,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