summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-07-08 20:26:19 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-07-08 20:26:19 +0000
commit46b2ed296e1ca3ef2f46c3acac887eb2d10c2c4f (patch)
tree8de4daca777fa28d71861a4779f8c934d8e7a0c6
parent7b12e4862558ad04435143c926242c62bb89a7d4 (diff)
downloadsrc-test2-46b2ed296e1ca3ef2f46c3acac887eb2d10c2c4f.tar.gz
src-test2-46b2ed296e1ca3ef2f46c3acac887eb2d10c2c4f.zip
Add UPDATING entries and bump version.
Approved by: so
Notes
Notes: svn path=/releng/12.1/; revision=363030
-rw-r--r--UPDATING16
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 28d8d41d83d9..844c00adc0d8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20200708 p7 FreeBSD-EN-20:13.bhyve
+ FreeBSD-EN-20:14.linuxkpi
+ FreeBSD-EN-20:15.mps
+ FreeBSD-SA-20:19.unbound
+ FreeBSD-SA-20:20.ipv6
+
+ Fix host crash in bhyve with PCI device passthrough. [EN-20:13.bhyve]
+
+ Fix kernel panic in LinuxKPI subsystem. [EN-20:14.linuxpki]
+
+ Fix kernel panic in mps(4) driver. [EN-20:15.mps]
+
+ Fix multiple vulnerabilities in unbound. [SA-20:19.unbound]
+
+ Fix IPv6 socket option race condition and use after free. [SA-20:20.ipv6]
+
20200609 p6 FreeBSD-EN-20:11.ena
FreeBSD-EN-20:12.iflib
FreeBSD-SA-20:17.usb
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e24e5382a52f..5159357a779c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi