Date: Wed, 2 Mar 2022 05:55:44 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3b17e19f026f - main - bootstrap: bump minimum supported version Message-ID: <202203020555.2225ti1f075870@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3b17e19f026f44637dcd3e0f2e582311c9a69286 commit 3b17e19f026f44637dcd3e0f2e582311c9a69286 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-03-02 05:54:53 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-03-02 05:55:28 +0000 bootstrap: bump minimum supported version Bump the minimum supported version to build -current from to 11.3R in preparation of removing support for older systems. 11.4R was selected as the most recent version to go out of support. Sponsored by: Netflix Reviewed by: delphij, emaste Differential Revision: https://reviews.freebsd.org/D32444 --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5d060f9f6d63..04c44d8e297b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -673,8 +673,8 @@ PACKAGE= kernel BOOTSTRAPPING?= 0 # Keep these in sync -MINIMUM_SUPPORTED_OSREL?= 1002501 -MINIMUM_SUPPORTED_REL?= 10.3 +MINIMUM_SUPPORTED_OSREL?= 1104001 +MINIMUM_SUPPORTED_REL?= 11.4 # Common environment for world related stages CROSSENV+= \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203020555.2225ti1f075870>
