git: 74b6c983723c - releng/14.1 - Add UPDATING entries and bump revision
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 19:07:41 UTC
The branch releng/14.1 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=74b6c983723cf3d3e277f10780ad081e32c80e80 commit 74b6c983723cf3d3e277f10780ad081e32c80e80 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-10-29 19:04:42 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-10-29 19:04:42 +0000 Add UPDATING entries and bump revision EN-24:17.pam_xdg SA-24:17.bhyve SA-24:18.ctl SA-24:19.fetch Approved by: so --- UPDATING | 14 ++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index c77a09fdf81b..7db8d96d692e 100644 --- a/UPDATING +++ b/UPDATING @@ -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. +20241029: + 14.1-RELEASE-p6 EN-24:17.pam_xdg + SA-24:17.bhyve + SA-24:18.ctl + SA-24.19.fetch + + XDG runtime directory's file descriptor leak at login [EN-24:17.pam_xdg] + + Multiple issues in the bhyve hypervisor [SA-24:17.bhyve] + + Unbounded allocation in ctl(4) CAM Target Layer [SA-24:18.ctl] + + Certificate revocation list fetch(1) option fails [SA-24:19.fetch] + 20240919: 14.1-RELEASE-p5 EN-24:16.pf SA-24:15.bhyve diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f611c7d0229d..c8fcd643c0b9 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.1" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi