git: 95499c45614c - releng/13.1 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Nov 2022 01:50:28 UTC
The branch releng/13.1 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=95499c45614ce0e397b54d7e551881b5800facba commit 95499c45614ce0e397b54d7e551881b5800facba Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-11-16 00:22:22 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-16 00:22:22 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 5 +++++ sys/conf/newvers.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 40e0da70f4c5..b1a73ddfeff2 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,11 @@ 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. +20221116: + 13.1-RELEASE-p4 FreeBSD-SA-22:14.heimdal + + Multiple vulnerabilities in Heimdal [SA-22:14.heimdal] + 20221101: 13.1-RELEASE-p3 FreeBSD-EN-22:21.zfs FreeBSD-EN-22:22.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 8b7b468a027c..ce61c77fd204 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RELEASE-p3" +BRANCH="RELEASE-p4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi