The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=2ea99b8ed14208286ec3c8d6ccc997537c13d195
commit 2ea99b8ed14208286ec3c8d6ccc997537c13d195 Author: Gordon Tetlow <gor...@freebsd.org> AuthorDate: 2025-07-02 06:04:23 +0000 Commit: Gordon Tetlow <gor...@freebsd.org> CommitDate: 2025-07-02 06:04:23 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 5 +++++ sys/conf/newvers.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 75c40967a1ae..5a2bcdd07615 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,11 @@ 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. +20250702: + 14.3-RELEASE-p1 EN-25:10.zfs + + Fix corruption in ZFS replication streams from encrypted datasets [EN-25:10.zfs] + 20250610: 14.3-RELEASE. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f3815c0d9b16..b27ca22487d2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi