summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2019-01-09 19:11:32 +0000
committeremaste <emaste@FreeBSD.org>2019-01-09 19:11:32 +0000
commit859a3eff7065774c4fe9b196133c1eba19ffcb86 (patch)
treee8d3e473628fd17f2fd512ed6afe5d678f5e28b5
parent5c7c51c287332dad039b2f6e39e0853afe244915 (diff)
downloadFreeBSD-src-859a3eff7065774c4fe9b196133c1eba19ffcb86.zip
FreeBSD-src-859a3eff7065774c4fe9b196133c1eba19ffcb86.tar.gz
UPDATING and newvers entries for 11.2-p8
Approved by: so Security: FreeBSD-EN-19:03.sqlite Security: FreeBSD-EN-19:04.tzdata Security: FreeBSD-EN-19:05.kqueue
-rw-r--r--UPDATING11
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index d4c0a4b..3a44e6c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,17 @@ 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.
+20190109 p8 FreeBSD-EN-19:03.sqlite
+ FreeBSD-EN-19:04.tzdata
+ FreeBSD-EN-19:05.kqueue
+
+ Update sqlite3-3.20.0 --> sqlite3-3.26.0 (3260000) [EN-19:03.sqlite]
+
+ Import tzdata 2018h, 2018i [EN-19:04.tzdata]
+
+ Avoid unsynchronized updates to kn_status. [EN-19:05.kqueue]
+
+
20181219 p7 FreeBSD-SA-18:15.bootpd
FreeBSD-EN-18:16.ptrace
FreeBSD-EN-18:17.vm
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index cef6908..041b548 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud