Skip to content
Snippets Groups Projects
Commit bd08be8f authored by omni's avatar omni Committed by alice
Browse files

main/inotify-tools: upgrade to 3.22.6.0

parent 152b74d2
No related branches found
No related tags found
1 merge request!38569main/inotify-tools: upgrade to 3.22.6.0
Pipeline #139931 canceled
# Contributor: # Contributor:
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=inotify-tools pkgname=inotify-tools
pkgver=3.20.11.0 pkgver=3.22.6.0
pkgrel=1 pkgrel=0
pkgdesc="C library and CLI tools providing a simple interface to inotify" pkgdesc="C library and CLI tools providing a simple interface to inotify"
url="https://github.com/inotify-tools/inotify-tools" url="https://github.com/inotify-tools/inotify-tools"
arch="all" arch="all"
license="GPL-2.0-only" license="GPL-2.0-only"
makedepends="automake autoconf libtool" makedepends="automake autoconf libtool"
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-libs $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/inotify-tools/inotify-tools/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/inotify-tools/inotify-tools/archive/$pkgver.tar.gz
fsid-t.patch
"
prepare() { prepare() {
default_prepare default_prepare
touch README
autoreconf -vif autoreconf -vif
} }
...@@ -34,4 +35,7 @@ package() { ...@@ -34,4 +35,7 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="77b90e96efe0c90ab6ca4309c2f08303c2047ebddfad93ff62c616f30df8ca01102197867571047475b19b7dcc0fe369d9dd41425c2973cdc06467787098f672 inotify-tools-3.20.11.0.tar.gz" sha512sums="
cda445add4b9d80b70eff9189ed50d05f4b5593a755159d0354431166c6fe6fdb33f7bf37fd50bc09aad3ed0a6e3763b9c74f65e554400f2596b8d492f1d0a21 inotify-tools-3.22.6.0.tar.gz
536db5928373168a12a1c3c7fea8ada2592d471416c6037ec7fa9d9e7c4516e1b75f332d38d298caf8830ebca033615eddb1ce7c9a32758f14afb21ccde6be35 fsid-t.patch
"
this was reverted in https://github.com/inotify-tools/inotify-tools/commit/cbab7c0bec0afb52f740417692318f43861e9313
but is still needed
diff --git a/libinotifytools/src/inotifytools.c b/libinotifytools/src/inotifytools.c
index 466f56d..4dbc018 100644
--- a/libinotifytools/src/inotifytools.c
+++ b/libinotifytools/src/inotifytools.c
@@ -57,6 +57,11 @@ struct fanotify_event_fid {
};
#endif
+#ifndef __GLIBC__
+#define val __val
+#define __kernel_fsid_t fsid_t
+#endif
+
/**
* @file inotifytools/inotifytools.h
* @brief inotifytools library public interface.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment