diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-04-30 21:12:58 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-04-30 21:21:34 +0000 |
| commit | 4f4b48e8a5478657f343953ef30ce992f2a6b68f (patch) | |
| tree | f01871e1015dc28fdf88e7311553aba8839cff31 | |
| parent | 5bad905eb37f69a8ac90f5e10c07527aded70b5b (diff) | |
| -rw-r--r-- | UPDATING | 5 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |
