git: 753d65a19a55 - releng/13.1 - Add UPDATING entries and bump version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Tue, 29 Nov 2022 23:15:33 UTC
The branch releng/13.1 has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=753d65a19a5541d532aff3cdd1089246fc5d2b8b

commit 753d65a19a5541d532aff3cdd1089246fc5d2b8b
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2022-11-29 23:10:47 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2022-11-29 23:10:47 +0000

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

diff --git a/UPDATING b/UPDATING
index b1a73ddfeff2..0d63c5bb0637 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,14 @@ 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.
 
+20221129:
+	13.1-RELEASE-p5	FreeBSD-SA-22:15.ping
+			FreeBSD-EN-22:28.heimdal
+
+	Stack overflow in ping [SA-22:15.ping]
+
+	Regression in Heimdal KDC [EN-22:28.heimdal]
+
 20221116:
 	13.1-RELEASE-p4	FreeBSD-SA-22:14.heimdal
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ce61c77fd204..ba1bff62eb1a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi