<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/tools/flock, branch v21.02.3</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.3</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.3'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2020-07-23T09:30:22Z</updated>
<entry>
<title>tools/flock: add PKG_{VERSION,RELEASE}</title>
<updated>2020-07-23T09:30:22Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-07-22T23:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc'/>
<id>urn:sha1:fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc</id>
<content type='text'>
The stored source code of flock contains the version string of version
2.18, reflect that in the Makefile.

Motivation is the tracking of changes in the buildsystem, which requires
versioning of packages.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>tools: flock: add NFSv4 compatibility</title>
<updated>2016-08-11T08:50:10Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2016-08-09T06:22:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5d0b180f798ca53cc04be4cec82c7c56b6c25d97'/>
<id>urn:sha1:5d0b180f798ca53cc04be4cec82c7c56b6c25d97</id>
<content type='text'>
This patch fixes the LEDE build on mounted NFSv4 shares.

The lock file cannot be opened in read-write mode by default, because
then we cannot use flock(1) to lock executable files.

The read-write mode for lock files is necessary on NFSv4 where
flock(2) is emulated by by fcntl() -- this situation is possible to
detect by flock(2) EBADF error.

The patch consist of the following util-linux/flock commits

http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=eb742a1f66d5e3a7c5b43efce741c113f51bef3b

http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=caf1ba11a367ad702fb774653daf9ebdcca49d7b

without including the pre kernel 3.4 support.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt; [minor cleanup]
</content>
</entry>
<entry>
<title>tools/flock: fix compile on Alpine Linux</title>
<updated>2016-03-10T19:10:48Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-10T19:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b2348e69ad1d228d4ac32f5a19246439d9960d9b'/>
<id>urn:sha1:b2348e69ad1d228d4ac32f5a19246439d9960d9b</id>
<content type='text'>
fixes build errors:
src/flock.c:208:34: error: 'O_NOCTTY' undeclared (first use in this function)
     fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666);
src/flock.c:208:43: error: 'O_CREAT' undeclared (first use in this function)
     fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666);

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 48978
</content>
</entry>
<entry>
<title>flock: do not use ccache, fixes build error</title>
<updated>2016-01-21T23:22:11Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-21T23:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=4c4709e5b1117255bd8360f565d82ddf87ffc5e8'/>
<id>urn:sha1:4c4709e5b1117255bd8360f565d82ddf87ffc5e8</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48447
</content>
</entry>
<entry>
<title>tools: remove static linking support</title>
<updated>2015-02-06T00:00:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-06T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f7e56763e12bdff2261929bbcb691e770341d043'/>
<id>urn:sha1:f7e56763e12bdff2261929bbcb691e770341d043</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44285
</content>
</entry>
<entry>
<title>use HOST_STATIC_LINKING instead of hardcoding -static</title>
<updated>2012-08-12T12:34:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-12T12:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3'/>
<id>urn:sha1:cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3</id>
<content type='text'>
SVN-Revision: 33140
</content>
</entry>
<entry>
<title>flock: link statically</title>
<updated>2012-08-10T19:26:26Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-10T19:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6c47378041fa47e33a658951b9148fdf60967092'/>
<id>urn:sha1:6c47378041fa47e33a658951b9148fdf60967092</id>
<content type='text'>
SVN-Revision: 33092
</content>
</entry>
<entry>
<title>add a stripped down (and portable) version of flock to the host tools</title>
<updated>2010-10-29T13:39:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2010-10-29T13:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=731877c5d95f0caefdd1484fe983083131f8eff2'/>
<id>urn:sha1:731877c5d95f0caefdd1484fe983083131f8eff2</id>
<content type='text'>
SVN-Revision: 23707
</content>
</entry>
</feed>
