<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/inotify-tools, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-02-28T11:50:10Z</updated>
<entry>
<title>inotify-tools: fix link error on x86</title>
<updated>2024-02-28T11:50:10Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-28T11:50:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7eeda7fd3e89943f7f5e139950745bb4f90bf904'/>
<id>urn:sha1:7eeda7fd3e89943f7f5e139950745bb4f90bf904</id>
<content type='text'>
Previous commit removed unnecessary linking with libstdc++
but introduced another error on x86 platforms:

  undefined reference to `__stack_chk_fail_local'

Fix it by explicitly linking libssp_nonshared.a

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>inotify-tools: update to 4.23.9.0</title>
<updated>2024-02-25T18:24:12Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-25T16:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ca6afe964b248417488b22bf6da0663dce5ed09a'/>
<id>urn:sha1:ca6afe964b248417488b22bf6da0663dce5ed09a</id>
<content type='text'>
- Workaround superfluous linking with libstdccp

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>inotify-tools: fix compilation with musl 1.2.4</title>
<updated>2023-05-18T11:20:03Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-16T21:41:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b84d35f57798d61d74dd7d123aa58f1af0db91b6'/>
<id>urn:sha1:b84d35f57798d61d74dd7d123aa58f1af0db91b6</id>
<content type='text'>
Fixes errors in the form of:
inotifytools.c: In function 'inotifytools_watch_recursively_with_exclude':
inotifytools.c:1335:30: error: storage size of 'my_stat' isn't known
 1335 |         static struct stat64 my_stat;
      |                              ^~~~~~~
inotifytools.c:1342:36: error: implicit declaration of function 'lstat64'; did you mean 'lstat'? [-Werror=implicit-function-declaration]
 1342 |                         if ( -1 == lstat64( next_file, &amp;my_stat ) ) {
      |                                    ^~~~~~~
      |                                    lstat
inotifytools.c:1335:30: error: unused variable 'my_stat' [-Werror=unused-variable]
 1335 |         static struct stat64 my_stat;
      |                              ^~~~~~~
inotifytools.c: In function 'isdir':
inotifytools.c:1621:30: error: storage size of 'my_stat' isn't known
 1621 |         static struct stat64 my_stat;
      |                              ^~~~~~~
inotifytools.c:1621:30: error: unused variable 'my_stat' [-Werror=unused-variable]
inotifytools.c:1630:1: error: control reaches end of non-void function [-Werror=return-type]
 1630 | }
      | ^
cc1: all warnings being treated as errors

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>inotify-tools: update to 3.20.11.0</title>
<updated>2020-11-15T21:57:42Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-11-15T21:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1d57c600a48d13ddea1c88bad8faa522b638b5f5'/>
<id>urn:sha1:1d57c600a48d13ddea1c88bad8faa522b638b5f5</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>inotify-tools: update to version 3.20.2.2</title>
<updated>2020-06-07T17:54:49Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-06-07T17:31:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4de7d7cf1017589348e3042ac64a8a8cfbdea760'/>
<id>urn:sha1:4de7d7cf1017589348e3042ac64a8a8cfbdea760</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>inotify-tools: update to 3.20.1</title>
<updated>2018-05-07T18:18:59Z</updated>
<author>
<name>Reiner Herrmann</name>
</author>
<published>2018-05-07T16:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b5ff192c811c983b99ab6a402d98bf5dda7fbd86'/>
<id>urn:sha1:b5ff192c811c983b99ab6a402d98bf5dda7fbd86</id>
<content type='text'>
Signed-off-by: Reiner Herrmann &lt;reiner@reiner-h.de&gt;
</content>
</entry>
<entry>
<title>inotify-tools: add packages</title>
<updated>2018-04-15T20:53:27Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2018-04-15T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3c7d2ae182e4e7c8ae782c850c9b63d70c79ca14'/>
<id>urn:sha1:3c7d2ae182e4e7c8ae782c850c9b63d70c79ca14</id>
<content type='text'>
Add packages for inotifywait, inotifywatch and libinotifytools.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
