summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-04-21 15:54:08 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-04-21 15:54:08 +0000
commit3689a02291f7584ff04b34ac191c727d8a618476 (patch)
treec814892b949db069020881d5a65a0a6d7842bf4b
parent2037abc612ad18405ca6bebb8ce64a391c0c6a42 (diff)
downloadsrc-test2-3689a02291f7584ff04b34ac191c727d8a618476.tar.gz
src-test2-3689a02291f7584ff04b34ac191c727d8a618476.zip
Add UPDATING entries and bump version.
Approved by: so
Notes
Notes: svn path=/releng/12.1/; revision=360151
-rw-r--r--UPDATING10
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 07c6509e71ee..7fb83a02ece8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,16 @@ 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.
+20200421 p4 FreeBSD-EN-20:07.quotad
+ FreeBSD-SA-20:10.ipfw
+ FreeBSD-SA-20:11.openssl
+
+ Fix regression in rpc.rquotad with certain NFS servers [EN-20:07.quotad]
+
+ Fix ipfw invalid mbuf handling [SA-20:10.ipfw]
+
+ Fix OpenSSL remote denial of service vulnerability [SA-20:11.openssl]
+
20200319 p3 FreeBSD-EN-20:03.sshd
FreeBSD-EN-20:05.mlx5en
FreeBSD-EN-20:06.ipv6
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 65a3a1903d50..71793d84d9f8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi