diff --git a/config/rootfiles/common/gawk b/config/rootfiles/common/gawk
index 2d4b162e7..c84e07061 100644
--- a/config/rootfiles/common/gawk
+++ b/config/rootfiles/common/gawk
@@ -1,6 +1,6 @@
 usr/bin/awk
 usr/bin/gawk
-usr/bin/gawk-5.3.2
+usr/bin/gawk-5.4.1
 usr/bin/gawkbug
 usr/etc/profile.d
 usr/etc/profile.d/gawk.csh
@@ -61,6 +61,7 @@ usr/lib/gawk/time.so
 #usr/share/info/gawk_process-flow.png
 #usr/share/info/gawk_statist.jpg
 #usr/share/info/gawkinet.info
+#usr/share/info/gawknotes.info
 #usr/share/info/gawkworkflow.info
 #usr/share/info/pm-gawk.info
 #usr/share/man/man1/gawk.1
@@ -70,6 +71,7 @@ usr/lib/gawk/time.so
 #usr/share/man/man3/fnmatch.3am
 #usr/share/man/man3/fork.3am
 #usr/share/man/man3/inplace.3am
+#usr/share/man/man3/intdiv.3am
 #usr/share/man/man3/ordchr.3am
 #usr/share/man/man3/readdir.3am
 #usr/share/man/man3/readfile.3am
diff --git a/lfs/gawk b/lfs/gawk
index bd61298bb..1f2ab2290 100644
--- a/lfs/gawk
+++ b/lfs/gawk
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 5.3.2
+VER        = 5.4.1
 
 THISAPP    = gawk-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 8536777bb45c63d737ef08b3f1b98285cb29ec54400e35b2139c2bc66b464e3ec4950274614d95d94dc7eae18c57333b7c30a44d993855258155fc82b749042a
+$(DL_FILE)_BLAKE2 = 8bd7913c268a66e3f9eca6bed8d7b8fe23c75148c932d186c5e35429dc12f331f960e0fbb5d62d4675ff47f369f63c92db5b3214303edab3a868f0071dd0c4c1
 
 install : $(TARGET)
 
