From f5ac4e174fdd3497749e351c27aafb34171c5730 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 27 Mar 2024 20:08:55 -0700 Subject: [PATCH] Add UPDATING entries and bump the branch version. Approved by: so --- UPDATING | 11 +++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 89a4b7482fa..4f3424d33f8 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,17 @@ 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. +20240327: + 13.2-RELEASE-p11 SA-24:03.unbound + EN-24:05.tty + EN-24:06.wireguard + + Fix multiple vulnerabilities in unbound [SA-24:03.unbound] + + Fix tty kernel panic [EN-24:05.tty] + + Fix insufficient barriers in WireGuard if_wg(4) [EN-24:06.wireguard] + 20240214: 13.2-RELEASE-p10 SA-24:01.bhyveload SA-24:02.tty diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index e8701ba542f..b582ddf4343 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0