git: df74c1165cd0 - releng/13.1 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jun 2023 05:42:12 UTC
The branch releng/13.1 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=df74c1165cd03c839627c6ebe6477a72dd980542
commit df74c1165cd03c839627c6ebe6477a72dd980542
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-06-21 05:38:21 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-06-21 05:38:21 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 14 ++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index b534080a5317..48ee282da9d6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.1-RELEASE-p8 FreeBSD-EN-23:05.tzdata
+ FreeBSD-EN-23:06.loader
+ FreeBSD-EN-23:07.mpr
+ FreeBSD-SA-23:04.pam_krb5
+
+ Timezone database information update [EN-23:05.tzdata]
+
+ 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]
+
20230216:
13.1-RELEASE-p7 FreeBSD-SA-23:03.openssl
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index bcacbcebb5ac..bf8af719c539 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi