diff options
author | Ed Maste <emaste@FreeBSD.org> | 2022-08-30 23:06:09 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2022-08-30 23:09:59 +0000 |
commit | 97e1662bba3205862a91b3bb6045a5c142eb9302 (patch) | |
tree | c7d0afee32ff9e5bd1fbf086a62741dd7d8b6c92 | |
parent | 6852ad586e45b3a14bcf3efbac185502f161a913 (diff) | |
download | src-97e1662bba3205862a91b3bb6045a5c142eb9302.tar.gz src-97e1662bba3205862a91b3bb6045a5c142eb9302.zip |
Add UPDATING entries and bump version
Approved by: so
-rw-r--r-- | UPDATING | 8 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 |