aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-08-30 23:06:09 +0000
committerEd Maste <emaste@FreeBSD.org>2022-08-30 23:09:59 +0000
commit97e1662bba3205862a91b3bb6045a5c142eb9302 (patch)
treec7d0afee32ff9e5bd1fbf086a62741dd7d8b6c92
parent6852ad586e45b3a14bcf3efbac185502f161a913 (diff)
downloadsrc-97e1662bba3205862a91b3bb6045a5c142eb9302.tar.gz
src-97e1662bba3205862a91b3bb6045a5c142eb9302.zip
Add UPDATING entries and bump version
Approved by: so
-rw-r--r--UPDATING8
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 9 insertions, 1 deletions
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