git: 4f4b48e8a547 - releng/14.3 - Add UPDATING entries and bump version

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Fri, 01 May 2026 15:08:31 UTC
The branch releng/14.3 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f4b48e8a5478657f343953ef30ce992f2a6b68f

commit 4f4b48e8a5478657f343953ef30ce992f2a6b68f
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-04-30 21:12:58 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-04-30 21:21:34 +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 ae6ab355ce23..790e47561bbd 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.
 
+20260430:
+	14.3-RELEASE-p13 EN-26:11.dhclient
+
+	dhclient(8) lease validation is too strict. [EN-26:11.dhclient]
+
 20260429:
 	14.3-RELEASE-p12 SA-26:12.dhclient
 			SA-26:13.exec
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 95f605916ed3..9f5c54d49cb8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.3"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi