public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/inotify-tools: bump to version 4.25.9.0
@ 2026-04-12 18:09 Shubham Chakraborty
  0 siblings, 0 replies; only message in thread
From: Shubham Chakraborty @ 2026-04-12 18:09 UTC (permalink / raw)
  To: buildroot; +Cc: Shubham Chakraborty

- Fix crash on >=1024 watched files
- Add recursive watch with --include
- Add static compilation flag
- Fix fanotify-only options when disabled
- Fix man page reference formatting

Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
---
 DEVELOPERS                               | 1 +
 package/inotify-tools/inotify-tools.hash | 2 +-
 package/inotify-tools/inotify-tools.mk   | 5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 9e9c8a5a0f..5c8adfb316 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3062,6 +3062,7 @@ F:	package/wolfssl/
 N:	Shubham Chakraborty <chakrabortyshubham66@gmail.com>
 F:	package/ccache/
 F:	package/hyperfine/
+F:	package/inotify-tools/
 
 N:	Simon Dawson <spdawson@gmail.com>
 F:	boot/at91bootstrap3/
diff --git a/package/inotify-tools/inotify-tools.hash b/package/inotify-tools/inotify-tools.hash
index 5984827f8b..782db42e1d 100644
--- a/package/inotify-tools/inotify-tools.hash
+++ b/package/inotify-tools/inotify-tools.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  c5b018567814ea555d716f518b6e3ae243c733f7bd3e8585d81748a6da286f3c  inotify-tools-3.20.2.2.tar.gz
+sha256  d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b  inotify-tools-4.25.9.0.tar.gz
 sha256  e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6  COPYING
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk
index b410ade33d..75deddb697 100644
--- a/package/inotify-tools/inotify-tools.mk
+++ b/package/inotify-tools/inotify-tools.mk
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-INOTIFY_TOOLS_VERSION = 3.20.2.2
-INOTIFY_TOOLS_SITE = https://github.com/inotify-tools/inotify-tools/releases/download/$(INOTIFY_TOOLS_VERSION)
+INOTIFY_TOOLS_VERSION = 4.25.9.0
+INOTIFY_TOOLS_SITE = $(call github,inotify-tools,inotify-tools,$(INOTIFY_TOOLS_VERSION))
 INOTIFY_TOOLS_LICENSE = GPL-2.0+
 INOTIFY_TOOLS_LICENSE_FILES = COPYING
 INOTIFY_TOOLS_INSTALL_STAGING = YES
+INOTIFY_TOOLS_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
2.53.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-12 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 18:09 [Buildroot] [PATCH] package/inotify-tools: bump to version 4.25.9.0 Shubham Chakraborty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox