<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libcap-ng/Makefile, 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>2025-11-11T15:27:09Z</updated>
<entry>
<title>libcap-ng: add host build</title>
<updated>2025-11-11T15:27:09Z</updated>
<author>
<name>Cedric CHEDALEUX</name>
</author>
<published>2025-02-24T14:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9d334da77e44395c23889b47951390dba602e277'/>
<id>urn:sha1:9d334da77e44395c23889b47951390dba602e277</id>
<content type='text'>
This patch adds the necessary host build infrastructure for libcap-ng.

While OpenWrt doesn't strictly need this right now, merging this change
prevents downstream projects (like prplOS) from having to fork the package
just to build their host tools, thus keeping the code bases closer.

Signed-off-by: Cedric CHEDALEUX &lt;cedric.chedaleux@orange.com&gt;
</content>
</entry>
<entry>
<title>libcap-ng: update to 0.84</title>
<updated>2024-02-15T01:28:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-14T22:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ad2c58bfec6b570bf4006e00fa64175afbb9e1e7'/>
<id>urn:sha1:ad2c58bfec6b570bf4006e00fa64175afbb9e1e7</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap-ng: update to 0.8.3</title>
<updated>2022-11-05T17:31:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-05T03:58:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=63b52599bf154c2f5918786a868f843c183bd4bf'/>
<id>urn:sha1:63b52599bf154c2f5918786a868f843c183bd4bf</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap-ng: update to 0.8.2</title>
<updated>2021-06-16T02:58:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-16T02:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b97e413123dfd07f74811df8bb9d4dc3d7c46bef'/>
<id>urn:sha1:b97e413123dfd07f74811df8bb9d4dc3d7c46bef</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap-ng: update to 0.8.1</title>
<updated>2020-11-25T06:42:48Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-24T00:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=338b793f84e8776b7f9da6de0788c8a4d3beb5be'/>
<id>urn:sha1:338b793f84e8776b7f9da6de0788c8a4d3beb5be</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap-ng: update to 0.8</title>
<updated>2020-09-18T04:49:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-18T04:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=73ed71f1ea21cabaaa3789a8a3f9b49b171dd3e1'/>
<id>urn:sha1:73ed71f1ea21cabaaa3789a8a3f9b49b171dd3e1</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcap-ng: update to 0.7.11</title>
<updated>2020-09-03T20:54:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-02T22:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4f1c7c5499be9d4fb953aa82a91f3c997a790d2d'/>
<id>urn:sha1:4f1c7c5499be9d4fb953aa82a91f3c997a790d2d</id>
<content type='text'>
Remove upstreamed patches.

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