git: 08b87f63a046 - releng/13.2 - Add UPDATING entries and bump version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Wed, 21 Jun 2023 05:41:49 UTC
The branch releng/13.2 has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=08b87f63a046bd966bd0ed548211ae98ff50e638

commit 08b87f63a046bd966bd0ed548211ae98ff50e638
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-06-21 05:40:02 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-06-21 05:40:02 +0000

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

diff --git a/UPDATING b/UPDATING
index a3063ae3c4d2..a19fcc6cf780 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,17 @@ 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.
 
+20230621:
+	13.2-RELEASE-p1	FreeBSD-EN-23:06.loader
+			FreeBSD-EN-23:07.mpr
+			FreeBSD-SA-23:04.pam_krb5
+
+	x86 kernel console configuration [EN-23:06.loader]
+
+	Fix mpr(4) failure to initialize devices [EN-23:07.mpr]
+
+	Fix network authentication attack via pam_krb5 [SA-23:04.pam_krb5]
+
 20230411:
 	13.2-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 52d4ea1070df..e2d05fc79aeb 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.2"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi