From patchwork Tue Apr 28 12:11:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9746 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g4fRm1GgYz3wph for ; Tue, 28 Apr 2026 12:11:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g4fRl5MKYz1fT for ; Tue, 28 Apr 2026 12:11:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g4fRd1XXVz345t for ; Tue, 28 Apr 2026 12:11:25 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g4fRV51WMz34Qv for ; Tue, 28 Apr 2026 12:11:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g4fRT4gWFz7CW; Tue, 28 Apr 2026 12:11:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777378277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U0lohMK0udo/1T6nBQRzLiCjN5i5yP1qPv8ZwKXEL8I=; b=kQQ6+It1h85StBhg/tLwQsU7u4E9+SdsWYe5HJjoLPnLkPK6bdc9Wgi0aZhZXSQmXmMM8x w9qhaW3FHuAU0b+sOoIxjWg49kNimEXpaIb0UJvEWbYCzpn+/7BVaV657VMeQQ96VTKQNn vs58c+o8URmO+4/tBwXp4pSSDCNPMGNjPGNMJh1ot84CHm69Xuf30+dxfufmvksss2gM1D 0QRZR4jnDAoE0+PTiI7cNlr8GBjIU5naimkBHC/7wIElfGzpK9gbrjf3+TvFpfy4TI8k+z vZaXTiqIU414u5ij0kL/HTYqp3tgtkfvR9AbEpq+g8H6ZritJiek+1Q5H6uNrg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777378277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U0lohMK0udo/1T6nBQRzLiCjN5i5yP1qPv8ZwKXEL8I=; b=NtfkBdFJmGHZx5jUjzgMzGAMr5c0VVBy+EpLypGtN8vAP9HjlKRDoJJ+2HjKcvLDU/RjVg X3Ama0GuQElJh4AQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] inotify-tools: Update to version 4.25.9.0 Date: Tue, 28 Apr 2026 14:11:06 +0200 Message-ID: <20260428121111.1146161-6-adolf.belka@ipfire.org> In-Reply-To: <20260428121111.1146161-1-adolf.belka@ipfire.org> References: <20260428121111.1146161-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.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 --- lfs/inotify-tools | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)