Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2021 19:18:13 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef74bfc6fed2 - main - Add ObsoleteFiles.inc entries for various OCF headers removed in 13.
Message-ID:  <202103081918.128JIDTX076929@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

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

commit ef74bfc6fed298d5ca0e3cb92bf008b715ea0c2f
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-03-08 19:17:21 +0000
Commit:     John Baldwin <jhb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103081918.128JIDTX076929>