From owner-dev-commits-src-branches@freebsd.org Wed Feb 24 01:42:18 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C440C55C014; Wed, 24 Feb 2021 01:42:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DldvX6WzCz3HHl; Wed, 24 Feb 2021 01:42:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B92F02405E; Wed, 24 Feb 2021 01:42:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 11O1gCJL055455; Wed, 24 Feb 2021 01:42:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 11O1gCqX055454; Wed, 24 Feb 2021 01:42:12 GMT (envelope-from git) Date: Wed, 24 Feb 2021 01:42:12 GMT Message-Id: <202102240142.11O1gCqX055454@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mark Johnston Subject: git: 142f0d36d909 - releng/12.2 - Add UPDATING entry and bump version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/releng/12.2 X-Git-Reftype: branch X-Git-Commit: 142f0d36d90979a983e1bb0b69d1d859338b4d90 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2021 01:42:19 -0000 The branch releng/12.2 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=142f0d36d90979a983e1bb0b69d1d859338b4d90 commit 142f0d36d90979a983e1bb0b69d1d859338b4d90 Author: Mark Johnston AuthorDate: 2021-02-23 23:00:02 +0000 Commit: Mark Johnston CommitDate: 2021-02-24 01:42:01 +0000 Add UPDATING entry and bump version Approved by: so --- UPDATING | 22 ++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 7273d677649d..b33065306a1e 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,28 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20210223: p4 FreeBSD-SA-21:03.pam_login_access + FreeBSD-SA-21:04.jail_remove + FreeBSD-SA-21:05.jail_chdir + FreeBSD-SA-21:06.xen + FreeBSD-EN-21:06.microcode + FreeBSD-EN-21:07.caroot + FreeBSD-EN-21:08.freebsd-update + + login.access fails to apply rules [SA-21:03.pam_login_access] + + jail_remove(2) fails to kill all jailed processes [SA-21:04.jail_remove] + + jail_attach(2) relies on the caller to change the cwd [SA-21:05.jail_chdir] + + Xen grant mapping error handling issues [SA-21:06.xen] + + Boot-time microcode loading causes a boot hang [EN-21:06.microcode] + + Root certificate bundle update [EN-21:07.caroot] + + freebsd-update passwd regeneration [EN-21:08.freebsd-update] + 20210128: p3 FreeBSD-EN-21:01.tzdata FreeBSD-EN-21:03.vnet FreeBSD-EN-21:04.zfs diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 3e08cc3503ef..dfcb11bb7d5d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.2" -BRANCH="RELEASE-p3" +BRANCH="RELEASE-p4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi