diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-10-03 21:51:35 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-10-03 21:51:35 +0000 |
commit | d20ece445acfc5d29ca096b38e30e4c0cb0b0d95 (patch) | |
tree | 4ddf6d30ad05a38a4cd0dafbb5ed02d5b647684d | |
parent | 485912e051bbea273a480a24d7f321cc7c06f335 (diff) | |
download | src-d20ece445acfc5d29ca096b38e30e4c0cb0b0d95.tar.gz src-d20ece445acfc5d29ca096b38e30e4c0cb0b0d95.zip |
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r-- | UPDATING | 14 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -12,6 +12,20 @@ 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. +20231003: + 13.2-RELEASE-p4 FreeBSD-EN-23:12.freebsd-update + FreeBSD-SA-23:12.msdosfs + FreeBSD-SA-23:13.capsicum + FreeBSD-SA-23:14.smccc + + freebsd-update to 14.0 fails [EN-23:12.freebsd-update] + + Fix msdosfs data disclosure [SA-23:12.msdosfs] + + copy_file_range insufficient capability rights check [SA-23:13.capsicum] + + arm64 boot CPUs may lack speculative execution protections [SA-23:14.smccc] + 20230906: 13.2-RELEASE-p3 FreeBSD-EN-23:09.freebsd-update FreeBSD-EN-23:10.pci diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 31ce004e1417..c5c5d09070b8 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p3" +BRANCH="RELEASE-p4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |