Add UPDATING entries and bump version.

Approved by:	so
This commit is contained in:
gordon 2020-03-19 17:01:57 +00:00 committed by Franco Fichtner
parent 9bb3e39034
commit e5268282c8
2 changed files with 29 additions and 1 deletions

View File

@ -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

View File

@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
BRANCH="RELEASE-p2"
BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi