git: 3f40d5821eca - releng/13.4 - Add UPDATING entries and bump revision
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 19:07:51 UTC
The branch releng/13.4 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=3f40d5821ecad3fefb79700d01ce387adc29663e
commit 3f40d5821ecad3fefb79700d01ce387adc29663e
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-29 19:06:08 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-29 19:06:08 +0000
Add UPDATING entries and bump revision
SA-24:17.bhyve
SA-24:18.ctl
SA-24:19.fetch
Approved by: so
---
UPDATING | 11 +++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index df70c7ce5904..2951c149d61e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20241029:
+ 13.4-RELEASE-p2 SA-24:17.bhyve
+ SA-24:18.ctl
+ SA-24.19.fetch
+
+ 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:
13.4-RELEASE-p1 SA-24:15.bhyve
SA-24:16.libnv
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5d096d99c9aa..a59fe0f17d4b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.4"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi