git: 350993b276 - main - 15.1/relnotes: additional commits entries added

From: Vladlen Popolitov <vladlen_at_FreeBSD.org>
Date: Wed, 03 Jun 2026 14:43:31 UTC
The branch main has been updated by vladlen:

URL: https://cgit.FreeBSD.org/doc/commit/?id=350993b276341514e90b911be912494a3b8d057d

commit 350993b276341514e90b911be912494a3b8d057d
Author:     Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-06-03 14:43:25 +0000
Commit:     Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-06-03 14:43:25 +0000

    15.1/relnotes: additional commits entries added
    
    Entries from the latest commits added
    
    Approved by: doceng (implicit)
    Differential Revision: https://reviews.freebsd.org/D57404
---
 website/content/en/releases/15.1R/relnotes.adoc | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/website/content/en/releases/15.1R/relnotes.adoc b/website/content/en/releases/15.1R/relnotes.adoc
index e3c99c8968..03b751fa49 100644
--- a/website/content/en/releases/15.1R/relnotes.adoc
+++ b/website/content/en/releases/15.1R/relnotes.adoc
@@ -430,8 +430,8 @@ gitref:11aa32794394[repository=src].
 man:sqlite3[1] has been updated to version 3.50.4.
 gitref:e37206a66db0[repository=src].
 
-man:unbound[8] has been updated to version 1.24.1.
-gitref:fc3c317b055c[repository=src].
+man:unbound[8] has been updated to version 1.25.1.
+gitref:1b6c85cfac36[repository=src].
 
 The blacklist subsystem has been renamed to blocklist (man:blocklistd[8]) throughout the system. Old names in rc scripts, firewall rules, and configuration knobs remain functional but emit warnings. This change follows upstream terminology updates.
 gitref:7f6f2139eef9[repository=src].
@@ -636,6 +636,9 @@ The man:qat[4] driver now supports the 402xx device (IDs 0x4944/0x4945) using th
 gitref:88c0ce38bc18[repository=src].
 {{< sponsored "Intel Corporation" >}}
 
+The padlock_rng driver is now built on amd64, enabling hardware random number generation on 64-bit Via Nano, Nano X2, and some Zhaoxin CPUs.
+gitref:191573ce0bfd[repository=src].
+
 [[drivers-removals]]
 === Deprecated and Removed Drivers
 
@@ -878,6 +881,9 @@ gitref:c988f316d6c6[repository=src].
 The documentation has been added for several string functions to man:d[7]: `strchr`, `strjoin`, `strrchr`, `strstr`, `strtok`, `strlen`, and `substr`.
 gitref:d086bf34b56f[repository=src].
 
+A new manual page man:groups[7] has been added describing standard group names.
+gitref:0ac3db880552[repository=src].
+
 The man:ports[7] manual page has been substantially improved. The `FILES` section has been expanded and refactored into three tables for better clarity, with terse descriptions of individual port files now included. Additionally, the `DEFAULT_VERSIONS` variable is now documented, providing users with information about setting default versions for ports options.
 gitref:1b5b7867b67f[repository=src],
 gitref:782ea981ea72[repository=src],