diff --git a/config/rootfiles/common/acpid b/config/rootfiles/common/acpid
index 85a110de8..e81a8d6ae 100644
--- a/config/rootfiles/common/acpid
+++ b/config/rootfiles/common/acpid
@@ -6,12 +6,12 @@ etc/acpi/events/power
 usr/bin/acpi_listen
 usr/sbin/acpid
 #usr/sbin/kacpimon
-#usr/share/doc/acpid-2.0.26
-#usr/share/doc/acpid-2.0.26/COPYING
-#usr/share/doc/acpid-2.0.26/Changelog
-#usr/share/doc/acpid-2.0.26/README
-#usr/share/doc/acpid-2.0.26/TESTPLAN
-#usr/share/doc/acpid-2.0.26/TODO
+#usr/share/doc/acpid-2.0.34
+#usr/share/doc/acpid-2.0.34/COPYING
+#usr/share/doc/acpid-2.0.34/Changelog
+#usr/share/doc/acpid-2.0.34/README
+#usr/share/doc/acpid-2.0.34/TESTPLAN
+#usr/share/doc/acpid-2.0.34/TODO
 #usr/share/man/man8/acpi_listen.8
 #usr/share/man/man8/acpid.8
 #usr/share/man/man8/kacpimon.8
diff --git a/lfs/acpid b/lfs/acpid
index 77f3dd012..e8a5bd660 100644
--- a/lfs/acpid
+++ b/lfs/acpid
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.32
+VER        = 2.0.34
 
 THISAPP    = acpid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 829b2f78f497d9c0bbd90d952cadad96beece3070240bee69f2a5cf28903e9e5f969a3bf9000552c63a52c17f8b94285a181f4301449a9b64c573032d9a4d255
+$(DL_FILE)_BLAKE2 = 1379978f8c5816febcde2d3bb641f8a51736ae0caed97a45caa990576d314608a455307df11f6abafa2ef8bbaa47554f581605aa9c1af150ee64b9eb684fee15
 
 install : $(TARGET)
 
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure --prefix=/usr \
-		--docdir=/usr/share/doc/acpid-2.0.26
+		--docdir=/usr/share/doc/acpid-2.0.34
 	cd $(DIR_APP) && make $(MAKETUNING) OPT="$(CFLAGS)"
 	cd $(DIR_APP) && make install
 
