From b368bb75bad8c94ab391cb166d9e3bea0c2fa39e Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 29 Jun 2021 13:18:53 -0400 Subject: [PATCH] Add UPDATING entries and bump version Approved by: so --- UPDATING | 17 +++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 87e4818e3ae..dcf58031433 100644 --- a/UPDATING +++ b/UPDATING @@ -11,6 +11,23 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20210629: + 13.0-RELEASE-p3 FreeBSD-EN-21:18.libc++ + FreeBSD-EN-21:19.libcasper + FreeBSD-EN-21:20.vlan + FreeBSD-EN-21:21.ipfw + FreeBSD-EN-21:22.linux_futex + + Missing C++20 headers in libc++ [EN-21:18.libc++] + + libcasper assertion failure [EN-21:19.libcasper] + + Missing backwards compatibility in vlan(4) [EN-21:20.vlan] + + Kernel panic with ipfw link-layer filtering enabled [EN-21:21.ipfw] + + Linux compatibility layer futex(2) system call vulnerability [EN-21:22.linux_futex] + 20210601: 13.0-RELEASE-p2 FreeBSD-EN-21:17.libradius diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index e09ee0afdae..5207dff32cb 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0