git: 1eb03b059e56 - releng/14.2 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Apr 2025 14:57:45 UTC
The branch releng/14.2 has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=1eb03b059e56b9cde4246e406f96881cc128528a
commit 1eb03b059e56b9cde4246e406f96881cc128528a
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2025-04-09 03:28:38 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2025-04-10 14:38:58 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 17 +++++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)
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