Date: Fri, 24 Mar 2023 20:42:56 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: b22fccad8c7a - main - Remove libvmmapi.so.5 after the shlib version was bumped to 6. Message-ID: <202303242042.32OKgu7H070573@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=b22fccad8c7a2dc24d4e23dfa8140e040d9ac830 commit b22fccad8c7a2dc24d4e23dfa8140e040d9ac830 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-03-24 20:42:18 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-03-24 20:42:18 +0000 Remove libvmmapi.so.5 after the shlib version was bumped to 6. --- ObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e3cb44fa9f84..72b119c1c85b 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20230324: libvmmapi shlib version bumped to 6 +OLD_LIBS+=usr/lib/libvmmapi.so.5 + # 20230320: vcount.9 removed OLD_FILES+=usr/share/man/man9/count_dev.9.gz OLD_FILES+=usr/share/man/man9/vcount.9.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303242042.32OKgu7H070573>