diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-11-08 01:18:52 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-11-08 01:18:52 +0000 |
| commit | 2d8b79fe6036efbc6f00fe97ca482fab039f854e (patch) | |
| tree | e997980ef5d98cdd507d16b76d8fe939cd9c8ab9 | |
| parent | 5f4fc91cc87c99d9995fd05e6029960d692bb397 (diff) | |
Add UPDATING entries and bump version.
Approved by: so
Approved by: re (implicit)
| -rw-r--r-- | UPDATING | 8 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -12,6 +12,14 @@ 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. +20231108: + 14.0-RC4-p1 SA-23:15.stdio + SA-23:16.cap_net + + libc stdio buffer overflow [SA-23:15.stdio] + + Incorrect libcap_net limitation list manipulation [SA-23:16.cap_net] + 20230824: __FreeBSD_version 1400097 after the branching stable/14 from main. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 7b9891253fe7..b40c56ae759c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RC4" +BRANCH="RC4-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
