From 859a3eff7065774c4fe9b196133c1eba19ffcb86 Mon Sep 17 00:00:00 2001 From: emaste Date: Wed, 9 Jan 2019 19:11:32 +0000 Subject: [PATCH] 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 --- UPDATING | 11 +++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index d4c0a4bb36c..3a44e6cc6d1 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 cef6908e121..041b548a8c6 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 -- 2.45.0