git: f959fcafb506 - main - ObsoleteFiles.inc: remove old libufs.so.7 after bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Dec 2023 21:23:30 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=f959fcafb506225be6b662516992edf8bf22b543 commit f959fcafb506225be6b662516992edf8bf22b543 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-12-08 21:21:59 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-12-08 21:23:00 +0000 ObsoleteFiles.inc: remove old libufs.so.7 after bump Fixes: 772430dd6795 --- ObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 7c54bec8c633..da7e3d432bfb 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -453,6 +453,9 @@ OLD_FILES+=usr/include/c++/v1/experimental/algorithm OLD_FILES+=usr/include/c++/v1/experimental/coroutine OLD_FILES+=usr/include/c++/v1/experimental/functional +# 20231117: libufs version bumped to 8 +OLD_LIBS+=lib/libufs.so.7 + # 20231018: pmc.k7(3) removed OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz