mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
UPDATING and newvers entries for 11.2-p9
Approved by: so Security: FreeBSD-SA-19:01.syscall
This commit is contained in:
parent
10d5d42572
commit
cde60cabb1
2 changed files with 6 additions and 1 deletions
5
UPDATING
5
UPDATING
|
|
@ -16,6 +16,11 @@ 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.
|
||||
|
||||
20190205 p9 FreeBSD-SA-19:01.syscall
|
||||
|
||||
amd64: clear callee-preserved registers on syscall exit
|
||||
[SA-19:01.syscall]
|
||||
|
||||
20190109 p8 FreeBSD-EN-19:03.sqlite
|
||||
FreeBSD-EN-19:04.tzdata
|
||||
FreeBSD-EN-19:05.kqueue
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="11.2"
|
||||
BRANCH="RELEASE-p8"
|
||||
BRANCH="RELEASE-p9"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue