git: eb1c4ee0180f - releng/13.2 - Add UPDATING entries and bump the branch version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Dec 2023 19:18:19 UTC
The branch releng/13.2 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=eb1c4ee0180f673a3b82fc6e763294f0e0173cd2 commit eb1c4ee0180f673a3b82fc6e763294f0e0173cd2 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-12-12 19:16:35 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-12-12 19:16:35 +0000 Add UPDATING entries and bump the branch version Approved by: so --- UPDATING | 5 +++++ sys/conf/newvers.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index d03d434a87d8..8ed94c3a241d 100644 --- a/UPDATING +++ b/UPDATING @@ -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. +20231212: + 13.2-RELEASE-p8 SA-23:18.nfsclient + + NFS client data corruption and kernel memory disclosure [SA-23:18.nfsclient] + 20231205: 13.2-RELEASE-p7 SA-23:17.pf EN-23:15.sanitizer diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 627c99e8b973..fb24da9b4dac 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi