1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Add UPDATING entries and bump revision.

Approved by:	so
This commit is contained in:
Gordon Tetlow 2024-09-19 14:19:04 +01:00
parent 417e81a400
commit c31be7380a
No known key found for this signature in database
GPG Key ID: E5F7BCCBA3BDDDF8
2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,17 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
20240919:
13.3-RELEASE-p7 EN-24:16.pf
SA-24:15.bhyve
SA-24:16.libnv
Fix incorrect ICMPv6 state handling in pf [EN-24:16.pf]
Fix bhyve(8) out-of-bounds read access via XHCI emulation [SA-24:15.bhyve]
Fix integer overflow in libnv [SA-24:16.libnv]
20240904:
13.3-RELEASE-p6 EN-24:15.calendar
SA-24:09.libnv

View File

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.3"
BRANCH="RELEASE-p6"
BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi