Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bd08be8f
Commit
bd08be8f
authored
2 years ago
by
omni
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/inotify-tools: upgrade to 3.22.6.0
parent
152b74d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!38569
main/inotify-tools: upgrade to 3.22.6.0
Pipeline
#139931
canceled
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/inotify-tools/APKBUILD
+10
-6
10 additions, 6 deletions
main/inotify-tools/APKBUILD
main/inotify-tools/fsid-t.patch
+18
-0
18 additions, 0 deletions
main/inotify-tools/fsid-t.patch
with
28 additions
and
6 deletions
main/inotify-tools/APKBUILD
+
10
−
6
View file @
bd08be8f
# Contributor:
# Contributor:
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
inotify-tools
pkgname
=
inotify-tools
pkgver
=
3.2
0.11
.0
pkgver
=
3.2
2.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 diff is collapsed.
Click to expand it.
main/inotify-tools/fsid-t.patch
0 → 100644
+
18
−
0
View file @
bd08be8f
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment