inotify-tools: update to 4.25.9.0
authorDaniel Golle <redacted>
Fri, 8 May 2026 17:20:04 +0000 (18:20 +0100)
committerDaniel Golle <redacted>
Sun, 17 May 2026 12:37:02 +0000 (13:37 +0100)
Update from 4.23.9.0.

The 4.25.9.0 release brings various fixes and updates accumulated
since 4.23 including build system fixes, smaller bug fixes and
maintenance updates.

Link: https://github.com/inotify-tools/inotify-tools/releases/tag/4.25.9.0
Link: https://github.com/inotify-tools/inotify-tools/blob/4.25.9.0/ChangeLog
Signed-off-by: Daniel Golle <redacted>
utils/inotify-tools/Makefile
utils/inotify-tools/patches/100-fix-version.patch [new file with mode: 0644]

index 1a81c5e0b67335e550ebcc57089db7a6309cf7a7..27d73245b023b38e584ee7a909d5430054a07fd6 100644 (file)
@@ -1,9 +1,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=inotify-tools
-PKG_VERSION:=4.23.9.0
-PKG_HASH:=1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855
-PKG_RELEASE:=2
+PKG_VERSION:=4.25.9.0
+PKG_HASH:=d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://codeload.github.com/rvoicilas/inotify-tools/tar.gz/$(PKG_VERSION)?
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/utils/inotify-tools/patches/100-fix-version.patch b/utils/inotify-tools/patches/100-fix-version.patch
new file mode 100644 (file)
index 0000000..8517140
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2,7 +2,7 @@
+ # Process this file with autoconf to produce a configure script.
+ AC_PREREQ(2.59)
+-AC_INIT([inotify-tools], [4.23.9.0])
++AC_INIT([inotify-tools], [4.25.9.0])
+ AC_CONFIG_AUX_DIR([config])
+ AC_CONFIG_SRCDIR([src/inotifywait.cpp])
+ AC_CONFIG_HEADERS([config.h])
git clone https://git.99rst.org/PROJECT