The branch releng/11.4 has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7a03d4b081a02c6b8d8d816f4172f0d01980497e

commit 7a03d4b081a02c6b8d8d816f4172f0d01980497e
Author:     Mark Johnston <[email protected]>
AuthorDate: 2021-02-23 22:54:20 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2021-02-24 01:34:52 +0000

    Add UPDATING entry and bump version
    
    Approved by:    so
---
 UPDATING            | 16 ++++++++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 9e75e2201d6b..f67b1d59b118 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,22 @@ 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:      p8      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: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]
+
+       freebsd-update passwd regeneration [EN-21:08.freebsd-update]
+
 20210128:      p7      FreeBSD-EN-21:01.tzdata
                        FreeBSD-EN-21:02.extattr
                        FreeBSD-EN-21:05.libatomic
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e9d5ad3f5d41..96d5d515e010 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to