git: fb01adcfa76f - releng/12.2 - Add UPDATING entries and bump version
Mark Johnston
markj at FreeBSD.org
Tue Apr 6 19:20:04 UTC 2021
The branch releng/12.2 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=fb01adcfa76f0f32b7788d3a97c9fa79703a1caf
commit fb01adcfa76f0f32b7788d3a97c9fa79703a1caf
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-04-06 19:07:29 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-04-06 19:07:29 +0000
Add UPDATING entries 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 dcb82fbcf4a6..60c75b005a0b 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.
+20210406: p6 FreeBSD-EN-21:06.pf
+ FreeBSD-EN-21:07.lldb
+ FreeBSD-SA-21:08.vm
+ FreeBSD-SA-21:09.accept_filter
+ FreeBSD-SA-21:10.jail_mount
+
+ net.pf.request_maxcount not settable from loader.conf(5) [EN-21:06.pf]
+
+ lldb abort on print command [EN-21:07.lldb]
+
+ Memory disclosure by stale virtual memory mapping [SA-21:08.vm]
+
+ Double free in accept_filter(9) socket configuration interface [SA-21:09.accept_filter]
+
+ Jail escape possible by mounting over jail root [SA-21:10.jail_mount]
+
20210325: p5 FreeBSD-SA-21:07.openssl
Fix multiple OpenSSL issues [SA-21:07.openssl]
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 68ee29d30168..51990433f5e6 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.2"
-BRANCH="RELEASE-p5"
+BRANCH="RELEASE-p6"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the dev-commits-src-branches
mailing list