git: 27340c75ee9f - releng/12.4 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jun 2023 05:42:28 UTC
The branch releng/12.4 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=27340c75ee9ff81f12559cffc368a63a056098f4
commit 27340c75ee9ff81f12559cffc368a63a056098f4
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-06-21 05:35:32 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-06-21 05:35:32 +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 307aca283230..819f3692b232 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,20 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20230621:
+ 12.4-RELEASE-p3 FreeBSD-EN-23:05.tzdata
+ FreeBSD-EN-23:07.mpr
+ FreeBSD-SA-23:04.pam_krb5
+ FreeBSD-SA-23:05.openssh
+
+ Timezone database information update [EN-23:05.tzdata]
+
+ Fix mpr(4) failure to initialize devices [EN-23:07.mpr]
+
+ Fix network authentication attack via pam_krb5 [SA-23:04.pam_krb5]
+
+ Fix ssh-add not honoring per-hop destination constraints [SA-23:05.openssh]
+
20230216:
12.4-RELEASE-p2 FreeBSD-SA-23:02.openssh
FreeBSD-SA-23:03.openssl
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 36498714214a..6216e480dc51 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.4"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi