Date: Mon, 09 Feb 2026 16:24:42 +0100 From: "Herbert J. Skuhra" <herbert@gojira.at> To: Emmanuel Vadot <manu@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 9dcb984251b3 - main - Remove publickey(5) stuff Message-ID: <87ecmurlc5.wl-herbert@gojira.at> In-Reply-To: <202501221704.50MH4vBJ083327@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On Wed, 22 Jan 2025 18:04:57 +0100, Emmanuel Vadot wrote: > > The branch main has been updated by manu: > > URL: https://cgit.FreeBSD.org/src/commit/?id=9dcb984251b35ab1959bcaafcb3f129c8ae2f25b > > commit 9dcb984251b35ab1959bcaafcb3f129c8ae2f25b > Author: Emmanuel Vadot <manu@FreeBSD.org> > AuthorDate: 2025-01-22 17:00:09 +0000 > Commit: Emmanuel Vadot <manu@FreeBSD.org> > CommitDate: 2025-01-22 17:04:26 +0000 > > Remove publickey(5) stuff > > This uses DES and it's likely that nobody uses that in 2025. > If somebody uses this we help them by deprecating and removing this. > > Reviewed by: bapt, emaste > Differential Revision: https://reviews.freebsd.org/D30683 > --- > ObsoleteFiles.inc | 12 + > lib/libc/rpc/Makefile.inc | 2 +- > usr.bin/Makefile | 4 - > usr.bin/chkey/Makefile | 13 - > usr.bin/chkey/Makefile.depend | 16 - > usr.bin/chkey/Makefile.depend.options | 7 - > usr.bin/chkey/chkey.1 | 32 -- > usr.bin/chkey/chkey.c | 267 ------------ > usr.bin/keylogin/Makefile | 5 - > usr.bin/keylogin/Makefile.depend | 18 - > usr.bin/keylogin/keylogin.1 | 37 -- > usr.bin/keylogin/keylogin.c | 81 ---- > usr.bin/keylogout/Makefile | 3 - > usr.bin/keylogout/Makefile.depend | 17 - > usr.bin/keylogout/keylogout.1 | 49 --- > usr.bin/keylogout/keylogout.c | 68 --- > usr.bin/newkey/Makefile | 11 - > usr.bin/newkey/Makefile.depend | 20 - > usr.bin/newkey/extern.h | 45 -- > usr.bin/newkey/generic.c | 124 ------ > usr.bin/newkey/newkey.8 | 66 --- > usr.bin/newkey/newkey.c | 228 ---------- > usr.bin/newkey/update.c | 332 --------------- > usr.sbin/Makefile | 1 - > usr.sbin/keyserv/Makefile | 23 -- > usr.sbin/keyserv/Makefile.depend | 20 - > usr.sbin/keyserv/crypt_server.c | 265 ------------ > usr.sbin/keyserv/keyserv.8 | 86 ---- > usr.sbin/keyserv/keyserv.c | 753 ---------------------------------- > usr.sbin/keyserv/keyserv.h | 16 - > usr.sbin/keyserv/setkey.c | 497 ---------------------- > 31 files changed, 13 insertions(+), 3105 deletions(-) > > diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc > index c05a0d37c727..afb71c46a459 100644 > --- a/ObsoleteFiles.inc > +++ b/ObsoleteFiles.inc > @@ -51,6 +51,18 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20250122: Remove publickey(5) stuff > +OLD_FILES+=usr/bin/chkey > +OLD_FILES+=usr/bin/keylogin > +OLD_FILES+=usr/bin/keylogout > +OLD_FILES+=usr/sbin/keyserv > +OLD_FILES+=usr/bin/newkey > +OLD_FILES+=usr/share/man/man1/chkey.1.gz > +OLD_FILES+=usr/share/man/man1/keylogin.1.gz > +OLD_FILES+=usr/share/man/man1/keylogin.1.gz > +OLD_FILES+=usr/share/man/man5/publickey.5.gz > +OLD_FILES+=usr/share/man/man8/keyserv.1.gz Fix typo and sorting and add newkey.8.gz: diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index b0ad8ec977b2..636116421a8a 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -327,13 +327,14 @@ OLD_FILES+=usr/share/man/man8/gvinum.8.gz OLD_FILES+=usr/bin/chkey OLD_FILES+=usr/bin/keylogin OLD_FILES+=usr/bin/keylogout -OLD_FILES+=usr/sbin/keyserv OLD_FILES+=usr/bin/newkey +OLD_FILES+=usr/sbin/keyserv OLD_FILES+=usr/share/man/man1/chkey.1.gz OLD_FILES+=usr/share/man/man1/keylogin.1.gz OLD_FILES+=usr/share/man/man1/keylogout.1.gz OLD_FILES+=usr/share/man/man5/publickey.5.gz -OLD_FILES+=usr/share/man/man8/keyserv.1.gz +OLD_FILES+=usr/share/man/man8/keyserv.8.gz +OLD_FILES+=usr/share/man/man8/newkey.8.gz OLD_FILES+=etc/rc.d/keyservhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ecmurlc5.wl-herbert>
