Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2022 23:15:38 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 97e1662bba32 - releng/12.3 - Add UPDATING entries and bump version
Message-ID:  <202208302315.27UNFcEW061148@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/12.3 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=97e1662bba3205862a91b3bb6045a5c142eb9302

commit 97e1662bba3205862a91b3bb6045a5c142eb9302
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-08-30 23:06:09 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-08-30 23:09:59 +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 0f99906cba9f..e3c4dc043169 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,14 @@ 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.
 
+20220830:
+	12.3-RELEASE-p7 FreeBSD-SA-22:13.zlib
+			FreeBSD-EN-22:20.tzdata
+
+	zlib heap buffer overflow [SA-22:13.zlib]
+
+	Timezone database information update [EN-22:20.tzdata]
+
 20220726:
 	12.3-RELEASE-p6	FreeBSD-SA-22:09.elf
 			FreeBSD-SA-22:10.aio
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c783524a38d2..46cedd92e75e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.3"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208302315.27UNFcEW061148>