git: dd1fc0bc57b5 - main - RELNOTES: Note the vendor imports I did over the weekend: awk, lua
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Aug 2025 18:22:10 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=dd1fc0bc57b52588414eddb5589e71fea6a9e900
commit dd1fc0bc57b52588414eddb5589e71fea6a9e900
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-08-25 18:21:27 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-08-25 18:22:06 +0000
RELNOTES: Note the vendor imports I did over the weekend: awk, lua
Lua 5.4.8 and awk August 04, 2025 merged ot the tree.
Sponsored by: Netflix
---
RELNOTES | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 3aec631bc15e..83e111ef3512 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,12 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+3068d706eabe:
+ Lua updated to 5.4.8, which is minor bug fixes from 5.4.7.
+
+b45a181a74c8:
+ Awk updates to August 04, 2025 verison, with minor bug fixes.
+
dc5ba6b8b4f0:
The WITHOUT_GSSAPI src.conf(5) option has been removed. The GSSAPI
libraries are now always built unless WITHOUT_KERBEROS is set.