summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2025-04-09 03:28:38 +0000
committerPhilip Paeps <philip@FreeBSD.org>2025-04-10 14:38:58 +0000
commit1eb03b059e56b9cde4246e406f96881cc128528a (patch)
tree54d2c64d1ef325475d6fb368413858fa82f294e0
parent23d06bb83d0a189e8903526257dd6b556da89d69 (diff)
-rw-r--r--UPDATING17
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index d9103d7b1e29..ea92e6a45454 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,23 @@ 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.
+20250410:
+ 14.2-RELEASE-p3 EN-25:04.tzdata
+ EN-25:05.expat
+ EN-25:06.daemon
+ EN-25:07.openssl
+ EN-25:08.caroot
+
+ Timezone database information update [EN-25:04.tzdata]
+
+ Update expat to 2.7.1 [EN-25:05.expat]
+
+ daemon(8) missing signals [EN-25:06.daemon]
+
+ Update OpenSSL to 3.0.16 [EN-25:07.openssl]
+
+ Root certificate bundle update [EN-25:08.caroot]
+
20250221:
14.2-RELEASE-p2 SA-25:05.openssh
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 49d6f96be2c8..71869e91f186 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.2"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi