<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libcap/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2021-04-05T17:02:08Z</updated>
<entry>
<title>libcap: drop from feed</title>
<updated>2021-04-05T17:02:08Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-04-05T17:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a62090aea975e53bd294a8ea7a9735df277d775c'/>
<id>urn:sha1:a62090aea975e53bd294a8ea7a9735df277d775c</id>
<content type='text'>
The libcap package was moved to OpenWrt base.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: update to 2.36</title>
<updated>2020-06-14T01:11:47Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-12T03:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bd1caf362e03da387cddd7864753407bfc3ee312'/>
<id>urn:sha1:bd1caf362e03da387cddd7864753407bfc3ee312</id>
<content type='text'>
Remove outdated patches. A different solution was applied upstream.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: update to 2.34</title>
<updated>2020-06-06T23:37:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-06T22:35:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=05648d2775cd6adcee2c91846e4ede728e600176'/>
<id>urn:sha1:05648d2775cd6adcee2c91846e4ede728e600176</id>
<content type='text'>
Removed upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: fix build failure</title>
<updated>2020-03-20T00:54:27Z</updated>
<author>
<name>Paulo Machado</name>
</author>
<published>2020-03-19T21:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bb34fcebe5e90b8cfe73cb7d5412dcec91f66138'/>
<id>urn:sha1:bb34fcebe5e90b8cfe73cb7d5412dcec91f66138</id>
<content type='text'>
Building is failing during the test compilation due to static compilation.

Disable tests as they are not being used.

Signed-off-by: Paulo Machado &lt;pffmachado@yahoo.com&gt;
</content>
</entry>
<entry>
<title>libcap: update to 2.33</title>
<updated>2020-03-09T22:25:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-09T21:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2f957ddc303bdf8205afcbd799c30334453e412a'/>
<id>urn:sha1:2f957ddc303bdf8205afcbd799c30334453e412a</id>
<content type='text'>
Added a compatibility fix for musl.

Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: update to 2.32</title>
<updated>2020-02-21T01:17:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-21T01:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=382b7cf690794a75781079d8513f0e36ad9ce9d7'/>
<id>urn:sha1:382b7cf690794a75781079d8513f0e36ad9ce9d7</id>
<content type='text'>
Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: Fix compilation with uClibc-ng</title>
<updated>2020-01-11T02:37:18Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-11T02:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a559224b3406158888c9590f3a808606094b4da'/>
<id>urn:sha1:3a559224b3406158888c9590f3a808606094b4da</id>
<content type='text'>
The test does not compile with --static.

As this does not touch binaries, not bumping the package release.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: Update to 2.29</title>
<updated>2020-01-09T00:08:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-03T06:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=caf6d5ed2a2ded98c2fd01e641622293006c25ca'/>
<id>urn:sha1:caf6d5ed2a2ded98c2fd01e641622293006c25ca</id>
<content type='text'>
Fixed PKG_LICENSE.

Added PKG_BUILD_PARALLEL for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap: Update to 2.26</title>
<updated>2018-11-30T20:42:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-30T20:42:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e440aeaf691815177ed063d5fe7ff733d91eed3d'/>
<id>urn:sha1:e440aeaf691815177ed063d5fe7ff733d91eed3d</id>
<content type='text'>
Minor adjustments to Makefile.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
