diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2025-09-16 16:28:35 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2025-09-16 16:28:35 +0000 |
commit | f3ffa7eb382a2b90816f94aa2fb2431688e0c2b8 (patch) | |
tree | 81c4595e5337621ff6de209defb923150b892ad9 | |
parent | 722746b39e6ecaa4eeb36005c9bd69a9bcd68528 (diff) |
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20250916: + 14.2-RELEASE-p6 EN-25:15.arm64 + + Fix arm64 syscall(2) allows unprivileged user to panic kernel. [EN-25:15.arm64] + 20250808: 14.2-RELEASE-p5 EN-25:14.route SA-25:07.libarchive diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 773335879171..18bd593fa59f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.2" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |