From 514c1ff99176b8cf7f8c167769da99cf18371661 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Thu, 19 Mar 2020 17:01:57 +0000 Subject: [PATCH] Add UPDATING entries and bump version. Approved by: so --- UPDATING | 28 ++++++++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 100ad5d84ba..07c6509e71e 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,34 @@ 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. +20200319 p3 FreeBSD-EN-20:03.sshd + FreeBSD-EN-20:05.mlx5en + FreeBSD-EN-20:06.ipv6 + FreeBSD-SA-20:04.tcp + FreeBSD-SA-20:05.if_oce_ioctl + FreeBSD-SA-20:06.if_ixl_ioctl + FreeBSD-SA-20:07.epair + FreeBSD-SA-20:08.jail + FreeBSD-SA-20:09.ntp + + Fix misleading log messages upon successful sshd login [EN-20:03.sshd] + + Fix packet forwarding performance in mlx5en(4) driver [EN-20:05.mlx5en] + + Fix incorrect checksum calculations with IPv6 extension headers [EN-20:06.ipv6] + + Fix TCP IPv6 SYN cache kernel information disclosure [SA-20:04.tcp] + + Fix insufficient oce(4) ioctl(2) privilege checking [SA-20:05.if_oce_ioctl] + + Fix insufficient ixl(4) ioctl(2) privilege checking [SA-20:06.if_ixl_ioctl] + + Fix incorrect user-controlled pointer use in epair [SA-20:07.epair] + + Fix kernel memory disclosure with nested jails [SA-20:08.jail] + + Fix multiple denial of service in ntpd [SA-20:09.ntp] + 20200128 p2 FreeBSD-EN-20:01.ssp FreeBSD-SA-20:01.libfetch FreeBSD-SA-20:03.thrmisc diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 341966006ea..65a3a1903d5 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0