diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2020-09-02 16:29:40 +0000 | 
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2020-09-02 16:29:40 +0000 | 
| commit | 8768c95036953ee92f79f95e70a0cbb102ebc7de (patch) | |
| tree | 553108dbd0dd810e19fe24a0738f4d9c315087d4 | |
| parent | 4394bae0cd6c40e3dcb34146304a4991c482cf3f (diff) | |
Notes
| -rw-r--r-- | UPDATING | 16 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 | 
2 files changed, 17 insertions, 1 deletions
@@ -16,6 +16,22 @@ 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. +20200902	p13	FreeBSD-EN-20:17.linuxthread +			FreeBSD-EN-20:18.getfsstat +			FreeBSD-SA-20:24.ipv6 +			FreeBSD-SA-20:25.sctp +			FreeBSD-SA-20:26.dhclient + +        Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread] + +        Fix getfsstat compatibility system call panic. [EN-20:18.getfsstat] + +        Fix IPv6 Hop-by-Hop options use-after-free. [SA-20:24.ipv6] + +        Fix SCTP socket use-after-free. [SA-20:25.sctp] + +        Fix dhclient heap overflow. [SA-20:26.dhclient] +  20200805	p12	FreeBSD-SA-20:21.usb_net  			FreeBSD-SA-20:22.unbound  			FreeBSD-SA-20:23.ipv6 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 7179b754959f..54387cd43fb9 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@  TYPE="FreeBSD"  REVISION="11.3" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13"  if [ -n "${BRANCH_OVERRIDE}" ]; then  	BRANCH=${BRANCH_OVERRIDE}  fi  | 
