From: Adolf Belka Date: Tue, 28 Apr 2026 12:11:06 +0000 (+0200) Subject: inotify-tools: Update to version 4.25.9.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4e45f3e7e87f6d53880d2933dcbda562a6ef8df;p=ipfire-2.x.git inotify-tools: Update to version 4.25.9.0 - Update from version 4.23.9.0 to 4.25.9.0 - No change to rootfile - Changelog 4.25.9.0 Reject fanotify-only options if fanotify is disabled by @defanor in #196 Fix formatting of man page references by @jwilk in #213 Disable SonarCloud by @ericcurtin in #214 Remove dead builds from README.md by @ericcurtin in #215 Add Fedora 39 build to github actions by @ericcurtin in #216 Add flag for forcing static compilation by @nirhaike in #220 Allow recursive watch with --include by @arnib in #229 Fix a crash on >=1024 watched files by @jankratochvil in #230 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/inotify-tools b/lfs/inotify-tools index bb70fbfc6..7df35e7c5 100644 --- a/lfs/inotify-tools +++ b/lfs/inotify-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # 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 = 4.23.9.0 +VER = 4.25.9.0 THISAPP = inotify-tools-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = eddb0e44721cd8674f2309046998de16a030ed9ad84c49bc5950b9362055db9242dc0de1c615c3bd6c1f2835c83fc55446c9f8e6da52a98870c53f4e6cfa31f9 +$(DL_FILE)_BLAKE2 = f32a7cfaf76e8896a6f581bbffe443109c017c59b44d5f9d15ca019029da4895b04880d404765921b201a9eaf1864d0085aa47366112bec0c3afd5c0fcfe5c47 install : $(TARGET) @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ - --prefix=/usr + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)